Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcommand.h186 _usage, _help, _comp) \ argument
187 { #_name, _maxargs, _rep, _cmd, _usage, \
190 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
193 _usage, _help, _comp);
206 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument
208 { #_name, _maxargs, _rep, 0 ? _cmd : NULL, _usage, \
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
218 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
220 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
[all …]
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-rockchip.h34 #define UNIT_CMD(_name, _maxargs, _usage) \ argument
35 U_BOOT_CMD_MKENT(_name, _maxargs, 1, do_test_##_name, _usage, "")