Home
last modified time | relevance | path

Searched refs:devfreq_governor (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/drivers/devfreq/
H A Dgovernor.h76 * struct devfreq_governor - Devfreq policy governor
92 struct devfreq_governor { struct
109 int devfreq_add_governor(struct devfreq_governor *governor);
110 int devfreq_remove_governor(struct devfreq_governor *governor);
113 struct devfreq_governor *governor);
H A Ddevfreq.c262 static struct devfreq_governor *find_devfreq_governor(const char *name) in find_devfreq_governor()
264 struct devfreq_governor *tmp_governor; in find_devfreq_governor()
292 static struct devfreq_governor *try_then_request_governor(const char *name) in try_then_request_governor()
294 struct devfreq_governor *governor; in try_then_request_governor()
792 const struct devfreq_governor *gov);
794 const struct devfreq_governor *gov);
809 struct devfreq_governor *governor; in devfreq_add_device()
1271 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor()
1273 struct devfreq_governor *g; in devfreq_add_governor()
1345 struct devfreq_governor *governo in devm_devfreq_add_governor()
[all...]
H A Dgovernor_performance.c38 static struct devfreq_governor devfreq_performance = {
H A Dgovernor_powersave.c38 static struct devfreq_governor devfreq_powersave = {
H A Dgovernor_simpleondemand.c118 static struct devfreq_governor devfreq_simple_ondemand = {
H A Dgovernor_userspace.c133 static struct devfreq_governor devfreq_userspace = {
H A Dgovernor_passive.c425 static struct devfreq_governor devfreq_passive = {
H A Dtegra30-devfreq.c782 static struct devfreq_governor tegra_devfreq_governor = {
/kernel/linux/linux-5.10/drivers/devfreq/
H A Dgovernor.h29 * struct devfreq_governor - Devfreq policy governor
49 struct devfreq_governor { struct
66 int devfreq_add_governor(struct devfreq_governor *governor);
67 int devfreq_remove_governor(struct devfreq_governor *governor);
H A Dgovernor_performance.c38 static struct devfreq_governor devfreq_performance = {
H A Dgovernor_powersave.c38 static struct devfreq_governor devfreq_powersave = {
H A Ddevfreq.c262 static struct devfreq_governor *find_devfreq_governor(const char *name) in find_devfreq_governor()
264 struct devfreq_governor *tmp_governor; in find_devfreq_governor()
292 static struct devfreq_governor *try_then_request_governor(const char *name) in try_then_request_governor()
294 struct devfreq_governor *governor; in try_then_request_governor()
772 struct devfreq_governor *governor; in devfreq_add_device()
1212 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor()
1214 struct devfreq_governor *g; in devfreq_add_governor()
1277 int devfreq_remove_governor(struct devfreq_governor *governor) in devfreq_remove_governor()
1279 struct devfreq_governor *g; in devfreq_remove_governor()
1353 const struct devfreq_governor *governo in governor_store()
[all...]
H A Dgovernor_simpleondemand.c118 static struct devfreq_governor devfreq_simple_ondemand = {
H A Dgovernor_userspace.c133 static struct devfreq_governor devfreq_userspace = {
H A Dgovernor_passive.c181 static struct devfreq_governor devfreq_passive = {
H A Dtegra30-devfreq.c766 static struct devfreq_governor tegra_devfreq_governor = {
/kernel/linux/linux-5.10/include/linux/
H A Ddevfreq.h42 struct devfreq_governor;
168 * devfreq_governor, the governor should protect its access with the
178 const struct devfreq_governor *governor;
/kernel/linux/linux-6.6/include/linux/
H A Ddevfreq.h40 struct devfreq_governor;
176 * devfreq_governor, the governor should protect its access with the
186 const struct devfreq_governor *governor;

Completed in 12 milliseconds