Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c521 err = usb_probe_and_attach(udev, USB_IFACE_INDEX_ANY); in usb_bus_resume()
676 err = usb_probe_and_attach(child, in usb_bus_attach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h306 usb_error_t usb_probe_and_attach(struct usb_device *udev,
Dusb_handle_request.c138 if (usb_probe_and_attach(udev, USB_IFACE_INDEX_ANY)) { in usb_handle_set_config()
Dusb_hub.c435 err = usb_probe_and_attach(child, in uhub_explore_handle_re_enumerate()
472 err = usb_probe_and_attach(child, in uhub_explore_handle_re_enumerate()
530 err = usb_probe_and_attach(child, in uhub_explore_sub()
Dusb_device.c1253 usb_probe_and_attach(struct usb_device *udev, uint8_t iface_index) in usb_probe_and_attach() function
Dusb_generic.c597 if (usb_probe_and_attach(f->udev, iface_index)) { in ugen_set_interface()