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

/freebsd-current/sys/dev/usb/
H A Dusb_device.h312 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.c448 err = usb_probe_and_attach(child,
485 err = usb_probe_and_attach(child,
533 err = usb_probe_and_attach(child,
H A Dusb_generic.c662 if (usb_probe_and_attach(f->udev, iface_index)) {
H A Dusb_device.c1445 * usb_probe_and_attach
1455 usb_probe_and_attach(struct usb_device *udev, uint8_t iface_index) function
/freebsd-current/sys/dev/usb/controller/
H A Dusb_controller.c562 err = usb_probe_and_attach(udev, USB_IFACE_INDEX_ANY);
768 err = usb_probe_and_attach(child,

Completed in 139 milliseconds