Home
last modified time | relevance | path

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

/freebsd-14.2/sys/x86/cpufreq/
H A Dp4tcc.c77 static int p4tcc_settings(device_t dev, struct cf_setting *sets,
79 static int p4tcc_set(device_t dev, const struct cf_setting *set);
80 static int p4tcc_get(device_t dev, struct cf_setting *set);
155 struct cf_setting set; in p4tcc_attach()
219 struct cf_setting set; in p4tcc_detach()
235 p4tcc_settings(device_t dev, struct cf_setting *sets, int *count) in p4tcc_settings()
259 p4tcc_set(device_t dev, const struct cf_setting *set) in p4tcc_set()
306 p4tcc_get(device_t dev, struct cf_setting *set) in p4tcc_get()
H A Dsmist.c74 struct cf_setting sets[2]; /* Only two settings. */
83 static int smist_settings(device_t dev, struct cf_setting *sets,
85 static int smist_set(device_t dev, const struct cf_setting *set);
86 static int smist_get(device_t dev, struct cf_setting *set);
412 smist_settings(device_t dev, struct cf_setting *sets, int *count) in smist_settings()
415 struct cf_setting set; in smist_settings()
446 smist_set(device_t dev, const struct cf_setting *set) in smist_set()
481 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);
243 hwpstate_set(device_t dev, const struct cf_setting *cf) in hwpstate_set()
263 hwpstate_get(device_t dev, struct cf_setting *cf) in hwpstate_get()
286 hwpstate_settings(device_t dev, struct cf_setting *sets, int *count) in hwpstate_settings()
512 struct cf_setting *perf_set; in hwpstate_get_info_from_acpi_perf()
H A Dpowernow.c243 static int pn_set(device_t dev, const struct cf_setting *cf);
244 static int pn_get(device_t dev, struct cf_setting *cf);
245 static int pn_settings(device_t dev, struct cf_setting *sets,
438 pn_set(device_t dev, const struct cf_setting *cf) in pn_set()
474 pn_get(device_t dev, struct cf_setting *cf) in pn_get()
519 pn_settings(device_t dev, struct cf_setting *sets, int *count) in pn_settings()
767 struct cf_setting sets[POWERNOW_MAX_STATES]; in pn_decode_acpi()
H A Dest.c867 static int est_settings(device_t dev, struct cf_setting *sets, int *count);
868 static int est_set(device_t dev, const struct cf_setting *set);
869 static int est_get(device_t dev, struct cf_setting *set);
1062 struct cf_setting *sets; in est_acpi_info()
1293 est_settings(device_t dev, struct cf_setting *sets, int *count) in est_settings()
1317 est_set(device_t dev, const struct cf_setting *set) in est_set()
1338 est_get(device_t dev, struct cf_setting *set) in est_get()
H A Dhwpstate_intel.c65 static int intel_hwpstate_get(device_t dev, struct cf_setting *cf);
526 intel_hwpstate_get(device_t dev, struct cf_setting *set) in intel_hwpstate_get()
/freebsd-14.2/sys/powerpc/cpufreq/
H A Ddfs.c47 static int dfs_settings(device_t dev, struct cf_setting *sets, int *count);
48 static int dfs_set(device_t dev, const struct cf_setting *set);
49 static int dfs_get(device_t dev, struct cf_setting *set);
139 dfs_settings(device_t dev, struct cf_setting *sets, int *count) in dfs_settings()
166 dfs_set(device_t dev, const struct cf_setting *set) in dfs_set()
194 dfs_get(device_t dev, struct cf_setting *set) in dfs_get()
H A Dpmufreq.c55 static int pmufreq_settings(device_t dev, struct cf_setting *sets, int *count);
56 static int pmufreq_set(device_t dev, const struct cf_setting *set);
57 static int pmufreq_get(device_t dev, struct cf_setting *set);
146 pmufreq_settings(device_t dev, struct cf_setting *sets, int *count) in pmufreq_settings()
170 pmufreq_set(device_t dev, const struct cf_setting *set) in pmufreq_set()
193 pmufreq_get(device_t dev, struct cf_setting *set) in pmufreq_get()
H A Dpmcr.c87 static int pmcr_settings(device_t dev, struct cf_setting *sets, int *count);
88 static int pmcr_set(device_t dev, const struct cf_setting *set);
89 static int pmcr_get(device_t dev, struct cf_setting *set);
156 pmcr_settings(device_t dev, struct cf_setting *sets, int *count) in pmcr_settings()
180 pmcr_set(device_t dev, const struct cf_setting *set) in pmcr_set()
201 pmcr_get(device_t dev, struct cf_setting *set) in pmcr_get()
H A Dpcr.c50 static int pcr_settings(device_t dev, struct cf_setting *sets, int *count);
51 static int pcr_set(device_t dev, const struct cf_setting *set);
52 static int pcr_get(device_t dev, struct cf_setting *set);
235 pcr_settings(device_t dev, struct cf_setting *sets, int *count) in pcr_settings()
260 pcr_set(device_t dev, const struct cf_setting *set) in pcr_set()
306 pcr_get(device_t dev, struct cf_setting *set) in pcr_get()
H A Dmpc85xx_jog.c73 static int mpc85xx_jog_settings(device_t dev, struct cf_setting *sets, int *count);
74 static int mpc85xx_jog_set(device_t dev, const struct cf_setting *set);
75 static int mpc85xx_jog_get(device_t dev, struct cf_setting *set);
213 mpc85xx_jog_settings(device_t dev, struct cf_setting *sets, int *count) in mpc85xx_jog_settings()
285 mpc85xx_jog_set(device_t dev, const struct cf_setting *set) in mpc85xx_jog_set()
306 mpc85xx_jog_get(device_t dev, struct cf_setting *set) in mpc85xx_jog_get()
/freebsd-14.2/sys/sys/
H A Dcpu.h78 struct cf_setting { struct
92 struct cf_setting total_set; argument
93 struct cf_setting abs_set;
94 struct cf_setting rel_set[MAX_SETTINGS];
/freebsd-14.2/sys/dev/cpufreq/
H A Dichss.c62 struct cf_setting sets[2]; /* Only two settings. */
98 static int ichss_settings(device_t dev, struct cf_setting *sets,
100 static int ichss_set(device_t dev, const struct cf_setting *set);
101 static int ichss_get(device_t dev, struct cf_setting *set);
290 ichss_settings(device_t dev, struct cf_setting *sets, int *count) in ichss_settings()
293 struct cf_setting set; in ichss_settings()
324 ichss_set(device_t dev, const struct cf_setting *set) in ichss_set()
376 ichss_get(device_t dev, struct cf_setting *set) in ichss_get()
H A Dcpufreq_dt.c131 struct cf_setting *set) in cpufreq_dt_opp_to_setting()
143 cpufreq_dt_get(device_t dev, struct cf_setting *set) in cpufreq_dt_get()
168 cpufreq_dt_set(device_t dev, const struct cf_setting *set) in cpufreq_dt_set()
279 cpufreq_dt_settings(device_t dev, struct cf_setting *sets, int *count) in cpufreq_dt_settings()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_throttle.c98 static int acpi_thr_settings(device_t dev, struct cf_setting *sets,
100 static int acpi_thr_set(device_t dev, const struct cf_setting *set);
101 static int acpi_thr_get(device_t dev, struct cf_setting *set);
188 struct cf_setting set; in acpi_throttle_attach()
344 acpi_thr_settings(device_t dev, struct cf_setting *sets, int *count) in acpi_thr_settings()
365 acpi_thr_set(device_t dev, const struct cf_setting *set) in acpi_thr_set()
410 acpi_thr_get(device_t dev, struct cf_setting *set) in acpi_thr_get()
H A Dacpi_perf.c101 struct cf_setting *set);
105 static int acpi_px_settings(device_t dev, struct cf_setting *sets,
107 static int acpi_px_set(device_t dev, const struct cf_setting *set);
108 static int acpi_px_get(device_t dev, struct cf_setting *set);
424 struct cf_setting set; in acpi_px_available()
441 acpi_px_to_set(device_t dev, struct acpi_px *px, struct cf_setting *set) in acpi_px_to_set()
460 acpi_px_settings(device_t dev, struct cf_setting *sets, int *count) in acpi_px_settings()
481 acpi_px_set(device_t dev, const struct cf_setting *set) in acpi_px_set()
536 acpi_px_get(device_t dev, struct cf_setting *set) in acpi_px_get()
/freebsd-14.2/sys/kern/
H A Dkern_cpu.c84 struct cf_setting sets[MAX_SETTINGS];
235 const struct cf_setting *set; in cf_set_method()
424 struct cf_setting set; in cpufreq_get_frequency()
458 struct cf_setting *curr_set; in cf_get_method()
475 struct cf_setting set; in cf_get_method()
572 struct cf_setting *sets; in cpufreq_add_levels()
658 struct cf_setting set; in cf_levels_method()
787 struct cf_setting *set; in cpufreq_expand_set()
841 struct cf_setting *set) in cpufreq_dup_set()
994 struct cf_setting *set; in cpufreq_levels_sysctl()
[all …]
H A Dcpufreq_if.m34 struct cf_setting;
72 const struct cf_setting *set; struct
80 struct cf_setting *set; struct
88 struct cf_setting *sets; struct
/freebsd-14.2/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c249 tegra210_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in tegra210_cpufreq_settings()
295 tegra210_cpufreq_set(device_t dev, const struct cf_setting *cf) in tegra210_cpufreq_set()
318 tegra210_cpufreq_get(device_t dev, struct cf_setting *cf) in tegra210_cpufreq_get()
/freebsd-14.2/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c291 tegra124_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in tegra124_cpufreq_settings()
367 tegra124_cpufreq_set(device_t dev, const struct cf_setting *cf) in tegra124_cpufreq_set()
390 tegra124_cpufreq_get(device_t dev, struct cf_setting *cf) in tegra124_cpufreq_get()
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1357 bcm2835_cpufreq_set(device_t dev, const struct cf_setting *cf) in bcm2835_cpufreq_set()
1452 bcm2835_cpufreq_get(device_t dev, struct cf_setting *cf) in bcm2835_cpufreq_get()
1489 bcm2835_cpufreq_make_freq_list(device_t dev, struct cf_setting *sets, in bcm2835_cpufreq_make_freq_list()
1547 bcm2835_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in bcm2835_cpufreq_settings()