Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds