Home
last modified time | relevance | path

Searched refs:U_BOOT_CMD_ALWAYS (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Ddownload.c34 U_BOOT_CMD_ALWAYS(
H A Dboot.c72 U_BOOT_CMD_ALWAYS(
H A Dbootfit.c130 U_BOOT_CMD_ALWAYS(
H A Drockusb.c382 U_BOOT_CMD_ALWAYS(rockusb, 4, 1, do_rkusb,
H A DKconfig33 config U_BOOT_CMD_ALWAYS config
34 bool "Enable cmd with U_BOOT_CMD_ALWAYS() declared"
38 U_BOOT_CMD_ALWAYS() declared even when CONFIG_CMDLINE is disabled.
/rk3399_rockchip-uboot/include/
H A Dcommand.h225 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ macro
230 #define U_BOOT_CMD_ALWAYS(_name, _maxargs, _rep, _cmd, _usage, _help) \ macro