/external/u-boot/cmd/ |
D | spl.c | 109 c = find_cmd_tbl(argv[1], &cmd_spl_export_sub[0], in spl_export() 155 c = find_cmd_tbl(argv[1], &cmd_spl_sub[0], ARRAY_SIZE(cmd_spl_sub)); in do_spl()
|
D | clk.c | 45 c = find_cmd_tbl(argv[0], &cmd_clk_sub[0], ARRAY_SIZE(cmd_clk_sub)); in do_clk()
|
D | bootcount.c | 42 cp = find_cmd_tbl(argv[0], bootcount_sub, ARRAY_SIZE(bootcount_sub)); in do_bootcount()
|
D | sound.c | 66 c = find_cmd_tbl(argv[0], &cmd_sound_sub[0], ARRAY_SIZE(cmd_sound_sub)); in do_sound()
|
D | blkcache.c | 73 c = find_cmd_tbl(argv[0], &cmd_blkc_sub[0], ARRAY_SIZE(cmd_blkc_sub)); in do_blkcache()
|
D | bootstage.c | 78 c = find_cmd_tbl(argv[0], cmd_bootstage_sub, in do_boostage()
|
D | cpu.c | 103 c = find_cmd_tbl(argv[0], cmd_cpu_sub, in do_cpu()
|
D | adc.c | 107 c = find_cmd_tbl(argv[0], &cmd_adc_sub[0], ARRAY_SIZE(cmd_adc_sub)); in do_adc()
|
D | demo.c | 96 demo_cmd = find_cmd_tbl(argv[1], demo_commands, in do_demo()
|
D | log.c | 117 cp = find_cmd_tbl(argv[0], log_sub, ARRAY_SIZE(log_sub)); in do_log()
|
D | qfw.c | 174 fwcfg_cmd = find_cmd_tbl(argv[1], fwcfg_commands, in do_qemu_fw()
|
D | remoteproc.c | 254 c = find_cmd_tbl(argv[0], cmd_remoteproc_sub, in do_remoteproc()
|
D | tpm-common.c | 283 cmd = find_cmd_tbl(argv[1], tpm_commands, size); in do_tpm()
|
D | host.c | 161 c = find_cmd_tbl(argv[0], cmd_host_sub, in do_host()
|
D | bmp.c | 166 c = find_cmd_tbl(argv[0], &cmd_bmp_sub[0], ARRAY_SIZE(cmd_bmp_sub)); in do_bmp()
|
D | pmic.c | 202 cmd = find_cmd_tbl(argv[0], subcmd, ARRAY_SIZE(subcmd)); in do_pmic()
|
D | efi.c | 241 efi_cmd = find_cmd_tbl(argv[1], efi_commands, ARRAY_SIZE(efi_commands)); in do_efi()
|
D | avb.c | 342 cp = find_cmd_tbl(argv[1], cmd_avb, ARRAY_SIZE(cmd_avb)); in do_avb()
|
/external/u-boot/common/ |
D | command.c | 72 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help() 85 cmd_tbl_t *find_cmd_tbl(const char *cmd, cmd_tbl_t *table, int table_len) in find_cmd_tbl() function 123 return find_cmd_tbl(cmd, start, len); in find_cmd()
|
/external/u-boot/test/dm/ |
D | cmd_dm.c | 70 test_cmd = find_cmd_tbl(argv[1], test_commands, in do_dm()
|
/external/u-boot/board/synopsys/emdk/ |
D | emdk.c | 75 c = find_cmd_tbl(argv[1], cmd_emdk, ARRAY_SIZE(cmd_emdk)); in do_emdk()
|
/external/u-boot/test/ |
D | cmd_ut.c | 85 cp = find_cmd_tbl(argv[0], cmd_ut_sub, ARRAY_SIZE(cmd_ut_sub)); in do_ut()
|
/external/u-boot/cmd/x86/ |
D | fsp.c | 135 fsp_cmd = find_cmd_tbl(argv[1], fsp_commands, ARRAY_SIZE(fsp_commands)); in do_fsp()
|
/external/u-boot/include/ |
D | command.h | 56 cmd_tbl_t *find_cmd_tbl (const char *cmd, cmd_tbl_t *table, int table_len);
|
/external/u-boot/drivers/gpio/ |
D | pca953x.c | 211 c = find_cmd_tbl(argv[1], cmd_pca953x, ARRAY_SIZE(cmd_pca953x)); in do_pca953x()
|