/third_party/uboot/u-boot-2020.01/cmd/ |
D | spl.c | 110 c = find_cmd_tbl(argv[1], &cmd_spl_export_sub[0], in spl_export() 156 c = find_cmd_tbl(argv[1], &cmd_spl_sub[0], ARRAY_SIZE(cmd_spl_sub)); in do_spl()
|
D | bootcount.c | 42 cp = find_cmd_tbl(argv[0], bootcount_sub, ARRAY_SIZE(bootcount_sub)); in do_bootcount()
|
D | sb.c | 53 c = find_cmd_tbl(argv[0], cmd_sb_sub, ARRAY_SIZE(cmd_sb_sub)); in do_sb()
|
D | dm.c | 70 test_cmd = find_cmd_tbl(argv[1], test_commands, in do_dm()
|
D | sound.c | 73 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 | clk.c | 105 c = find_cmd_tbl(argv[0], &cmd_clk_sub[0], ARRAY_SIZE(cmd_clk_sub)); in do_clk()
|
D | dtimg.c | 112 cp = find_cmd_tbl(argv[1], cmd_dtimg_sub, ARRAY_SIZE(cmd_dtimg_sub)); in do_dtimg()
|
D | log.c | 117 cp = find_cmd_tbl(argv[0], log_sub, ARRAY_SIZE(log_sub)); in do_log()
|
D | pinmux.c | 135 cmd = find_cmd_tbl(argv[0], pinmux_subcmd, ARRAY_SIZE(pinmux_subcmd)); in do_pinmux()
|
D | demo.c | 96 demo_cmd = find_cmd_tbl(argv[1], demo_commands, in do_demo()
|
D | pxe.c | 225 cp = find_cmd_tbl(argv[0], cmd_pxe_sub, ARRAY_SIZE(cmd_pxe_sub)); in do_pxe()
|
D | qfw.c | 175 fwcfg_cmd = find_cmd_tbl(argv[1], fwcfg_commands, in do_qemu_fw()
|
D | host.c | 161 c = find_cmd_tbl(argv[0], cmd_host_sub, in do_host()
|
D | remoteproc.c | 255 c = find_cmd_tbl(argv[0], cmd_remoteproc_sub, in do_remoteproc()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | command.c | 73 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help() 86 cmd_tbl_t *find_cmd_tbl(const char *cmd, cmd_tbl_t *table, int table_len) in find_cmd_tbl() function 124 return find_cmd_tbl(cmd, start, len); in find_cmd() 212 cmdtp = find_cmd_tbl(argv[0], cmdtp, count); in complete_subcmdv()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | exception.h | 20 cp = find_cmd_tbl(argv[0], cmd_sub, ARRAY_SIZE(cmd_sub)); in do_exception()
|
D | command.h | 66 cmd_tbl_t *find_cmd_tbl (const char *cmd, cmd_tbl_t *table, int table_len); 268 subcmd = find_cmd_tbl(argv[1], _cmdname##_subcmds, \
|
/third_party/uboot/u-boot-2020.01/board/synopsys/emsdp/ |
D | emsdp.c | 127 c = find_cmd_tbl(argv[1], cmd_emsdp, ARRAY_SIZE(cmd_emsdp)); in do_emsdp()
|
/third_party/uboot/u-boot-2020.01/cmd/x86/ |
D | fsp.c | 71 fsp_cmd = find_cmd_tbl(argv[1], fsp_commands, ARRAY_SIZE(fsp_commands)); in do_fsp()
|
/third_party/uboot/u-boot-2020.01/test/ |
D | cmd_ut.c | 96 cp = find_cmd_tbl(argv[0], cmd_ut_sub, ARRAY_SIZE(cmd_ut_sub)); in do_ut()
|
/third_party/uboot/u-boot-2020.01/board/xilinx/zynqmp/ |
D | cmds.c | 160 c = find_cmd_tbl(argv[1], &cmd_zynqmp_sub[0], in do_zynqmp()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-meson/ |
D | sm.c | 199 c = find_cmd_tbl(argv[0], &cmd_sm_sub[0], ARRAY_SIZE(cmd_sm_sub)); in do_sm()
|