Home
last modified time | relevance | path

Searched refs:set_opts (Results 1 – 3 of 3) sorted by relevance

/tools/power/cpupower/utils/
Dcpupower-set.c19 static struct option set_opts[] = { variable
51 set_opts, NULL)) != -1) { in cmd_set()
Dcpupower-info.c18 static struct option set_opts[] = { variable
47 while ((ret = getopt_long(argc, argv, "b", set_opts, NULL)) != -1) { in cmd_info()
Dcpufreq-set.c24 static struct option set_opts[] = { variable
211 ret = getopt_long(argc, argv, "d:u:g:f:r", set_opts, NULL); in cmd_freq_set()