Home
last modified time | relevance | path

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

/u-boot/common/
A Dusb.c732 static int usb_get_string(struct usb_device *dev, unsigned short langid, in usb_get_string() function
775 rc = usb_get_string(dev, langid, index, buf, 255); in usb_string_sub()
780 rc = usb_get_string(dev, langid, index, buf, 2); in usb_string_sub()
782 rc = usb_get_string(dev, langid, index, buf, buf[0]); in usb_string_sub()

Completed in 6 milliseconds