Searched refs:usb_probe_and_attach (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/usb/
H A Dusb_device.h311 usb_error_t usb_probe_and_attach(struct usb_device *udev,
H A Dusb_handle_request.c178 if (usb_probe_and_attach(udev, USB_IFACE_INDEX_ANY)) {
H A Dusb_hub.c479 err = usb_probe_and_attach(child,
516 err = usb_probe_and_attach(child,
564 err = usb_probe_and_attach(child,
H A Dusb_generic.c657 if (usb_probe_and_attach(f->udev, iface_index)) {
H A Dusb_device.c1308 * usb_probe_and_attach
1318 usb_probe_and_attach(struct usb_device *udev, uint8_t iface_index) function
/freebsd-10-stable/sys/dev/usb/controller/
H A Dusb_controller.c564 err = usb_probe_and_attach(udev, USB_IFACE_INDEX_ANY);
771 err = usb_probe_and_attach(child,

Completed in 280 milliseconds