Home
last modified time | relevance | path

Searched defs:_usage (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h186 _usage, _help, _comp) \ argument
190 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
206 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument
211 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
217 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
220 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
225 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
230 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-rockchip.h34 #define UNIT_CMD(_name, _maxargs, _usage) \ argument