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

/linux-master/drivers/devfreq/
H A Dgovernor_simpleondemand.c35 if (data->upthreshold)
36 dfso_upthreshold = data->upthreshold;
H A Dsun8i-a33-mbus.c397 priv->gov_data.upthreshold = 10;
H A Dexynos-bus.c307 ondemand_data->upthreshold = 40;
H A Drk3399_dmc.c417 data->ondemand_data.upthreshold = 25;
/linux-master/drivers/gpu/drm/lima/
H A Dlima_devfreq.c156 ldevfreq->gov_data.upthreshold = 30;
/linux-master/include/linux/
H A Ddevfreq.h282 * @upthreshold: If the load is over this value, the frequency jumps.
284 * @downdifferential: If the load is under upthreshold - downdifferential,
287 * downdifferential < upthreshold must hold.
293 unsigned int upthreshold; member in struct:devfreq_simple_ondemand_data
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c202 pfdevfreq->gov_data.upthreshold = 45;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c154 priv->gpu_devfreq_config.upthreshold = 50;
H A Dmsm_debugfs.c327 debugfs_create_u32("upthreshold",0600, gpu_devfreq,
328 &priv->gpu_devfreq_config.upthreshold);
/linux-master/drivers/memory/samsung/
H A Dexynos5422-dmc.c1502 dmc->gov_data.upthreshold = 55;
1519 dmc->gov_data.upthreshold = 10;
/linux-master/drivers/memory/tegra/
H A Dtegra20-emc.c1167 emc->ondemand_data.upthreshold = 20;
/linux-master/drivers/ufs/host/
H A Dufs-mediatek.c1515 hba->vps->ondemand_data.upthreshold = 50;
H A Dufs-qcom.c1548 d->upthreshold = 70;
/linux-master/drivers/ufs/core/
H A Dufshcd.c9083 .ondemand_data.upthreshold = 70,

Completed in 207 milliseconds