Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMsg.c310 int usb_get_string(struct usb_device *dev, unsigned short langid, unsigned char index, void *buf, i… in usb_get_string() function
553 err = usb_get_string(dev, 0, 0, tbuf, 4); in usb_string()
570 err = usb_get_string(dev, dev->string_langid, index, tbuf, 2); in usb_string()
575 err = usb_get_string(dev, dev->string_langid, index, tbuf, len); in usb_string()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h708 extern int usb_get_string(struct usb_device *dev,