Searched refs:usbd_probe_and_attach (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | usbdivar.h | 378 usbd_status usbd_probe_and_attach(device_t, struct usbd_device *, int, int);
|
H A D | usb_subr.c | 1268 usbd_probe_and_attach(device_t parent, struct usbd_device *dev, in usbd_probe_and_attach() function 1369 return usbd_probe_and_attach(parent, dev, port, dev->ud_addr); in usbd_reattach_device() 1607 err = usbd_probe_and_attach(parent, dev, port, addr); in usbd_new_device()
|
H A D | xhci.c | 3008 err = usbd_probe_and_attach(parent, dev, port, dev->ud_addr); in xhci_new_device()
|