Home
last modified time | relevance | path

Searched refs:ubm_newdev (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusbdivar.h107 usbd_status (*ubm_newdev)(device_t, struct usbd_bus *, int, member
H A Dusb_subr.c1409 if (bus->ub_methods->ubm_newdev != NULL) in usbd_new_device()
1410 return (bus->ub_methods->ubm_newdev)(parent, bus, depth, speed, in usbd_new_device()
H A Dxhci.c238 .ubm_newdev = xhci_new_device,