Home
last modified time | relevance | path

Searched refs:upthreshold (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dgovernor_simpleondemand.c35 if (data->upthreshold) in devfreq_simple_ondemand_func()
36 dfso_upthreshold = data->upthreshold; in devfreq_simple_ondemand_func()
H A Drockchip_dmc.c104 unsigned int upthreshold; member
2614 return sprintf(buf, "%d\n", data->upthreshold); in upthreshold_show()
2629 data->upthreshold = value; in upthreshold_store()
2634 static DEVICE_ATTR_RW(upthreshold);
2692 unsigned int upthreshold = data->upthreshold; in devfreq_dmc_ondemand_func() local
2720 if (!upthreshold || !downdifferential) in devfreq_dmc_ondemand_func()
2723 if (upthreshold > 100 || in devfreq_dmc_ondemand_func()
2724 upthreshold < downdifferential) in devfreq_dmc_ondemand_func()
2747 stat->total_time * upthreshold) { in devfreq_dmc_ondemand_func()
2760 stat->total_time * (upthreshold - downdifferential)) { in devfreq_dmc_ondemand_func()
[all …]
H A Dexynos-bus.c308 ondemand_data->upthreshold = 40; in exynos_bus_profile_init()
H A Drk3399_dmc.c442 &data->ondemand_data.upthreshold); in rk3399_dmcfreq_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/
H A Drockchip_dmc.txt32 - upthreshold: The upthreshold to simpleondeamnd policy
110 upthreshold = <15>;
H A Drk3399_dmc.txt184 upthreshold = <15>;
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevfreq.h278 unsigned int upthreshold; member
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-linux.dtsi31 upthreshold = <55>;
H A Drk3288-android.dtsi76 upthreshold = <55>;
H A Drk312x.dtsi228 upthreshold = <55>;
344 upthreshold = <40>;
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_devfreq.c269 &ondemand_data.upthreshold); in mali_devfreq_init()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-videostrong-linux.dts151 upthreshold = <40>;
H A Drk3399-excavator-sapphire.dtsi101 upthreshold = <40>;
H A Drk3399-sapphire-excavator-lp4-linux.dts140 upthreshold = <40>;
H A Drk3399-evb.dtsi314 upthreshold = <40>;
H A Drk3368-xikp.dtsi235 upthreshold = <60>;
H A Drk3368-808.dtsi340 upthreshold = <60>;
H A Drk3368a-817-tablet-bnd.dts245 upthreshold = <60>;
H A Drk3368-tablet.dts266 upthreshold = <60>;
H A Drk3399-tve1030g.dtsi243 upthreshold = <20>;
H A Drk3368a-817-tablet.dts497 upthreshold = <60>;
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_devfreq.c372 &ondemand_data.upthreshold); in kbase_devfreq_init()
/OK3568_Linux_fs/kernel/drivers/memory/samsung/
H A Dexynos5422-dmc.c1507 dmc->gov_data.upthreshold = 55; in exynos5_dmc_probe()
1524 dmc->gov_data.upthreshold = 10; in exynos5_dmc_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c738 &ondemand_data.upthreshold); in kbase_devfreq_init()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-qcom.c1489 d->upthreshold = 70; in ufs_qcom_config_scaling_param()

12