Home
last modified time | relevance | path

Searched refs:cf_setting (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/x86/cpufreq/
H A Dp4tcc.c79 static int p4tcc_settings(device_t dev, struct cf_setting *sets,
81 static int p4tcc_set(device_t dev, const struct cf_setting *set);
82 static int p4tcc_get(device_t dev, struct cf_setting *set);
157 struct cf_setting set; in p4tcc_attach()
221 struct cf_setting set; in p4tcc_detach()
237 p4tcc_settings(device_t dev, struct cf_setting *sets, int *count) in p4tcc_settings()
261 p4tcc_set(device_t dev, const struct cf_setting *set) in p4tcc_set()
308 p4tcc_get(device_t dev, struct cf_setting *set) in p4tcc_get()
H A Dsmist.c76 struct cf_setting sets[2]; /* Only two settings. */
85 static int smist_settings(device_t dev, struct cf_setting *sets,
87 static int smist_set(device_t dev, const struct cf_setting *set);
88 static int smist_get(device_t dev, struct cf_setting *set);
414 smist_settings(device_t dev, struct cf_setting *sets, int *count) in smist_settings()
417 struct cf_setting set; in smist_settings()
448 smist_set(device_t dev, const struct cf_setting *set) in smist_set()
483 smist_get(device_t dev, struct cf_setting *set) in smist_get()
H A Dhwpstate_amd.c116 static int hwpstate_set(device_t dev, const struct cf_setting *cf);
117 static int hwpstate_get(device_t dev, struct cf_setting *cf);
118 static int hwpstate_settings(device_t dev, struct cf_setting *sets, int *count);
244 hwpstate_set(device_t dev, const struct cf_setting *cf) in hwpstate_set()
264 hwpstate_get(device_t dev, struct cf_setting *cf) in hwpstate_get()
287 hwpstate_settings(device_t dev, struct cf_setting *sets, int *count) in hwpstate_settings()
490 struct cf_setting *perf_set; in hwpstate_get_info_from_acpi_perf()
H A Dpowernow.c245 static int pn_set(device_t dev, const struct cf_setting *cf);
246 static int pn_get(device_t dev, struct cf_setting *cf);
247 static int pn_settings(device_t dev, struct cf_setting *sets,
441 pn_set(device_t dev, const struct cf_setting *cf) in pn_set()
477 pn_get(device_t dev, struct cf_setting *cf) in pn_get()
522 pn_settings(device_t dev, struct cf_setting *sets, int *count) in pn_settings()
770 struct cf_setting sets[POWERNOW_MAX_STATES]; in pn_decode_acpi()
H A Dest.c869 static int est_settings(device_t dev, struct cf_setting *sets, int *count);
870 static int est_set(device_t dev, const struct cf_setting *set);
871 static int est_get(device_t dev, struct cf_setting *set);
1065 struct cf_setting *sets; in est_acpi_info()
1296 est_settings(device_t dev, struct cf_setting *sets, int *count) in est_settings()
1320 est_set(device_t dev, const struct cf_setting *set) in est_set()
1341 est_get(device_t dev, struct cf_setting *set) in est_get()
H A Dhwpstate_intel.c66 static int intel_hwpstate_get(device_t dev, struct cf_setting *cf);
531 intel_hwpstate_get(device_t dev, struct cf_setting *set) in intel_hwpstate_get()
/f-stack/freebsd/sys/
H A Dcpu.h80 struct cf_setting { struct
94 struct cf_setting total_set; argument
95 struct cf_setting abs_set;
96 struct cf_setting rel_set[MAX_SETTINGS];
/f-stack/freebsd/kern/
H A Dcpufreq_if.m35 struct cf_setting;
73 const struct cf_setting *set; struct
81 struct cf_setting *set; struct
89 struct cf_setting *sets; struct
H A Dkern_cpu.c86 struct cf_setting sets[MAX_SETTINGS];
236 const struct cf_setting *set; in cf_set_method()
425 struct cf_setting set; in cpufreq_get_frequency()
459 struct cf_setting *curr_set; in cf_get_method()
476 struct cf_setting set; in cf_get_method()
573 struct cf_setting *sets; in cpufreq_add_levels()
659 struct cf_setting set; in cf_levels_method()
788 struct cf_setting *set; in cpufreq_expand_set()
842 struct cf_setting *set) in cpufreq_dup_set()
995 struct cf_setting *set; in cpufreq_levels_sysctl()
[all …]
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c251 tegra210_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in tegra210_cpufreq_settings()
298 tegra210_cpufreq_set(device_t dev, const struct cf_setting *cf) in tegra210_cpufreq_set()
321 tegra210_cpufreq_get(device_t dev, struct cf_setting *cf) in tegra210_cpufreq_get()
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c293 tegra124_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in tegra124_cpufreq_settings()
370 tegra124_cpufreq_set(device_t dev, const struct cf_setting *cf) in tegra124_cpufreq_set()
393 tegra124_cpufreq_get(device_t dev, struct cf_setting *cf) in tegra124_cpufreq_get()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1359 bcm2835_cpufreq_set(device_t dev, const struct cf_setting *cf) in bcm2835_cpufreq_set()
1454 bcm2835_cpufreq_get(device_t dev, struct cf_setting *cf) in bcm2835_cpufreq_get()
1491 bcm2835_cpufreq_make_freq_list(device_t dev, struct cf_setting *sets, in bcm2835_cpufreq_make_freq_list()
1549 bcm2835_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in bcm2835_cpufreq_settings()