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 398 usbd_status usbd_probe_and_attach(device_t, struct usbd_device *, int, int);
usb_subr.c 1271 usbd_probe_and_attach(device_t parent, struct usbd_device *dev, function in typeref:typename:usbd_status
1372 return usbd_probe_and_attach(parent, dev, port, dev->ud_addr);
1612 err = usbd_probe_and_attach(parent, dev, port, addr);
xhci.c 3060 err = usbd_probe_and_attach(parent, dev, port, dev->ud_addr);

Completed in 16 milliseconds