Home
last modified time | relevance | path

Searched refs:U_BOOT_CMD_COMPLETE (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dconitrace.c47 U_BOOT_CMD_COMPLETE(
Dnvedit.c1442 U_BOOT_CMD_COMPLETE(
1451 U_BOOT_CMD_COMPLETE(
1466 U_BOOT_CMD_COMPLETE(
1484 U_BOOT_CMD_COMPLETE(
1518 U_BOOT_CMD_COMPLETE(
/third_party/uboot/u-boot-2020.01/include/
Dcommand.h314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ macro
347 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ macro
358 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
Dexception.h54 U_BOOT_CMD_COMPLETE(
/third_party/uboot/u-boot-2020.01/doc/
DREADME.commands6 U_BOOT_CMD_COMPLETE macro to fill in a cmd_tbl_t struct.
9 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)