Home
last modified time | relevance | path

Searched refs:governor_name (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H A Ddevfreq.c766 * @governor_name: name of the policy to choose frequency.
770 struct devfreq *devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, in devfreq_add_device() argument
777 if (!dev || !profile || !governor_name) { in devfreq_add_device()
804 strscpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); in devfreq_add_device()
898 governor = try_then_request_governor(devfreq->governor_name); in devfreq_add_device()
950 * @governor_name: name of the policy to choose frequency.
959 const char *governor_name, void *data) in devm_devfreq_add_device()
968 devfreq = devfreq_add_device(dev, profile, governor_name, data); in devm_devfreq_add_device()
1222 if (!strncmp(devfreq->governor_name, governo in devfreq_add_governor()
958 devm_devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devm_devfreq_add_device() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h234 char governor_name[THERMAL_NAME_LENGTH]; member
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c151 * only thermal zones with specified tz->tzp->governor_name in thermal_register_governor()
158 name = pos->tzp->governor_name; in thermal_register_governor()
1489 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register()

Completed in 6 milliseconds