Searched refs:gov_data (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/lima/
H A Dlima_devfreq.h19 struct devfreq_simple_ondemand_data gov_data; member in struct:lima_devfreq
H A Dlima_devfreq.c156 ldevfreq->gov_data.upthreshold = 30;
157 ldevfreq->gov_data.downdifferential = 5;
161 &ldevfreq->gov_data);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.h19 struct devfreq_simple_ondemand_data gov_data; member in struct:panfrost_devfreq
H A Dpanfrost_devfreq.c202 pfdevfreq->gov_data.upthreshold = 45;
203 pfdevfreq->gov_data.downdifferential = 5;
207 &pfdevfreq->gov_data);
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_devfreq.c22 /** @gov_data: Governor data. */
23 struct devfreq_simple_ondemand_data gov_data; member in struct:panthor_devfreq
211 pdevfreq->gov_data.upthreshold = 45;
212 pdevfreq->gov_data.downdifferential = 5;
216 &pdevfreq->gov_data);
/linux-master/drivers/devfreq/
H A Dsun8i-a33-mbus.c86 struct devfreq_simple_ondemand_data gov_data; member in struct:sun8i_a33_mbus
397 priv->gov_data.upthreshold = 10;
398 priv->gov_data.downdifferential = 5;
434 &priv->gov_data);
/linux-master/drivers/memory/samsung/
H A Dexynos5422-dmc.c115 * @gov_data: configuration of devfreq governor
155 struct devfreq_simple_ondemand_data gov_data; member in struct:exynos5_dmc
1502 dmc->gov_data.upthreshold = 55;
1503 dmc->gov_data.downdifferential = 5;
1519 dmc->gov_data.upthreshold = 10;
1520 dmc->gov_data.downdifferential = 5;
1527 &dmc->gov_data);

Completed in 123 milliseconds