Home
last modified time | relevance | path

Searched refs:regulator_count (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c572 if (opp_table->regulator_count > 1) { in rockchip_init_temp_opp_table()
886 if (opp_table->regulator_count > 1) { in rockchip_adjust_low_temp_opp_volt()
901 if (opp_table->regulator_count > 1) { in rockchip_adjust_low_temp_opp_volt()
1168 info->regulator_count = opp_table->regulator_count; in rockchip_system_monitor_parse_supplies()
1171 count = opp_table->regulator_count; in rockchip_system_monitor_parse_supplies()
1240 data->regulator_count = info->regulator_count; in rockchip_monitor_set_opp()
1245 size = sizeof(*old_supply) * info->regulator_count; in rockchip_monitor_set_opp()
1279 if (info->regulator_count > 1) { in rockchip_monitor_check_rate_volt()
1299 if (info->regulator_count > 1) in rockchip_monitor_check_rate_volt()
1304 if (info->regulator_count > 1) { in rockchip_monitor_check_rate_volt()
[all …]
H A Drockchip_opp_select.c802 if (opp_table->regulator_count > 1) { in rockchip_init_pvtpll_info()
874 if (opp_table->regulator_count > 1) { in rockchip_pvtpll_calibrate_opp()
904 if (opp_table->regulator_count > 1) { in rockchip_pvtpll_calibrate_opp()
928 if (opp_table->regulator_count > 1) { in rockchip_pvtpll_calibrate_opp()
951 if (opp_table->regulator_count > 1) { in rockchip_pvtpll_calibrate_opp()
967 if (opp_table->regulator_count > 1) in rockchip_pvtpll_calibrate_opp()
976 if (opp_table->regulator_count > 1) in rockchip_pvtpll_calibrate_opp()
1569 if (opp_table->regulator_count > 1) { in rockchip_adjust_opp_by_otp()
/OK3568_Linux_fs/kernel/drivers/opp/
H A Dcore.c218 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency()
678 if (WARN_ON(opp_table->regulator_count > 1)) { in _generic_set_opp_regulator()
765 data->regulator_count = opp_table->regulator_count; in _set_opp_custom()
770 size = sizeof(*old_supply) * opp_table->regulator_count; in _set_opp_custom()
1090 opp_table->regulator_count = -1; in _allocate_opp_table()
1392 supply_count = table->regulator_count > 0 ? table->regulator_count : 1; in _opp_allocate()
1420 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators()
1713 int len, count = opp_table->regulator_count; in _allocate_set_opp_data()
1797 opp_table->regulator_count = count; in dev_pm_opp_set_regulators()
1812 opp_table->regulator_count = -1; in dev_pm_opp_set_regulators()
[all …]
H A Ddebugfs.c83 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
264 if (opp_table->regulator_count > 1) in opp_summary_show()
H A Dopp.h197 int regulator_count; member
H A Dof.c486 int supplies = opp_table->regulator_count, vcount, icount, ret, i, j; in opp_parse_supplies()
506 opp_table->regulator_count = 0; in opp_parse_supplies()
521 supplies = opp_table->regulator_count = 1; in opp_parse_supplies()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsimplefb.c181 u32 regulator_count; member
359 par->regulator_count = i; in simplefb_regulators_get()
370 for (i = 0; i < par->regulator_count; i++) { in simplefb_regulators_enable()
390 for (i = 0; i < par->regulator_count; i++) in simplefb_regulators_destroy()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Drockchip-cpufreq.c51 unsigned int regulator_count; member
616 cluster->regulator_count = 2; in rockchip_cpufreq_cluster_init()
630 cluster->regulator_count = 1; in rockchip_cpufreq_cluster_init()
679 if (cluster->regulator_count == 1) { in rockchip_cpufreq_opp_set_rate()
938 if (ci->regulator_count == 1) in rockchip_cpufreq_panic_notifier()
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_system_monitor.h125 unsigned int regulator_count; member
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc.c162 int regulator_count; member
397 unsigned int reg_count = data->regulator_count; in rockchip_dmcfreq_opp_helper()
1301 if (dmcfreq->regulator_count > 1) in rockchip_dmcfreq_adjust_opp_table()
1321 if (dmcfreq->regulator_count > 1) in rockchip_dmcfreq_adjust_opp_table()
1992 if (dmcfreq->regulator_count > 1) in rk3588_dmc_init()
2572 if (dmcfreq->regulator_count == 1) in rockchip_dmcfreq_panic_notifier()
2946 dmcfreq->regulator_count = 2; in rockchip_dmcfreq_power_control()
2948 dmcfreq->regulator_count = 1; in rockchip_dmcfreq_power_control()
2950 dmcfreq->regulator_count); in rockchip_dmcfreq_power_control()
2968 if (dmcfreq->regulator_count > 1) { in rockchip_dmcfreq_power_control()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_opp.h85 unsigned int regulator_count; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c144 unsigned int reg_count = data->regulator_count; in kbase_devfreq_opp_helper()