Searched refs:U_BOOT_CMD_COMPLETE (Results 1 – 6 of 6) sorted by relevance
/u-boot/cmd/ |
A D | conitrace.c | 48 U_BOOT_CMD_COMPLETE(
|
A D | nvedit.c | 1499 U_BOOT_CMD_COMPLETE( 1508 U_BOOT_CMD_COMPLETE( 1524 U_BOOT_CMD_COMPLETE( 1542 U_BOOT_CMD_COMPLETE( 1577 U_BOOT_CMD_COMPLETE(
|
/u-boot/cmd/riscv/ |
A D | sbi.c | 84 U_BOOT_CMD_COMPLETE(
|
/u-boot/include/ |
A D | exception.h | 56 U_BOOT_CMD_COMPLETE(
|
A D | command.h | 369 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ macro 402 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ macro 413 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
|
/u-boot/doc/develop/ |
A D | commands.rst | 11 U_BOOT_CMD_COMPLETE macro to fill in a struct cmd_tbl structure. 16 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
|
Completed in 11 milliseconds