Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb.c720 static int usb_get_string(struct usb_device *dev, unsigned short langid, in usb_get_string() function
763 rc = usb_get_string(dev, langid, index, buf, 255); in usb_string_sub()
768 rc = usb_get_string(dev, langid, index, buf, 2); in usb_string_sub()
770 rc = usb_get_string(dev, langid, index, buf, buf[0]); in usb_string_sub()
/openbmc/linux/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()