Home
last modified time | relevance | path

Searched defs:opp_table (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/opp/
H A Dopp.h91 struct opp_table *opp_table; member
168 struct opp_table { struct
184 enum opp_table_access shared_opp; argument
189 struct opp_table **required_opp_tables; argument
190 unsigned int required_opp_count;
215 bool _opp_remove_all_static(struct opp_table *opp_table); argument
236 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table()
237 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table()
239 static inline void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps()
252 struct opp_table *opp_table) { } in opp_debug_create_one()
[all …]
H A Dcore.c34 struct opp_table *opp_table) in _find_opp_dev()
47 struct opp_table *opp_table; in _find_opp_table_unlocked() local
78 struct opp_table *opp_table; in _find_opp_table() local
177 struct opp_table *opp_table; in dev_pm_opp_get_max_clock_latency() local
200 struct opp_table *opp_table; in dev_pm_opp_get_max_volt_latency() local
286 struct opp_table *opp_table; in dev_pm_opp_get_suspend_opp_freq() local
302 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count()
328 struct opp_table *opp_table; in dev_pm_opp_get_opp_count() local
373 struct opp_table *opp_table; in dev_pm_opp_find_freq_exact() local
422 struct opp_table *opp_table; in dev_pm_opp_find_level_exact() local
[all …]
H A Dof.c44 struct opp_table *opp_table, *managed_table = NULL; in _managed_opp() local
75 static struct dev_pm_opp *_find_opp_of_np(struct opp_table *opp_table, in _find_opp_of_np()
104 struct opp_table *opp_table; in _find_table_of_opp_np() local
128 static void _opp_table_free_required_tables(struct opp_table *opp_table) in _opp_table_free_required_tables()
153 static void _opp_table_alloc_required_tables(struct opp_table *opp_table, in _opp_table_alloc_required_tables()
211 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, in _of_init_opp_table()
251 void _of_clear_opp_table(struct opp_table *opp_table) in _of_clear_opp_table()
260 void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps()
282 static int _of_opp_alloc_required_opps(struct opp_table *opp_table, in _of_opp_alloc_required_opps()
327 static int _bandwidth_supported(struct device *dev, struct opp_table *opp_table) in _bandwidth_supported()
[all …]
H A Ddebugfs.c54 struct opp_table *opp_table, in opp_debug_create_bw()
77 struct opp_table *opp_table, in opp_debug_create_supplies()
105 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one()
144 struct opp_table *opp_table) in opp_list_debug_create_dir()
159 struct opp_table *opp_table) in opp_list_debug_create_link()
179 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register()
188 struct opp_table *opp_table) in opp_migrate_dentry()
225 struct opp_table *opp_table) in opp_debug_unregister()
245 struct opp_table *opp_table; in opp_summary_show() local
H A Dcpu.c159 struct opp_table *opp_table; in dev_pm_opp_set_sharing_cpus() local
208 struct opp_table *opp_table; in dev_pm_opp_get_sharing_cpus() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_opp.h171 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table()
299 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw()
307 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper()
314 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name()
321 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators()
328 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname()
335 static inline void dev_pm_opp_detach_genpd(struct opp_table *opp_table) {} in dev_pm_opp_detach_genpd()
442 static inline int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table) in dev_pm_opp_of_find_icc_paths()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dtegra20-cpufreq.c38 struct opp_table *opp_table; in tegra20_cpufreq_probe() local
92 struct opp_table *opp_table; in tegra20_cpufreq_remove() local
H A Dcpufreq-dt.c35 struct opp_table *opp_table; member
H A Dsti-cpufreq.c161 struct opp_table *opp_table; in sti_cpufreq_set_opp_info() local
H A Drockchip-cpufreq.c262 struct opp_table *opp_table; in rk3588_set_supported_hw() local
546 struct opp_table *opp_table; in rockchip_cpufreq_cluster_init() local
H A Dti-cpufreq.c63 struct opp_table *opp_table; member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_opp_select.c771 struct opp_table *opp_table; in rockchip_init_pvtpll_info() local
844 struct opp_table *opp_table; in rockchip_pvtpll_calibrate_opp() local
990 struct opp_table *opp_table; in rockchip_pvtpll_add_length() local
1399 struct opp_table *opp_table; in rockchip_set_opp_supported_hw() local
1437 struct opp_table *opp_table; in rockchip_adjust_opp_by_irdrop() local
1507 struct opp_table *opp_table; in rockchip_adjust_opp_by_mbist_vmin() local
1541 struct opp_table *opp_table; in rockchip_adjust_opp_by_otp() local
H A Drockchip_system_monitor.c511 struct opp_table *opp_table; in rockchip_init_temp_opp_table() local
866 struct opp_table *opp_table; in rockchip_adjust_low_temp_opp_volt() local
1156 struct opp_table *opp_table; in rockchip_system_monitor_parse_supplies() local
/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c81 struct opp_table { struct
82 u64 hz;
106 struct opp_table opp[OPP_TABLE_MAX]; argument
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dexynos-bus.c35 struct opp_table *opp_table; member
179 struct opp_table *opp_table; in exynos_bus_parent_parse_of() local
/OK3568_Linux_fs/kernel/drivers/soc/samsung/
H A Dexynos-asv.c89 struct opp_table *opp_table; in exynos_asv_update_opps() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_mali.h36 struct opp_table *opp_table; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_devfreq.c128 struct opp_table *opp_table; in lima_devfreq_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c96 struct opp_table *opp_table; in panfrost_devfreq_init() local
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dda850.dtsi32 opp_table: opp-table { label
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_drv.c1240 struct opp_table *opp_table; in rk3588_npu_set_soc_info() local
1315 struct opp_table *opp_table = NULL; in rknpu_devfreq_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.h133 struct opp_table *opp_table; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_config_rk.c552 struct opp_table *opp_table; in rk3588_gpu_set_soc_info() local
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_system_monitor.h101 struct temp_opp_table *opp_table; member
H A Drockchip_opp_select.h64 struct pvtpll_opp_table *opp_table; member

12