Searched refs:cf_level (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | cpu.h | 93 struct cf_level { struct 98 TAILQ_ENTRY(cf_level) link; argument 101 TAILQ_HEAD(cf_level_lst, cf_level); 168 typedef void (*cpufreq_pre_notify_fn)(void *, const struct cf_level *, int *); 169 typedef void (*cpufreq_post_notify_fn)(void *, const struct cf_level *, int);
|
| /freebsd-12.1/sys/powerpc/powermac/ |
| H A D | vcoregpio.c | 49 static void vcoregpio_pre_change(device_t, const struct cf_level *level); 50 static void vcoregpio_post_change(device_t, const struct cf_level *level); 93 vcoregpio_pre_change(device_t dev, const struct cf_level *level) in vcoregpio_pre_change() 106 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); 594 smu_cpufreq_pre_change(device_t dev, const struct cf_level *level) in smu_cpufreq_pre_change() 606 smu_cpufreq_post_change(device_t dev, const struct cf_level *level) in smu_cpufreq_post_change()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_cpu.c | 65 struct cf_level level; 72 struct cf_level curr_level; 81 struct cf_level *levels_buf; 428 struct cf_level *levels; in cf_get_method() 534 struct cf_level *lev; in cf_levels_method() 682 struct cf_level *level, *search; in cpufreq_insert_abs() 734 struct cf_level *fill, *search; in cpufreq_expand_set() 787 static struct cf_level * 792 struct cf_level *fill, *itr; in cpufreq_dup_set() 886 struct cf_level *levels; in cpufreq_curr_sysctl() [all …]
|
| H A D | cpufreq_if.m | 34 struct cf_level; 45 const struct cf_level *level; struct 54 struct cf_level *level; struct 62 struct cf_level *levels; struct
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | tsc.c | 89 static void tsc_freq_changed(void *arg, const struct cf_level *level, 91 static void tsc_freq_changing(void *arg, const struct cf_level *level, 664 struct cf_level *levels; in tsc_levels_changed() 698 tsc_freq_changing(void *arg, const struct cf_level *level, int *status) in tsc_freq_changing() 711 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| H A D | identcpu.c | 1259 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | prof_machdep.c | 305 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | prof_machdep.c | 385 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-12.1/sys/arm/allwinner/ |
| H A D | aw_thermal.c | 366 struct cf_level levels[MAX_CF_LEVELS]; 550 aw_thermal_cf_pre_change(void *arg, const struct cf_level *level, int *status) in aw_thermal_cf_pre_change()
|
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi_thermal.c | 1034 struct cf_level *levels; in acpi_tz_cpufreq_update()
|
| /freebsd-12.1/sys/net/altq/ |
| H A D | altq_subr.c | 896 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|