Searched defs:governor_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | devfreq.h | 179 char governor_name[DEVFREQ_NAME_LEN]; member 318 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devfreq_add_device() argument 331 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 | 241 char governor_name[THERMAL_NAME_LENGTH]; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devfreq.h | 341 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devfreq_add_device() argument 354 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 | 212 char governor_name[THERMAL_NAME_LENGTH]; member
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | devfreq.c | 766 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devfreq_add_device() argument 982 devm_devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devm_devfreq_add_device() argument [all...] |
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | devfreq.c | 803 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devfreq_add_device() argument 1041 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 8 milliseconds