Searched refs:usb_get_string (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/common/ |
D | usb.c | 720 static int usb_get_string(struct usb_device *dev, unsigned short langid, in usb_get_string() function 763 rc = usb_get_string(dev, langid, index, buf, 255); in usb_string_sub() 768 rc = usb_get_string(dev, langid, index, buf, 2); in usb_string_sub() 770 rc = usb_get_string(dev, langid, index, buf, buf[0]); in usb_string_sub()
|
/external/libusb-compat/libusb/ |
D | usb.h | 289 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
|
D | core.c | 852 API_EXPORTED int usb_get_string(usb_dev_handle *dev, int desc_index, int langid, in usb_get_string() function
|