Searched refs:cf_level (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | 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.2/sys/powerpc/powermac/ |
| H A D | 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()
|
| H A D | 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.2/sys/kern/ |
| H A D | kern_cpu.c | 63 struct cf_level level; 70 struct cf_level curr_level; 80 struct cf_level *levels_buf; 457 struct cf_level *levels; in cf_get_method() 637 struct cf_level *lev; in cf_levels_method() 734 struct cf_level *level, *search; in cpufreq_insert_abs() 786 struct cf_level *fill, *search; in cpufreq_expand_set() 839 static struct cf_level * 844 struct cf_level *fill, *itr; in cpufreq_dup_set() 938 struct cf_level *levels; in cpufreq_curr_sysctl() [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-14.2/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 | 1330 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | 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.2/sys/dev/acpica/ |
| H A D | acpi_thermal.c | 1044 struct cf_level *levels; in acpi_tz_cpufreq_update()
|
| /freebsd-14.2/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()
|