Home
last modified time | relevance | path

Searched refs:dev_pm_opp (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/include/linux/
Dpm_opp.h20 struct dev_pm_opp;
29 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp);
31 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp);
33 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp);
37 struct dev_pm_opp *dev_pm_opp_get_suspend_opp(struct device *dev);
39 struct dev_pm_opp *dev_pm_opp_find_freq_exact(struct device *dev,
43 struct dev_pm_opp *dev_pm_opp_find_freq_floor(struct device *dev,
46 struct dev_pm_opp *dev_pm_opp_find_freq_ceil(struct device *dev,
59 static inline unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp) in dev_pm_opp_get_voltage()
64 static inline unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp) in dev_pm_opp_get_freq()
[all …]
Ddevfreq.h200 extern struct dev_pm_opp *devfreq_recommended_opp(struct device *dev,
281 static inline struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
/linux-4.4.14/drivers/base/power/opp/
Dcore.c123 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp) in dev_pm_opp_get_voltage()
125 struct dev_pm_opp *tmp_opp; in dev_pm_opp_get_voltage()
155 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp) in dev_pm_opp_get_freq()
157 struct dev_pm_opp *tmp_opp; in dev_pm_opp_get_freq()
190 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp) in dev_pm_opp_is_turbo()
192 struct dev_pm_opp *tmp_opp; in dev_pm_opp_is_turbo()
245 struct dev_pm_opp *dev_pm_opp_get_suspend_opp(struct device *dev) in dev_pm_opp_get_suspend_opp()
272 struct dev_pm_opp *temp_opp; in dev_pm_opp_get_opp_count()
322 struct dev_pm_opp *dev_pm_opp_find_freq_exact(struct device *dev, in dev_pm_opp_find_freq_exact()
327 struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); in dev_pm_opp_find_freq_exact()
[all …]
Dopp.h69 struct dev_pm_opp { struct
137 struct dev_pm_opp *suspend_opp;
Dcpu.c55 struct dev_pm_opp *opp; in dev_pm_opp_init_cpufreq_table()
/linux-4.4.14/drivers/devfreq/exynos/
Dexynos5_bus.c91 struct dev_pm_opp *opp; in exynos5_busfreq_int_target()
195 struct dev_pm_opp *opp; in exynos5_busfreq_int_pm_notifier_event()
250 struct dev_pm_opp *opp; in exynos5_busfreq_int_probe()
Dexynos4_bus.c572 struct dev_pm_opp *opp; in exynos4_bus_target()
836 struct dev_pm_opp *opp; in exynos4_busfreq_pm_notifier_event()
901 struct dev_pm_opp *opp; in exynos4_busfreq_probe()
/linux-4.4.14/drivers/thermal/
Ddevfreq_cooling.c111 struct dev_pm_opp *opp; in partition_enable_opps()
219 struct dev_pm_opp *opp; in get_static_power()
412 struct dev_pm_opp *opp; in devfreq_cooling_gen_tables()
Dcpu_cooling.c273 struct dev_pm_opp *opp; in build_dyn_power_table()
425 struct dev_pm_opp *opp; in get_static_power()
/linux-4.4.14/drivers/cpufreq/
Dcpufreq-dt.c47 struct dev_pm_opp *opp; in set_target()
199 struct dev_pm_opp *suspend_opp; in cpufreq_init()
294 struct dev_pm_opp *opp; in cpufreq_init()
Dimx6q-cpufreq.c47 struct dev_pm_opp *opp; in imx6q_set_target()
182 struct dev_pm_opp *opp; in imx6q_cpufreq_probe()
Domap-cpufreq.c45 struct dev_pm_opp *opp; in omap_target()
Dmt8173-cpufreq.c180 struct dev_pm_opp *opp; in mtk_cpufreq_set_target()
297 struct dev_pm_opp *opp; in mtk_cpu_dvfs_info_init()
Dexynos5440-cpufreq.c119 struct dev_pm_opp *opp; in init_div_table()
/linux-4.4.14/arch/arm/mach-omap2/
Dpm.c136 struct dev_pm_opp *opp; in omap2_set_init_voltage()
/linux-4.4.14/drivers/devfreq/
Ddevfreq.c971 struct dev_pm_opp *opp; in available_frequencies_show()
1098 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
1102 struct dev_pm_opp *opp; in devfreq_recommended_opp()
Dtegra-devfreq.c487 struct dev_pm_opp *opp; in tegra_devfreq_target()
/linux-4.4.14/Documentation/power/
Dopp.txt328 struct dev_pm_opp - The internal data structure of OPP library which is used to
335 WARNING: The struct dev_pm_opp pointer should not be parsed or modified by the
/linux-4.4.14/drivers/clk/tegra/
Dclk-dfll.c632 struct dev_pm_opp *opp; in find_lut_index_for_rate()
1440 struct dev_pm_opp *opp; in dfll_build_i2c_lut()