Searched refs:usb_string (Results 1 – 19 of 19) sorted by relevance
/external/u-boot/drivers/usb/emul/ |
D | usb-emul-uclass.c | 29 static int usb_emul_get_string(struct usb_string *strings, int index, in usb_emul_get_string() 41 struct usb_string *ptr; in usb_emul_get_string() 259 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings, in usb_emul_setup_device()
|
D | sandbox_keyb.c | 45 struct usb_string keyb_strings[STRINGID_COUNT]; 198 struct usb_string *fs; in sandbox_keyb_bind()
|
D | sandbox_flash.c | 69 struct usb_string flash_strings[STRINGID_COUNT]; 380 struct usb_string *fs; in sandbox_flash_bind()
|
D | sandbox_hub.c | 28 static struct usb_string hub_strings[] = {
|
/external/u-boot/include/ |
D | usb.h | 277 int usb_string(struct usb_device *dev, int index, char *buf, size_t size); 626 struct usb_string *strings; 997 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings,
|
/external/u-boot/drivers/usb/gadget/ |
D | usbstring.c | 107 struct usb_string *s; in usb_gadget_get_string()
|
D | f_dfu.c | 33 struct usb_string *strings; 92 static struct usb_string strings_dfu_generic[] = { 628 f_dfu->strings = calloc(sizeof(struct usb_string), n + 1); in dfu_prepare_strings()
|
D | g_dnl.c | 75 static struct usb_string g_dnl_string_defs[] = {
|
D | storage_common.c | 543 static struct usb_string fsg_strings[] = {
|
D | f_fastboot.c | 123 static struct usb_string fastboot_string_defs[] = {
|
D | f_sdp.c | 217 static struct usb_string strings_sdp_generic[] = {
|
D | f_rockusb.c | 83 static struct usb_string rkusb_string_defs[] = {
|
D | composite.c | 639 int usb_string_ids_tab(struct usb_composite_dev *cdev, struct usb_string *str) in usb_string_ids_tab()
|
D | ether.c | 847 static struct usb_string strings[] = {
|
/external/u-boot/common/ |
D | usb.c | 796 int usb_string(struct usb_device *dev, int index, char *buf, size_t size) in usb_string() function 1136 usb_string(dev, dev->descriptor.iManufacturer, in usb_select_config() 1139 usb_string(dev, dev->descriptor.iProduct, in usb_select_config() 1142 usb_string(dev, dev->descriptor.iSerialNumber, in usb_select_config()
|
/external/u-boot/include/linux/usb/ |
D | composite.h | 343 struct usb_string *str);
|
D | gadget.h | 871 struct usb_string *strings;
|
D | ch9.h | 1058 struct usb_string { struct
|
/external/u-boot/cmd/ |
D | usb.c | 145 if (usb_string(dev, index, &buffer[0], 256) > 0) in usb_display_string()
|