Searched refs:cf_level (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/sys/sys/ |
| D | cpu.h | 75 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/ |
| D | vcoregpio.c | 47 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()
|
| D | smu.c | 161 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/ |
| D | kern_cpu.c | 63 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 …]
|
| 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-9-stable/sys/x86/x86/ |
| D | tsc.c | 90 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/ |
| D | prof_machdep.c | 375 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| D | identcpu.c | 454 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-9-stable/sys/i386/isa/ |
| D | prof_machdep.c | 359 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | identcpu.c | 1070 tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status) in tsc_freq_changed()
|
| /freebsd-9-stable/sys/dev/acpica/ |
| D | acpi_thermal.c | 1023 struct cf_level *levels; in acpi_tz_cpufreq_update()
|
| /freebsd-9-stable/sys/contrib/altq/altq/ |
| D | altq_subr.c | 892 tsc_freq_changed(void *arg, const struct cf_level *level, int status) in tsc_freq_changed()
|