Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb.su
H A Dusb.c740 static int usb_get_string(struct usb_device *dev, unsigned short langid, in usb_get_string() function
783 rc = usb_get_string(dev, langid, index, buf, 255); in usb_string_sub()
788 rc = usb_get_string(dev, langid, index, buf, 2); in usb_string_sub()
790 rc = usb_get_string(dev, langid, index, buf, buf[0]); in usb_string_sub()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dmessage.c833 static int usb_get_string(struct usb_device *dev, unsigned short langid, in usb_get_string() function
883 rc = usb_get_string(dev, langid, index, buf, 255); in usb_string_sub()
888 rc = usb_get_string(dev, langid, index, buf, 2); in usb_string_sub()
890 rc = usb_get_string(dev, langid, index, buf, buf[0]); in usb_string_sub()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map