| /OK3568_Linux_fs/u-boot/cmd/ |
| H A 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()
|
| H A D | clk.c | 38 c = find_cmd_tbl(argv[0], &cmd_clk_sub[0], ARRAY_SIZE(cmd_clk_sub)); in do_clk()
|
| H A D | log.c | 42 cp = find_cmd_tbl(argv[0], log_sub, ARRAY_SIZE(log_sub)); in do_log()
|
| H A D | sound.c | 67 c = find_cmd_tbl(argv[0], &cmd_sound_sub[0], ARRAY_SIZE(cmd_sound_sub)); in do_sound()
|
| H A D | blkcache.c | 74 c = find_cmd_tbl(argv[0], &cmd_blkc_sub[0], ARRAY_SIZE(cmd_blkc_sub)); in do_blkcache()
|
| H A D | bootstage.c | 79 c = find_cmd_tbl(argv[0], cmd_bootstage_sub, in do_boostage()
|
| H A D | cpu.c | 104 c = find_cmd_tbl(argv[0], cmd_cpu_sub, in do_cpu()
|
| H A D | dtimg.c | 112 cp = find_cmd_tbl(argv[1], cmd_dtimg_sub, ARRAY_SIZE(cmd_dtimg_sub)); in do_dtimg()
|
| H A D | demo.c | 97 demo_cmd = find_cmd_tbl(argv[1], demo_commands, in do_demo()
|
| H A D | qfw.c | 175 fwcfg_cmd = find_cmd_tbl(argv[1], fwcfg_commands, in do_qemu_fw()
|
| H A D | remoteproc.c | 254 c = find_cmd_tbl(argv[0], cmd_remoteproc_sub, in do_remoteproc()
|
| H A D | host.c | 162 c = find_cmd_tbl(argv[0], cmd_host_sub, in do_host()
|
| H A D | pmic.c | 196 cmd = find_cmd_tbl(argv[0], subcmd, ARRAY_SIZE(subcmd)); in do_pmic()
|
| H A D | bmp.c | 167 c = find_cmd_tbl(argv[0], &cmd_bmp_sub[0], ARRAY_SIZE(cmd_bmp_sub)); in do_bmp()
|
| H A D | efi.c | 242 efi_cmd = find_cmd_tbl(argv[1], efi_commands, ARRAY_SIZE(efi_commands)); in do_efi()
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | command.su | |
| /OK3568_Linux_fs/u-boot/common/ |
| H A 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 122 return find_cmd_tbl(cmd, start, len); in find_cmd()
|
| H A D | command.su | |
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | cmd_dm.c | 82 test_cmd = find_cmd_tbl(argv[1], test_commands, in do_dm()
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | cmd_ut.c | 57 cp = find_cmd_tbl(argv[0], cmd_ut_sub, ARRAY_SIZE(cmd_ut_sub)); in do_ut()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/ |
| H A D | cmd_fsp.c | 116 fsp_cmd = find_cmd_tbl(argv[1], fsp_commands, ARRAY_SIZE(fsp_commands)); in do_fsp()
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-rockchip.c | 148 cp = find_cmd_tbl(argv[0], in do_rockchip_test()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | command.h | 57 cmd_tbl_t *find_cmd_tbl (const char *cmd, cmd_tbl_t *table, int table_len);
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | pca953x.c | 212 c = find_cmd_tbl(argv[1], cmd_pca953x, ARRAY_SIZE(cmd_pca953x)); in do_pca953x()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | ds4510.c | 263 c = find_cmd_tbl(argv[1], cmd_ds4510, ARRAY_SIZE(cmd_ds4510)); in do_ds4510()
|