Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusbdivar.h378 usbd_status usbd_probe_and_attach(device_t, struct usbd_device *, int, int);
H A Dusb_subr.c1268 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 Dxhci.c3008 err = usbd_probe_and_attach(parent, dev, port, dev->ud_addr); in xhci_new_device()