Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_device.h302 usb_error_t usb_probe_and_attach(struct usb_device *udev,
H A Dusb_handle_request.c171 if (usb_probe_and_attach(udev, USB_IFACE_INDEX_ANY)) { in usb_handle_set_config()
H A Dusb_hub.c471 err = usb_probe_and_attach(child, in uhub_explore_handle_re_enumerate()
508 err = usb_probe_and_attach(child, in uhub_explore_handle_re_enumerate()
556 err = usb_probe_and_attach(child, in uhub_explore_sub()
H A Dusb_generic.c648 if (usb_probe_and_attach(f->udev, iface_index)) { in ugen_set_interface()
H A Dusb_device.c1316 usb_probe_and_attach(struct usb_device *udev, uint8_t iface_index) in usb_probe_and_attach() function
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c561 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()