Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDcpu.h91 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/
HDvcoregpio.c48 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()
HDsmu.c164 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/
HDkern_cpu.c63 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 …]
HDcpufreq_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-14-stable/sys/x86/x86/
HDtsc.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()
HDidentcpu.c1344 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
/freebsd-14-stable/sys/arm/allwinner/
HDaw_thermal.c362 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/
HDacpi_thermal.c1044 struct cf_level *levels; in acpi_tz_cpufreq_update()
/freebsd-14-stable/sys/net/altq/
HDaltq_subr.c866 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()