#include "cpufreq_governor.h"
static inline struct governor_attr *to_gov_attr(struct attribute *attr)
{ … }
static ssize_t governor_show(struct kobject *kobj, struct attribute *attr,
char *buf)
{ … }
static ssize_t governor_store(struct kobject *kobj, struct attribute *attr,
const char *buf, size_t count)
{ … }
const struct sysfs_ops governor_sysfs_ops = …;
EXPORT_SYMBOL_GPL(…);
void gov_attr_set_init(struct gov_attr_set *attr_set, struct list_head *list_node)
{ … }
EXPORT_SYMBOL_GPL(…);
void gov_attr_set_get(struct gov_attr_set *attr_set, struct list_head *list_node)
{ … }
EXPORT_SYMBOL_GPL(…);
unsigned int gov_attr_set_put(struct gov_attr_set *attr_set, struct list_head *list_node)
{ … }
EXPORT_SYMBOL_GPL(…);