Home
last modified time | relevance | path

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

/drivers/usb/core/
Dmessage.c679 static int usb_get_string(struct usb_device *dev, unsigned short langid, in usb_get_string() function
726 rc = usb_get_string(dev, langid, index, buf, 255); in usb_string_sub()
731 rc = usb_get_string(dev, langid, index, buf, 2); in usb_string_sub()
733 rc = usb_get_string(dev, langid, index, buf, buf[0]); in usb_string_sub()