Searched refs:cf_level (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | cpu.h | 91 struct cf_level { struct 96 TAILQ_ENTRY(cf_level) link; argument 99 TAILQ_HEAD(cf_level_lst, cf_level); 171 typedef void (*cpufreq_pre_notify_fn)(void *, const struct cf_level *, int *); 172 typedef void (*cpufreq_post_notify_fn)(void *, const struct cf_level *, int);
|
| /freebsd-14-stable/sys/powerpc/powermac/ |
| HD | vcoregpio.c | 48 static void vcoregpio_pre_change(device_t, const struct cf_level *level); 49 static void vcoregpio_post_change(device_t, const struct cf_level *level); 90 vcoregpio_pre_change(device_t dev, const struct cf_level *level) in vcoregpio_pre_change() 103 vcoregpio_post_change(device_t dev, const struct cf_level *level) in vcoregpio_post_change()
|
| HD | smu.c | 164 static void smu_cpufreq_pre_change(device_t, const struct cf_level *level); 165 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-14-stable/sys/kern/ |
| HD | kern_cpu.c | 63 struct cf_level level; 70 struct cf_level curr_level; 80 struct cf_level *levels_buf; 105 static int cf_set_method(device_t dev, const struct cf_level *level, 107 static int cf_get_method(device_t dev, struct cf_level *level); 108 static int cf_levels_method(device_t dev, struct cf_level *levels, 114 static struct cf_level *cpufreq_dup_set(struct cpufreq_softc *sc, 115 struct cf_level *dup, struct cf_setting *set); 240 cf_set_method(device_t dev, const struct cf_level *level, int priority) in cf_set_method() 442 cpufreq_get_level(device_t dev, struct cf_level *levels, int count) in cpufreq_get_level() [all …]
|
| HD | 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-14-stable/sys/x86/x86/ |
| HD | 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()
|
| HD | identcpu.c | 1344 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-14-stable/sys/arm/allwinner/ |
| HD | aw_thermal.c | 362 struct cf_level levels[MAX_CF_LEVELS]; 546 aw_thermal_cf_pre_change(void *arg, const struct cf_level *level, int *status) in aw_thermal_cf_pre_change()
|
| /freebsd-14-stable/sys/dev/acpica/ |
| HD | acpi_thermal.c | 1044 struct cf_level *levels; in acpi_tz_cpufreq_update()
|
| /freebsd-14-stable/sys/net/altq/ |
| HD | altq_subr.c | 866 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|