| /u-boot/cmd/ |
| A D | spl.c | 114 c = find_cmd_tbl(argv[1], &cmd_spl_export_sub[0], in spl_export() 160 c = find_cmd_tbl(argv[1], &cmd_spl_sub[0], ARRAY_SIZE(cmd_spl_sub)); in do_spl()
|
| A D | bootcount.c | 42 cp = find_cmd_tbl(argv[0], bootcount_sub, ARRAY_SIZE(bootcount_sub)); in do_bootcount()
|
| A D | sb.c | 55 c = find_cmd_tbl(argv[0], cmd_sb_sub, ARRAY_SIZE(cmd_sb_sub)); in do_sb()
|
| A D | blkcache.c | 74 c = find_cmd_tbl(argv[0], &cmd_blkc_sub[0], ARRAY_SIZE(cmd_blkc_sub)); in do_blkcache()
|
| A D | pmc.c | 72 cp = find_cmd_tbl(argv[1], &cmd_pmc_sub[0], ARRAY_SIZE(cmd_pmc_sub)); in do_pmc()
|
| A D | sound.c | 77 c = find_cmd_tbl(argv[0], &cmd_sound_sub[0], ARRAY_SIZE(cmd_sound_sub)); in do_sound()
|
| A D | bootstage.c | 80 c = find_cmd_tbl(argv[0], cmd_bootstage_sub, in do_boostage()
|
| A D | dm.c | 97 test_cmd = find_cmd_tbl(argv[1], test_commands, in do_dm()
|
| A D | cpu.c | 103 c = find_cmd_tbl(argv[0], cmd_cpu_sub, in do_cpu()
|
| A D | clk.c | 106 c = find_cmd_tbl(argv[0], &cmd_clk_sub[0], ARRAY_SIZE(cmd_clk_sub)); in do_clk()
|
| A D | misc.c | 112 misc_cmd = find_cmd_tbl(argv[1], misc_commands, in do_misc()
|
| A D | pinmux.c | 138 cmd = find_cmd_tbl(argv[0], pinmux_subcmd, ARRAY_SIZE(pinmux_subcmd)); in do_pinmux()
|
| A D | demo.c | 99 demo_cmd = find_cmd_tbl(argv[1], demo_commands, in do_demo()
|
| A D | pxe.c | 242 cp = find_cmd_tbl(argv[0], cmd_pxe_sub, ARRAY_SIZE(cmd_pxe_sub)); in do_pxe()
|
| A D | qfw.c | 176 fwcfg_cmd = find_cmd_tbl(argv[1], fwcfg_commands, in do_qemu_fw()
|
| A D | host.c | 163 c = find_cmd_tbl(argv[0], cmd_host_sub, in do_host()
|
| A D | remoteproc.c | 255 c = find_cmd_tbl(argv[0], cmd_remoteproc_sub, in do_remoteproc()
|
| /u-boot/include/ |
| A D | exception.h | 22 cp = find_cmd_tbl(argv[0], cmd_sub, ARRAY_SIZE(cmd_sub)); in do_exception()
|
| A D | command.h | 66 struct cmd_tbl *find_cmd_tbl(const char *cmd, struct cmd_tbl *table, 323 subcmd = find_cmd_tbl(argv[1], _cmdname##_subcmds, \
|
| /u-boot/board/xilinx/common/ |
| A D | fru.c | 64 c = find_cmd_tbl(argv[1], &cmd_fru_sub[0], in do_fru()
|
| /u-boot/board/xilinx/versal/ |
| A D | cmds.c | 86 c = find_cmd_tbl(argv[1], &cmd_versal_sub[0], in do_versal()
|
| /u-boot/common/ |
| A D | command.c | 78 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help() 91 struct cmd_tbl *find_cmd_tbl(const char *cmd, struct cmd_tbl *table, in find_cmd_tbl() function 130 return find_cmd_tbl(cmd, start, len); in find_cmd() 219 cmdtp = find_cmd_tbl(argv[0], cmdtp, count); in complete_subcmdv()
|
| /u-boot/board/synopsys/emsdp/ |
| A D | emsdp.c | 134 c = find_cmd_tbl(argv[1], cmd_emsdp, ARRAY_SIZE(cmd_emsdp)); in do_emsdp()
|
| /u-boot/cmd/x86/ |
| A D | fsp.c | 95 fsp_cmd = find_cmd_tbl(argv[1], fsp_commands, ARRAY_SIZE(fsp_commands)); in do_fsp()
|
| /u-boot/test/ |
| A D | cmd_ut.c | 129 cp = find_cmd_tbl(argv[0], cmd_ut_sub, ARRAY_SIZE(cmd_ut_sub)); in do_ut()
|