| /f-stack/freebsd/x86/cpufreq/ |
| H A D | p4tcc.c | 79 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 D | smist.c | 76 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 D | hwpstate_amd.c | 116 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 D | powernow.c | 245 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 D | est.c | 869 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 D | hwpstate_intel.c | 66 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 D | cpu.h | 80 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 D | cpufreq_if.m | 35 struct cf_setting; 73 const struct cf_setting *set; struct 81 struct cf_setting *set; struct 89 struct cf_setting *sets; struct
|
| H A D | kern_cpu.c | 86 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 D | tegra210_cpufreq.c | 251 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 D | tegra124_cpufreq.c | 293 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 D | bcm2835_cpufreq.c | 1359 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()
|