Searched refs:downdifferential (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 110 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 D | rockchip_dmc.c | 106 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 D | mali_devfreq.c | 262 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 D | mali_devfreq.c | 262 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 D | mali_kbase_devfreq.c | 365 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 D | mali_kbase_devfreq.c | 359 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 D | mali_kbase_devfreq.c | 688 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 D | mali_kbase_devfreq.c | 733 of_property_read_u32(np, "downdifferential", in kbase_devfreq_init() 734 &ondemand_data.downdifferential); in kbase_devfreq_init()
|
Completed in 11 milliseconds