HomeSort by: relevance | last modified time | path
    Searched refs:usbd_probe_and_attach (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
usbdivar.h 380 usbd_status usbd_probe_and_attach(device_t, struct usbd_device *, int, int);
usb_subr.c 1268 usbd_probe_and_attach(device_t parent, struct usbd_device *dev, function in typeref:typename:usbd_status
1369 return usbd_probe_and_attach(parent, dev, port, dev->ud_addr);
1607 err = usbd_probe_and_attach(parent, dev, port, addr);
xhci.c 3044 err = usbd_probe_and_attach(parent, dev, port, dev->ud_addr);

Completed in 35 milliseconds