Searched defs:governor_name (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ | ||
H A D | devfreq.h | 162 char governor_name[DEVFREQ_NAME_LEN]; member in struct:devfreq 245 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devfreq_add_device() argument 258 devm_devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devm_devfreq_add_device() argument |
H A D | thermal.h | 272 char governor_name[THERMAL_NAME_LENGTH]; member in struct:thermal_zone_params |
/linux-4.4.14/drivers/devfreq/ | ||
H A D | devfreq.c | 439 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devfreq_add_device() argument 572 devm_devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devm_devfreq_add_device() argument |
Completed in 101 milliseconds