Home
last modified time | relevance | path

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 DdrvConfig.c592 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 DdrvMsg.c290 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 DdrvUSB.c3474 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, 8); in usb_new_device()
H A DdrvHub.c8261 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 DdrvUSB.h703 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,