Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A 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()
/openbmc/u-boot/doc/driver-model/
H A 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
/openbmc/u-boot/include/
H A Dusb.h876 int usb_select_config(struct usb_device *dev);
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c781 ret = usb_select_config(udev); in usb_child_pre_probe()