Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dcpu.h75 struct cf_level { struct
80 TAILQ_ENTRY(cf_level) link; argument
83 TAILQ_HEAD(cf_level_lst, cf_level);
150 typedef void (*cpufreq_pre_notify_fn)(void *, const struct cf_level *, int *);
151 typedef void (*cpufreq_post_notify_fn)(void *, const struct cf_level *, int);
/freebsd-9-stable/sys/powerpc/powermac/
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);
91 vcoregpio_pre_change(device_t dev, const struct cf_level *level) in vcoregpio_pre_change()
104 vcoregpio_post_change(device_t dev, const struct cf_level *level) in vcoregpio_post_change()
Dsmu.c161 static void smu_cpufreq_pre_change(device_t, const struct cf_level *level);
162 static void smu_cpufreq_post_change(device_t, const struct cf_level *level);
592 smu_cpufreq_pre_change(device_t dev, const struct cf_level *level) in smu_cpufreq_pre_change()
604 smu_cpufreq_post_change(device_t dev, const struct cf_level *level) in smu_cpufreq_post_change()
/freebsd-9-stable/sys/kern/
Dkern_cpu.c63 struct cf_level level;
70 struct cf_level curr_level;
79 struct cf_level *levels_buf;
103 static int cf_set_method(device_t dev, const struct cf_level *level,
105 static int cf_get_method(device_t dev, struct cf_level *level);
106 static int cf_levels_method(device_t dev, struct cf_level *levels,
112 static struct cf_level *cpufreq_dup_set(struct cpufreq_softc *sc,
113 struct cf_level *dup, struct cf_setting *set);
241 cf_set_method(device_t dev, const struct cf_level *level, int priority) in cf_set_method()
414 cf_get_method(device_t dev, struct cf_level *level) in cf_get_method()
[all …]
Dcpufreq_if.m34 struct cf_level;
45 const struct cf_level *level; struct
54 struct cf_level *level; struct
62 struct cf_level *levels; struct
/freebsd-9-stable/sys/x86/x86/
Dtsc.c90 static void tsc_freq_changed(void *arg, const struct cf_level *level,
92 static void tsc_freq_changing(void *arg, const struct cf_level *level,
622 struct cf_level *levels; in tsc_levels_changed()
656 tsc_freq_changing(void *arg, const struct cf_level *level, int *status) in tsc_freq_changing()
669 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
/freebsd-9-stable/sys/amd64/amd64/
Dprof_machdep.c375 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
Didentcpu.c454 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
/freebsd-9-stable/sys/i386/isa/
Dprof_machdep.c359 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
/freebsd-9-stable/sys/i386/i386/
Didentcpu.c1070 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
/freebsd-9-stable/sys/dev/acpica/
Dacpi_thermal.c1023 struct cf_level *levels; in acpi_tz_cpufreq_update()
/freebsd-9-stable/sys/contrib/altq/altq/
Daltq_subr.c892 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()