Searched defs:_cmd (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ |
A D | command.h | 363 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ argument 369 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 384 #define _CMD_REMOVE(_name, _cmd) \ argument 397 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument 402 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument 412 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument 415 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
|
/u-boot/include/fsl-mc/ |
A D | fsl_mc_cmd.h | 86 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 89 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
|
Completed in 4 milliseconds