Searched refs:new_opp (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/opp/ |
H A D | of.c | 641 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *table, struct device_node *np, bool peak) in _read_bw() argument 672 new_opp->bandwidth[i].peak = kBps_to_icc(bw[i]); in _read_bw() 674 new_opp->bandwidth[i].avg = kBps_to_icc(bw[i]); in _read_bw() 683 static int _read_opp_key(struct dev_pm_opp *new_opp, struct opp_table *table, struct device_node *np, in _read_opp_key() argument 697 new_opp->rate = (unsigned long)rate; in _read_opp_key() 707 ret = _read_bw(new_opp, table, np, true); in _read_opp_key() 710 ret = _read_bw(new_opp, table, np, false); in _read_opp_key() 718 if (!of_property_read_u32(np, "opp-level", &new_opp->level)) { in _read_opp_key() 755 struct dev_pm_opp *new_opp; in _opp_add_static_v2() local 760 new_opp in _opp_add_static_v2() [all...] |
/device/soc/rockchip/common/vendor/drivers/cpufreq/ |
H A D | rockchip-cpufreq.c | 335 struct dev_pm_opp_supply *new_supply_vdd = &data->new_opp.supplies[0]; in cpu_opp_helper() 336 struct dev_pm_opp_supply *new_supply_mem = &data->new_opp.supplies[1]; in cpu_opp_helper() 344 unsigned long new_freq = data->new_opp.rate; in cpu_opp_helper()
|
/device/soc/rockchip/rk3588/kernel/drivers/cpufreq/ |
H A D | rockchip-cpufreq.c | 372 struct dev_pm_opp_supply *new_supply_vdd = &data->new_opp.supplies[0]; in cpu_opp_helper() 373 struct dev_pm_opp_supply *new_supply_mem = &data->new_opp.supplies[1]; in cpu_opp_helper() 381 unsigned long new_freq = data->new_opp.rate; in cpu_opp_helper()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | opp.h | 223 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate_not_available);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_devfreq.c | 149 struct dev_pm_opp_supply *new_supply_vdd = &data->new_opp.supplies[0]; in kbase_devfreq_opp_helper() 150 struct dev_pm_opp_supply *new_supply_mem = &data->new_opp.supplies[1]; in kbase_devfreq_opp_helper() 157 unsigned long new_freq = data->new_opp.rate; in kbase_devfreq_opp_helper()
|
Completed in 5 milliseconds