Home
last modified time | relevance | path

Searched refs:repeatable (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dtime.c31 int repeatable = 0; in do_time() local
36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
H A Ddtimg.c120 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_dtimg()
H A Dufs.c165 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_ufs_rpmb()
H A Dmmc.c450 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcrpmb()
1044 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcops()
H A Dboot_android.c625 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_boot_avb()
/rk3399_rockchip-uboot/common/
H A Dcli_simple.c184 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 Dcommand.c505 int *repeatable, ulong *ticks) in cmd_process() argument
540 *repeatable &= cmdtp->repeatable; in cmd_process()
/rk3399_rockchip-uboot/doc/
H A DREADME.commands6 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 Dcommand.h33 int repeatable; /* autorepeat allowed? */ member
143 int *repeatable, unsigned long *ticks);