cf_level
struct cf_level levels[MAX_CF_LEVELS];
aw_thermal_cf_pre_change(void *arg, const struct cf_level *level, int *status)
struct cf_level *levels;
struct cf_level *levels;
static int cf_set_method(device_t dev, const struct cf_level *level,
static int cf_get_method(device_t dev, struct cf_level *level);
static int cf_levels_method(device_t dev, struct cf_level *levels,
static struct cf_level *cpufreq_dup_set(struct cpufreq_softc *sc,
struct cf_level *dup, struct cf_setting *set);
cf_set_method(device_t dev, const struct cf_level *level, int priority)
cpufreq_get_level(device_t dev, struct cf_level *levels, int count)
cf_get_method(device_t dev, struct cf_level *level)
struct cf_level *levels;
struct cf_level level;
cf_levels_method(device_t dev, struct cf_level *levels, int *count)
struct cf_level *lev;
struct cf_level curr_level;
struct cf_level *level, *search;
struct cf_level *levels_buf;
struct cf_level *fill, *search;
static struct cf_level *
cpufreq_dup_set(struct cpufreq_softc *sc, struct cf_level *dup,
struct cf_level *fill, *itr;
struct cf_level *levels;
tsc_freq_changed(void *arg, const struct cf_level *level, int status)
static void smu_cpufreq_pre_change(device_t, const struct cf_level *level);
static void smu_cpufreq_post_change(device_t, const struct cf_level *level);
smu_cpufreq_pre_change(device_t dev, const struct cf_level *level)
smu_cpufreq_post_change(device_t dev, const struct cf_level *level)
vcoregpio_post_change(device_t dev, const struct cf_level *level)
static void vcoregpio_pre_change(device_t, const struct cf_level *level);
static void vcoregpio_post_change(device_t, const struct cf_level *level);
vcoregpio_pre_change(device_t dev, const struct cf_level *level)
TAILQ_ENTRY(cf_level) link;
TAILQ_HEAD(cf_level_lst, cf_level);
typedef void (*cpufreq_pre_notify_fn)(void *, const struct cf_level *, int *);
typedef void (*cpufreq_post_notify_fn)(void *, const struct cf_level *, int);
tsc_freq_changed(void *arg __unused, const struct cf_level *level, int status)
struct cf_level *levels;
tsc_freq_changing(void *arg, const struct cf_level *level, int *status)
tsc_freq_changed(void *arg, const struct cf_level *level, int status)
static void tsc_freq_changed(void *arg, const struct cf_level *level,
static void tsc_freq_changing(void *arg, const struct cf_level *level,