Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c109 unsigned int upthreshold; member
2271 return sprintf(buf, "%d\n", data->upthreshold); in upthreshold_show()
2284 data->upthreshold = value; in upthreshold_store()
2289 static DEVICE_ATTR_RW(upthreshold);
2344 unsigned int upthreshold = data->upthreshold; 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()
2404 if (stat->busy_time * 0x64 > stat->total_time * upthreshold) { in devfreq_dmc_ondemand_func()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c105 unsigned int upthreshold; member
2426 return sprintf(buf, "%d\n", data->upthreshold); in upthreshold_show()
2441 data->upthreshold = value; in upthreshold_store()
2446 static DEVICE_ATTR_RW(upthreshold);
2504 unsigned int upthreshold = data->upthreshold; in devfreq_dmc_ondemand_func() local
2532 if (!upthreshold || !downdifferential) in devfreq_dmc_ondemand_func()
2535 if (upthreshold > 100 || in devfreq_dmc_ondemand_func()
2536 upthreshold < downdifferential) in devfreq_dmc_ondemand_func()
2559 stat->total_time * upthreshold) { in devfreq_dmc_ondemand_func()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c261 of_property_read_u32(np, "upthreshold", &ondemand_data.upthreshold); in mali_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c260 of_property_read_u32(np, "upthreshold", in mali_devfreq_init()
261 &ondemand_data.upthreshold); in mali_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c363 of_property_read_u32(np, "upthreshold", in kbase_devfreq_init()
364 &ondemand_data.upthreshold); in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c358 of_property_read_u32(np, "upthreshold", &ondemand_data.upthreshold); in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c687 of_property_read_u32(np, "upthreshold", &ondemand_data.upthreshold); in kbase_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c731 of_property_read_u32(np, "upthreshold", in kbase_devfreq_init()
732 &ondemand_data.upthreshold); in kbase_devfreq_init()

Completed in 11 milliseconds