Home
last modified time | relevance | path

Searched refs:temp_scaling_factor (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dthermal_ipa_power.h12 u32 temp_scaling_factor, u32 volt, u32 volt_scaling_factor,
15 TP_ARGS(leakage, coefficient, temp, temp_scaling_factor, volt,
22 __field(u32, temp_scaling_factor)
32 __entry->temp_scaling_factor = temp_scaling_factor;
39 __entry->temp_scaling_factor, __entry->volt,
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_ipa.c198 u32 temp_scaling_factor, volt_scaling_factor, static_power; in rockchip_ipa_get_static_power() local
210 temp_scaling_factor = calculate_temp_scaling_factor(data->ts, temp); in rockchip_ipa_get_static_power()
213 power_big = (u64)data->static_coefficient * (u64)temp_scaling_factor; in rockchip_ipa_get_static_power()
221 temp_scaling_factor, in rockchip_ipa_get_static_power()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ipa/
H A Dmali_kbase_ipa_simple.c98 u32 temp_scaling_factor; in model_static_coeff() local
117 temp_scaling_factor = calculate_temp_scaling_factor(model_data->ts, in model_static_coeff()
119 coeffp_big = (u64)model_data->static_coefficient * temp_scaling_factor; in model_static_coeff()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa_simple.c185 u32 temp_scaling_factor; in model_static_coeff() local
194 temp_scaling_factor = calculate_temp_scaling_factor(model_data->ts, in model_static_coeff()
202 coeff_big = (u64) model_data->static_coefficient * (u64) temp_scaling_factor; in model_static_coeff()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Darm.c190 int temp_squared, temp_cubed, temp_scaling_factor; in arm_model_static_power() local
213 temp_scaling_factor = in arm_model_static_power()
220 * temp_scaling_factor) in arm_model_static_power()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H A Drk.c243 int temp_squared, temp_cubed, temp_scaling_factor; in rk_model_static_power() local
265 temp_scaling_factor = in rk_model_static_power()
272 * temp_scaling_factor) in rk_model_static_power()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c433 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
455 temp_scaling_factor = (dec->ts[3] * temp_cubed) in model_static_power()
459 * temp_scaling_factor) / 1000000; in model_static_power()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc.c3264 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
3290 temp_scaling_factor = (dmcfreq->ts[3] * temp_cubed) in model_static_power()
3296 * temp_scaling_factor) / 1000000; in model_static_power()