H A D | kern_cpu.c | 56 * Number of levels we can handle. Levels are synthesized from settings 57 * so for M settings and N drivers, there may be M*N levels. 107 static int cf_levels_method(device_t dev, struct cf_level *levels, 141 "Don't provide levels below this frequency."); 198 cpufreq_levels_sysctl, "A", "CPU frequency levels"); in cpufreq_attach() 201 * Queue a one-shot broadcast that levels have changed. 253 /* We are going to change levels so notify the pre-change handler. */ in cf_set_method() 309 /* Reject levels that are below our specified threshold. */ in cf_set_method() 418 * We changed levels (o in cf_set_method() 433 cpufreq_get_level(device_t dev,struct cf_level * levels,int count) cpufreq_get_level() argument 456 struct cf_level *levels; cf_get_method() local 631 cf_levels_method(device_t dev,struct cf_level * levels,int * count) cf_levels_method() argument 937 struct cf_level *levels; cpufreq_curr_sysctl() local 992 struct cf_level *levels; cpufreq_levels_sysctl() local [all...] |