Home
last modified time | relevance | path

Searched refs:usb_select_config (Results 1 – 4 of 4) sorted by relevance

/u-boot/common/
A Dusb.c1080 int usb_select_config(struct usb_device *dev) in usb_select_config() function
1176 ret = usb_select_config(dev); in usb_setup_device()
/u-boot/doc/driver-model/
A Dusb-info.rst209 address, then usb_select_config() to select the first configuration
238 usb_select_config() again to make sure that everything about the device is
240 - note that we have called usb_select_config() twice. This is inefficient
/u-boot/include/
A Dusb.h893 int usb_select_config(struct usb_device *dev);
/u-boot/drivers/usb/host/
A Dusb-uclass.c839 ret = usb_select_config(udev); in usb_child_pre_probe()

Completed in 12 milliseconds