Searched refs:cf_level (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | cpu.h | 97 struct cf_level { struct 102 TAILQ_ENTRY(cf_level) link; argument 105 TAILQ_HEAD(cf_level_lst, cf_level); 177 typedef void (*cpufreq_pre_notify_fn)(void *, const struct cf_level *, int *); 178 typedef void (*cpufreq_post_notify_fn)(void *, const struct cf_level *, int);
|
| /freebsd/sys/powerpc/powermac/ |
| H A D | vcoregpio.c | 47 static void vcoregpio_pre_change(device_t, const struct cf_level *level); 48 static void vcoregpio_post_change(device_t, const struct cf_level *level); 89 vcoregpio_pre_change(device_t dev, const struct cf_level *level) in vcoregpio_pre_change() 102 vcoregpio_post_change(device_t dev, const struct cf_level *level) in vcoregpio_post_change()
|
| H A D | smu.c | 163 static void smu_cpufreq_pre_change(device_t, const struct cf_level *level); 164 static void smu_cpufreq_post_change(device_t, const struct cf_level *level); 593 smu_cpufreq_pre_change(device_t dev, const struct cf_level *level) in smu_cpufreq_pre_change() 605 smu_cpufreq_post_change(device_t dev, const struct cf_level *level) in smu_cpufreq_post_change()
|
| /freebsd/sys/kern/ |
| H A D | kern_cpu.c | 62 struct cf_level level; 69 struct cf_level curr_level; 79 struct cf_level *levels_buf; 104 static int cf_set_method(device_t dev, const struct cf_level *level, 106 static int cf_get_method(device_t dev, struct cf_level *level); 107 static int cf_levels_method(device_t dev, struct cf_level *levels, 113 static struct cf_level *cpufreq_dup_set(struct cpufreq_softc *sc, 114 struct cf_level *dup, struct cf_setting *set); 239 cf_set_method(device_t dev, const struct cf_level *level, int priority) in cf_set_method() 441 cpufreq_get_level(device_t dev, struct cf_level *levels, int count) in cpufreq_get_level() [all …]
|
| H A D | cpufreq_if.m | 33 struct cf_level; 44 const struct cf_level *level; struct 53 struct cf_level *level; struct 61 struct cf_level *levels; struct
|
| /freebsd/sys/x86/x86/ |
| H A D | tsc.c | 91 static void tsc_freq_changed(void *arg, const struct cf_level *level, 93 static void tsc_freq_changing(void *arg, const struct cf_level *level, 824 struct cf_level *levels; in tsc_levels_changed() 858 tsc_freq_changing(void *arg, const struct cf_level *level, int *status) in tsc_freq_changing() 871 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| H A D | identcpu.c | 1348 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd/sys/arm/allwinner/ |
| H A D | aw_thermal.c | 361 struct cf_level levels[MAX_CF_LEVELS]; 545 aw_thermal_cf_pre_change(void *arg, const struct cf_level *level, int *status) in aw_thermal_cf_pre_change()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_thermal.c | 1044 struct cf_level *levels; in acpi_tz_cpufreq_update()
|
| /freebsd/sys/net/altq/ |
| H A D | altq_subr.c | 866 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|