Searched refs:usb_get_string (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_msg_base.c | 306 int usb_get_string(struct usb_host_virt_dev *dev, in usb_get_string() function 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,
|
Completed in 6 milliseconds