Searched refs:usb_get_descriptor (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvConfig.c | 592 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 8); in usb_get_configuration() 618 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, bigbuffer, length); in usb_get_configuration()
|
| H A D | drvMsg.c | 290 int usb_get_descriptor(struct usb_device *dev, unsigned char type, unsigned char index, void *buf, … in usb_get_descriptor() function 321 int ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, in usb_get_device_descriptor()
|
| H A D | drvUSB.c | 3474 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, 8); in usb_new_device()
|
| H A D | drvHub.c | 8261 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, descriptor, in usb_physical_reset_device()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 703 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
|