Searched refs:section (Results 1 - 2 of 2) sorted by relevance
/hardware/ti/wlan/mac80211/ti-utils/ |
H A D | calibrator.h | 62 __attribute__((used)) __attribute__((section("__cmd"))) = { \ 73 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \ 74 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help) 75 #define HIDDEN(section, name, args, cmd, flags, idby, handler) \ 76 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 1, idby, handler, NULL) 81 __attribute__((used)) __attribute__((section("__cmd"))) = { \ 92 __attribute__((used)) __attribute__((section("__cmd"))) = { \
|
H A D | calibrator.c | 175 const struct cmd *section, *cmd; local 181 for_each_cmd(section) { 182 if (section->parent) { 186 if (section->handler && !section->hidden) { 187 __usage_cmd(section, "\t", full); 191 if (section != cmd->parent) { 286 const char *command, *section; local 337 section = *argv; 345 /* ok ... bit of a hack for the dupe 'info' section */ [all...] |
Completed in 70 milliseconds