Home
last modified time | relevance | path

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

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