Home
last modified time | relevance | path

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

/linux-5.19.10/tools/power/cpupower/utils/ !
Dcpupower-set.c19 static struct option set_opts[] = { variable
59 set_opts, NULL)) != -1) { in cmd_set()
Dcpupower-info.c18 static struct option set_opts[] = { variable
55 while ((ret = getopt_long(argc, argv, "b", set_opts, NULL)) != -1) { in cmd_info()
Dcpufreq-set.c23 static struct option set_opts[] = { variable
214 ret = getopt_long(argc, argv, "d:u:g:f:r", set_opts, NULL); in cmd_freq_set()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/ !
Dhnae.h471 int (*set_opts)(struct hnae_handle *handle, int type, void *opts); member