Home
last modified time | relevance | path

Searched refs:cf_level (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/sys/
H A Dcpu.h97 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 Dvcoregpio.c47 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 Dsmu.c163 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 Dkern_cpu.c62 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 Dcpufreq_if.m33 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 Dtsc.c91 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 Didentcpu.c1348 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
/freebsd/sys/arm/allwinner/
H A Daw_thermal.c361 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 Dacpi_thermal.c1044 struct cf_level *levels; in acpi_tz_cpufreq_update()
/freebsd/sys/net/altq/
H A Daltq_subr.c866 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()