Searched refs:strings (Results 1 – 14 of 14) sorted by relevance
| /drivers/usb/gadget/ |
| A D | f_dfu.c | 34 struct usb_string *strings; member 100 .strings = strings_dfu_generic, 653 if (!f_dfu->strings) in dfu_prepare_strings() 658 f_dfu->strings[i].s = de->name; in dfu_prepare_strings() 661 f_dfu->strings[i].id = 0; in dfu_prepare_strings() 662 f_dfu->strings[i].s = NULL; in dfu_prepare_strings() 740 f_dfu->strings[i].id = id; in dfu_bind() 747 stringtab_dfu.strings = f_dfu->strings; in dfu_bind() 765 if (f_dfu->strings) { in dfu_unbind() 768 f_dfu->strings[--i].s = NULL; in dfu_unbind() [all …]
|
| A D | g_dnl.c | 84 .strings = g_dnl_string_defs, 277 .strings = g_dnl_composite_strings,
|
| A D | usbstring.c | 48 for (s = table->strings; s && s->s; s++) in usb_gadget_get_string()
|
| A D | composite.c | 628 sp = composite->strings; in get_string() 633 sp = c->strings; in get_string() 638 sp = f->strings; in get_string() 668 if (composite->strings) { in get_string() 669 len = lookup_string(composite->strings, buf, language, id); in get_string() 674 if (c->strings) { in get_string() 675 len = lookup_string(c->strings, buf, language, id); in get_string() 680 if (!f->strings) in get_string() 682 len = lookup_string(f->strings, buf, language, id); in get_string()
|
| A D | f_fastboot.c | 188 .strings = fastboot_string_defs, 389 f_fb->usb_function.strings = fastboot_strings; in fastboot_add()
|
| A D | f_acm.c | 481 .strings = acm_string_defs, 544 f_acm->usb_function.strings = acm_strings; in acm_add()
|
| A D | storage_common.c | 558 .strings = fsg_strings,
|
| A D | f_sdp.c | 277 .strings = strings_sdp_generic, 697 sdp_func->usb_function.strings = sdp_generic_strings; in sdp_bind_config()
|
| A D | f_rockusb.c | 92 .strings = rkusb_string_defs, 306 f_rkusb->usb_function.strings = rkusb_strings; in rockusb_add()
|
| A D | ether.c | 829 static struct usb_string strings[] = { variable 851 .strings = strings,
|
| A D | f_mass_storage.c | 2718 fsg->function.strings = fsg_strings_array; in fsg_bind_config()
|
| /drivers/usb/emul/ |
| A D | usb-emul-uclass.c | 30 static int usb_emul_get_string(struct usb_string *strings, int index, in usb_emul_get_string() argument 41 } else if (strings) { in usb_emul_get_string() 44 for (ptr = strings; ptr->s; ptr++) { in usb_emul_get_string() 88 return usb_emul_get_string(plat->strings, index, buffer, in usb_emul_get_descriptor() 262 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings, in usb_emul_setup_device() argument 270 plat->strings = strings; in usb_emul_setup_device()
|
| /drivers/core/ |
| A D | Kconfig | 65 strings. By default this is disabled for SPL builds to save space.
|
| /drivers/serial/ |
| A D | Kconfig | 125 pasting longer strings, even when the RX FIFO of the UART is 136 bool "Enable printing strings all at once"
|
Completed in 50 milliseconds