Searched refs:usb_get_string (Results 1 – 1 of 1) sorted by relevance
/linux-5.10/drivers/usb/core/ |
D | message.c | 830 static int usb_get_string(struct usb_device *dev, unsigned short langid, in usb_get_string() function 877 rc = usb_get_string(dev, langid, index, buf, 255); in usb_string_sub() 882 rc = usb_get_string(dev, langid, index, buf, 2); in usb_string_sub() 884 rc = usb_get_string(dev, langid, index, buf, buf[0]); in usb_string_sub()
|