Home
last modified time | relevance | path

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

/u-boot/common/
A Dusb.c566 static int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function
585 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len()
608 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no()
939 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()

Completed in 4 milliseconds