Searched refs:repeatable (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | time.c | 31 int repeatable = 0; in do_time() local 36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
|
| H A D | dtimg.c | 120 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_dtimg()
|
| H A D | ufs.c | 165 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_ufs_rpmb()
|
| H A D | mmc.c | 450 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcrpmb() 1044 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcops()
|
| H A D | boot_android.c | 625 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_boot_avb()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_simple.c | 184 int repeatable = 1; in cli_simple_run_command() local 249 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command() 257 return rc ? rc : repeatable; in cli_simple_run_command()
|
| H A D | command.c | 505 int *repeatable, ulong *ticks) in cmd_process() argument 540 *repeatable &= cmdtp->repeatable; in cmd_process()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.commands | 6 U_BOOT_CMD(name,maxargs,repeatable,command,"usage","help") 10 repeatable: either 0 or 1 to indicate if autorepeat is allowed
|
| /rk3399_rockchip-uboot/include/ |
| H A D | command.h | 33 int repeatable; /* autorepeat allowed? */ member 143 int *repeatable, unsigned long *ticks);
|