Searched refs:langid (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_msg_base.c | 307 u16 langid, in usb_get_string() argument 323 langid, in usb_get_string() 356 int _usb_string_sub(struct usb_host_virt_dev *dev, uint32_t langid, uint32_t index, uint8_t *buf) in _usb_string_sub() argument 361 rc = usb_get_string(dev, langid, index, buf, 255); in _usb_string_sub() 367 rc = usb_get_string(dev, langid, index, buf, 2); in _usb_string_sub() 371 rc = usb_get_string(dev, langid, index, buf, buf[0]); in _usb_string_sub()
|
| A D | usb_msg_base.h | 11 int usb_get_string(struct usb_host_virt_dev *dev, u16 langid, 13 int _usb_string_sub(struct usb_host_virt_dev *dev, u32 langid, u32 index, u8 *buf);
|
Completed in 5 milliseconds