Home
last modified time | relevance | path

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

/external/u-boot/common/
Dusb.c1068 int usb_select_config(struct usb_device *dev) in usb_select_config() function
1164 ret = usb_select_config(dev); in usb_setup_device()
/external/u-boot/doc/driver-model/
Dusb-info.txt205 address, then usb_select_config() to select the first configuration
234 usb_select_config() again to make sure that everything about the device is
236 - note that we have called usb_select_config() twice. This is inefficient
/external/u-boot/include/
Dusb.h876 int usb_select_config(struct usb_device *dev);
/external/u-boot/drivers/usb/host/
Dusb-uclass.c781 ret = usb_select_config(udev); in usb_child_pre_probe()