Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/cpufreq.h>
Go to the source code of this file.
Variables | |
struct freq_attr | cpufreq_freq_attr_scaling_available_freqs |
|
read |
Definition at line 228 of file freq_table.c.
int cpufreq_frequency_table_cpuinfo | ( | struct cpufreq_policy * | policy, |
struct cpufreq_frequency_table * | table | ||
) |
Definition at line 21 of file freq_table.c.
void cpufreq_frequency_table_get_attr | ( | struct cpufreq_frequency_table * | table, |
unsigned int | cpu | ||
) |
Definition at line 213 of file freq_table.c.
Definition at line 221 of file freq_table.c.
int cpufreq_frequency_table_target | ( | struct cpufreq_policy * | policy, |
struct cpufreq_frequency_table * | table, | ||
unsigned int | target_freq, | ||
unsigned int | relation, | ||
unsigned int * | index | ||
) |
Definition at line 94 of file freq_table.c.
int cpufreq_frequency_table_verify | ( | struct cpufreq_policy * | policy, |
struct cpufreq_frequency_table * | table | ||
) |
Definition at line 54 of file freq_table.c.
EXPORT_SYMBOL_GPL | ( | cpufreq_frequency_table_cpuinfo | ) |
EXPORT_SYMBOL_GPL | ( | cpufreq_frequency_table_verify | ) |
EXPORT_SYMBOL_GPL | ( | cpufreq_frequency_table_target | ) |
EXPORT_SYMBOL_GPL | ( | cpufreq_freq_attr_scaling_available_freqs | ) |
EXPORT_SYMBOL_GPL | ( | cpufreq_frequency_table_get_attr | ) |
EXPORT_SYMBOL_GPL | ( | cpufreq_frequency_table_put_attr | ) |
EXPORT_SYMBOL_GPL | ( | cpufreq_frequency_get_table | ) |
MODULE_AUTHOR | ( | "Dominik Brodowski <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 201 of file freq_table.c.