Lines Matching full:devfreq

8 	  devfreq, a generic DVFS framework can be registered for a device
9 in order to let the governor provided to devfreq choose an
12 Each device may have its own governor and policy. Devfreq can
14 notification to "nb", a notifier block, of devfreq.
18 determined by the single device's state, an instance of devfreq
21 to a device by 1-to-1. The device registering devfreq takes the
24 given to devfreq.
26 When OPP is used with the devfreq device, it is recommended to
27 register devfreq's nb to the OPP's notifier head. If OPP is
28 used with the devfreq device, you may use OPP helper
29 functions defined in devfreq.h.
33 comment "DEVFREQ Governors"
49 the DEVFREQ framework returns the highest frequency available
57 the DEVFREQ framework returns the lowest frequency available
72 Sets the frequency based on the frequency of its parent devfreq
75 devfreq device uses the OPP table to get the frequency/voltage.
77 comment "DEVFREQ Drivers"
80 tristate "ARM Exynos Generic Memory Bus DEVFREQ Driver"
87 This adds the common DEVFREQ driver for Exynos Memory bus. Exynos
90 PPMU counters of memory controllers by using DEVFREQ-event device
95 tristate "i.MX Generic Bus DEVFREQ Driver"
99 This adds the generic DEVFREQ driver for i.MX interconnects. It
103 tristate "i.MX8M DDRC DEVFREQ Driver"
108 This adds the DEVFREQ driver for the i.MX8M DDR Controller. It allows
112 tristate "NVIDIA Tegra30/114/124/210 DEVFREQ Driver"
119 This adds the DEVFREQ driver for the Tegra family of SoCs.
124 tristate "MEDIATEK CCI DEVFREQ Driver"
128 This adds a devfreq driver for MediaTek Cache Coherent Interconnect
134 tristate "ARM RK3399 DMC DEVFREQ Driver"
141 This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
146 tristate "sun8i/sun50i MBUS DEVFREQ Driver"
151 This adds the DEVFREQ driver for the MBUS controller in some
154 source "drivers/devfreq/event/Kconfig"