Home
last modified time | relevance | path

Searched refs:downdifferential (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c110 unsigned int downdifferential; member
2296 return sprintf(buf, "%d\n", data->downdifferential); in downdifferential_show()
2309 data->downdifferential = value; in downdifferential_store()
2314 static DEVICE_ATTR_RW(downdifferential);
2345 unsigned int downdifferential = data->downdifferential; in devfreq_dmc_ondemand_func() local
2376 if (!upthreshold || !downdifferential) { in devfreq_dmc_ondemand_func()
2380 if (upthreshold > 0x64 || upthreshold < downdifferential) { in devfreq_dmc_ondemand_func()
2416 if (stat->busy_time * 0x64 > stat->total_time * (upthreshold - downdifferential)) { in devfreq_dmc_ondemand_func()
2426 b = div_u64(b, (upthreshold - downdifferential / in devfreq_dmc_ondemand_func()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c106 unsigned int downdifferential; member
2455 return sprintf(buf, "%d\n", data->downdifferential); in downdifferential_show()
2470 data->downdifferential = value; in downdifferential_store()
2475 static DEVICE_ATTR_RW(downdifferential);
2505 unsigned int downdifferential = data->downdifferential; in devfreq_dmc_ondemand_func() local
2532 if (!upthreshold || !downdifferential) in devfreq_dmc_ondemand_func()
2536 upthreshold < downdifferential) in devfreq_dmc_ondemand_func()
2572 stat->total_time * (upthreshold - downdifferential)) { in devfreq_dmc_ondemand_func()
2582 b = div_u64(b, (upthreshold - downdifferential / in devfreq_dmc_ondemand_func()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c262 of_property_read_u32(np, "downdifferential", &ondemand_data.downdifferential); in mali_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c262 of_property_read_u32(np, "downdifferential", in mali_devfreq_init()
263 &ondemand_data.downdifferential); in mali_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c365 of_property_read_u32(np, "downdifferential", in kbase_devfreq_init()
366 &ondemand_data.downdifferential); in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c359 of_property_read_u32(np, "downdifferential", &ondemand_data.downdifferential); in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c688 of_property_read_u32(np, "downdifferential", &ondemand_data.downdifferential); in kbase_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c733 of_property_read_u32(np, "downdifferential", in kbase_devfreq_init()
734 &ondemand_data.downdifferential); in kbase_devfreq_init()

Completed in 11 milliseconds