Home
last modified time | relevance | path

Searched refs:cmd_help (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/tools/power/x86/intel-speed-select/
Disst-config.c40 static int cmd_help; variable
685 if (cmd_help) { \
729 if (cmd_help) { in dump_isst_config()
792 if (cmd_help) { in set_tdp_level()
832 if (cmd_help) { in dump_pbf_config()
878 if (cmd_help) { in set_pbf_enable()
898 if (cmd_help) { in set_pbf_disable()
930 if (cmd_help) { in dump_fact_config()
992 if (cmd_help) { in set_fact_enable()
1014 if (cmd_help) { in set_fact_disable()
[all …]
/Linux-v5.4/tools/power/cpupower/utils/
Dcpupower.c25 static int cmd_help(int argc, const char **argv);
58 { "help", cmd_help, 0 },
103 static int cmd_help(int argc, const char **argv) in cmd_help() function
/Linux-v5.4/tools/perf/
Dbuiltin.h19 int cmd_help(int argc, const char **argv);
Dperf.c64 { "help", cmd_help, 0 },
Dbuiltin-help.c427 int cmd_help(int argc, const char **argv) in cmd_help() function
/Linux-v5.4/tools/usb/usbip/src/
Dusbipd.c604 cmd_help, in main() enumerator
642 cmd = cmd_help; in main()
675 case cmd_help: in main()
/Linux-v5.4/kernel/debug/kdb/
Dkdb_private.h173 char *cmd_help; /* Help message for this command */ member
Dkdb_main.c2442 kt->cmd_usage, space, kt->cmd_help); in kdb_help()
2713 kp->cmd_help = help; in kdb_register_flags()