Searched refs:langid (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/core/
H A Dmessage.c662 * @langid: code for language chosen (from string descriptor zero)
681 static int usb_get_string(struct usb_device *dev, unsigned short langid, usb_get_string() argument
691 (USB_DT_STRING << 8) + index, langid, buf, size, usb_get_string()
718 static int usb_string_sub(struct usb_device *dev, unsigned int langid, usb_string_sub() argument
728 rc = usb_get_string(dev, langid, index, buf, 255); usb_string_sub()
733 rc = usb_get_string(dev, langid, index, buf, 2); usb_string_sub()
735 rc = usb_get_string(dev, langid, index, buf, buf[0]); usb_string_sub()
787 /* always use the first langid listed */ usb_get_langid()
/linux-4.4.14/tools/usb/usbip/libsrc/
H A Dnames.c437 /* do not store langid */ parse()
/linux-4.4.14/drivers/usb/gadget/
H A Dconfigfs.c27 /* simple sanity check for valid langid */ check_user_usb_string()

Completed in 164 milliseconds