Home
last modified time | relevance | path

Searched refs:PM_EVT_LOW (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c76 PM_EVT_LOW = 0x1, enumerator
78 PM_EVT_BOTH = PM_EVT_LOW | PM_EVT_HIGH,
274 if (evt & PM_EVT_LOW) { in wtemp_dvfs_is_effect()
294 if (evt & PM_EVT_LOW) { in __wtemp_dvfs_apply()
297 ret |= PM_EVT_LOW; in __wtemp_dvfs_apply()
436 applied |= __wtemp_dvfs_apply(dev, e, temp, PM_EVT_LOW); in wtemp_dvfs_repeat_apply()
450 !wtemp_dvfs_is_effect(e, temp, PM_EVT_LOW)) in wtemp_dvfs_repeat_apply()