| /rk3399_rockchip-uboot/scripts/ |
| H A D | fit-msg.sh | 49 …strings ${IMG} | grep '\-g[0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f]' | sort … 50 strings ${IMG} | grep 'Built :' | sort --uniq
|
| H A D | fit-core.sh | 437 FDT_ADDR_R=`strings env/built-in.o | grep 'fdt_addr_r=' | awk -F "=" '{ print $2 }'` 438 KERNEL_ADDR_R=`strings env/built-in.o | grep 'kernel_addr_r=' | awk -F "=" '{ print $2 }'` 439 RMADISK_ADDR_R=`strings env/built-in.o | grep 'ramdisk_addr_r=' | awk -F "=" '{ print $2 }'` 521 FDT_ADDR_R=`strings env/built-in.o | grep 'fdt_addr_r=' | awk -F "=" '{ print $2 }'` 522 KERNEL_ADDR_R=`strings env/built-in.o | grep 'kernel_addr_r=' | awk -F "=" '{ print $2 }'` 523 RMADISK_ADDR_R=`strings env/built-in.o | grep 'ramdisk_addr_r=' | awk -F "=" '{ print $2 }'` 766 FDT_ADDR_R=`strings env/built-in.o | grep 'fdt_addr_r=' | awk -F "=" '{ print $2 }'` 767 KERNEL_ADDR_R=`strings env/built-in.o | grep 'kernel_addr_r=' | awk -F "=" '{ print $2 }'` 768 RMADISK_ADDR_R=`strings env/built-in.o | grep 'ramdisk_addr_r=' | awk -F "=" '{ print $2 }'`
|
| H A D | fit-resign.sh | 89 copies=`strings ${ITB} | grep "signer-version" | wc -l` 103 strings uboot.img | grep "rollback-index" | wc -l
|
| H A D | fit-repack.sh | 57 COPIES=`strings ${IMAGE} | grep "rollback-index" | wc -l`
|
| H A D | pack_resource.sh | 96 elif strings ${RSCE_OLD} | grep "RSCE" >/dev/null 2>&1 ; then
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_dfu.c | 34 struct usb_string *strings; member 100 .strings = strings_dfu_generic, 227 f_dfu->usb_function.strings = dfu_strings; in to_dfu_mode() 235 f_dfu->usb_function.strings = NULL; in to_runtime_mode() 629 f_dfu->strings = calloc(sizeof(struct usb_string), n + 1); in dfu_prepare_strings() 630 if (!f_dfu->strings) in dfu_prepare_strings() 635 f_dfu->strings[i].s = de->name; in dfu_prepare_strings() 638 f_dfu->strings[i].id = 0; in dfu_prepare_strings() 639 f_dfu->strings[i].s = NULL; in dfu_prepare_strings() 717 f_dfu->strings[i].id = id; in dfu_bind() [all …]
|
| H A D | composite.c | 579 sp = composite->strings; in get_string() 584 sp = c->strings; in get_string() 589 sp = f->strings; in get_string() 609 if (composite->strings) { in get_string() 610 len = lookup_string(composite->strings, buf, language, id); in get_string() 615 if (c->strings) { in get_string() 616 len = lookup_string(c->strings, buf, language, id); in get_string() 621 if (!f->strings) in get_string() 623 len = lookup_string(f->strings, buf, language, id); in get_string()
|
| H A D | g_dnl.c | 86 .strings = g_dnl_string_defs, 281 .strings = g_dnl_composite_strings,
|
| H A D | usbstring.c | 122 for (s = table->strings; s && s->s; s++) in usb_gadget_get_string()
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | usb-emul-uclass.c | 32 static int usb_emul_get_string(struct usb_string *strings, int index, in usb_emul_get_string() argument 43 } else if (strings) { in usb_emul_get_string() 46 for (ptr = strings; ptr->s; ptr++) { in usb_emul_get_string() 90 return usb_emul_get_string(plat->strings, index, buffer, in usb_emul_get_descriptor() 264 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings, in usb_emul_setup_device() argument 272 plat->strings = strings; in usb_emul_setup_device()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_util.c | 253 const char* avb_strv_find_str(const char* const* strings, in avb_strv_find_str() argument 257 for (n = 0; strings[n] != NULL; n++) { in avb_strv_find_str() 258 if (avb_strlen(strings[n]) == str_size && in avb_strv_find_str() 259 avb_memcmp(strings[n], str, str_size) == 0) { in avb_strv_find_str() 260 return strings[n]; in avb_strv_find_str() 347 const char* strings[AVB_STRDUPV_MAX_NUM_STRINGS]; in avb_strdupv() local 358 strings[num_strings] = str; in avb_strdupv() 380 avb_memcpy(dest, strings[n], lengths[n]); in avb_strdupv()
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | composite.h | 99 struct usb_gadget_strings **strings; member 204 struct usb_gadget_strings **strings; member 273 struct usb_gadget_strings **strings; member
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | image-host.c | 351 char **strings; member 364 free(list->strings[i]); in strlist_free() 365 free(list->strings); in strlist_free() 373 list->strings = realloc(list->strings, in strlist_add() 377 list->strings[list->count++] = dup; in strlist_add() 557 count = fdt_find_regions(fit, node_inc.strings, node_inc.count, in fit_config_get_data() 583 debug(" %s\n", node_inc.strings[i]); in fit_config_get_data() 584 len += strlen(node_inc.strings[i]) + 1; in fit_config_get_data() 593 len += strlen(node_inc.strings[i]) + 1, i++) in fit_config_get_data() 594 strcpy(region_prop + len, node_inc.strings[i]); in fit_config_get_data()
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | fdt.py | 110 strings = bytes.split('\0') 112 count = len(strings) - 1 113 if count > 0 and not strings[-1]: 114 for string in strings[:-1]: 126 return TYPE_STRING, strings[0] 128 return TYPE_STRING, strings[:-1]
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | coreboot_tables.h | 69 u8 strings[0]; member 264 (((unsigned char *) ((_mb)->strings)) + (_mb)->vendor_idx) 267 (((unsigned char *) ((_mb)->strings)) + (_mb)->part_number_idx)
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-sig.c | 347 const uint32_t *strings; in fit_config_check_sig() local 421 strings = fdt_getprop(fit, noffset, "hashed-strings", NULL); in fit_config_check_sig() 422 if (strings) { in fit_config_check_sig() 424 fdt32_to_cpu(strings[0]); in fit_config_check_sig() 425 fdt_regions[count].size = fdt32_to_cpu(strings[1]); in fit_config_check_sig()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | strings.c | 42 strings, 3, 1, do_strings,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.kwbimage | 53 1. Each command line is must have two strings, first one command or address 55 2. Following are the valid command strings and associated data strings:-
|
| H A D | README.commands.itest | 2 support for comparing strings as well :-))
|
| H A D | README.ublimage | 45 1. Each command line must have two strings, first one command or address 47 2. Following are the valid command strings and associated data strings:-
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/mailbox/ |
| H A D | nvidia,tegra186-hsp.txt | 15 Array of strings. 20 Array of strings.
|
| H A D | mailbox.txt | 25 - mbox-names: List of identifier strings for each mailbox channel.
|
| /rk3399_rockchip-uboot/board/birdland/bav335x/ |
| H A D | README | 28 define additional text blocks (such as for NAND or DFU strings). Also
|
| /rk3399_rockchip-uboot/tools/scripts/ |
| H A D | define2mk.sed | 21 # Assume strings as default - add quotes around values
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/ |
| H A D | nvidia,tegra186-bpmp-i2c.txt | 17 Array of strings.
|