Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c77 PM_EVT_HIGH = 0x2, enumerator
78 PM_EVT_BOTH = PM_EVT_LOW | PM_EVT_HIGH,
279 if (evt & PM_EVT_HIGH) { in wtemp_dvfs_is_effect()
302 if (evt & PM_EVT_HIGH) { in __wtemp_dvfs_apply()
305 ret |= PM_EVT_HIGH; in __wtemp_dvfs_apply()
308 ret |= PM_EVT_HIGH; in __wtemp_dvfs_apply()
438 applied |= __wtemp_dvfs_apply(dev, e, temp, PM_EVT_HIGH); in wtemp_dvfs_repeat_apply()
453 !wtemp_dvfs_is_effect(e, temp, PM_EVT_HIGH)) in wtemp_dvfs_repeat_apply()