Searched refs:usb_get_descriptor (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | usb.c | 574 static int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function 593 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len() 616 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no() 947 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()
|