Searched refs:set_opts (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/power/cpupower/utils/ |
D | cpupower-set.c | 19 static struct option set_opts[] = { variable 51 set_opts, NULL)) != -1) { in cmd_set()
|
D | cpupower-info.c | 18 static struct option set_opts[] = { variable 47 while ((ret = getopt_long(argc, argv, "b", set_opts, NULL)) != -1) { in cmd_info()
|
D | cpufreq-set.c | 24 static struct option set_opts[] = { variable 211 ret = getopt_long(argc, argv, "d:u:g:f:r", set_opts, NULL); in cmd_freq_set()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hnae.h | 482 int (*set_opts)(struct hnae_handle *handle, int type, void *opts); member
|