Home
last modified time | relevance | path

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

/freebsd/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)) { in usb_handle_set_config()
H A Dusb_hub.c448 err = usb_probe_and_attach(child, in uhub_explore_handle_re_enumerate()
485 err = usb_probe_and_attach(child, in uhub_explore_handle_re_enumerate()
533 err = usb_probe_and_attach(child, in uhub_explore_sub()
H A Dusb_generic.c662 if (usb_probe_and_attach(f->udev, iface_index)) { in ugen_set_interface()
H A Dusb_device.c1456 usb_probe_and_attach(struct usb_device *udev, uint8_t iface_index) in usb_probe_and_attach() function
/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c562 err = usb_probe_and_attach(udev, USB_IFACE_INDEX_ANY); in usb_bus_resume()
768 err = usb_probe_and_attach(child, in usb_bus_attach()