Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c77 PM_EVT_HIGH = 0x2, enumerator
78 PM_EVT_BOTH = PM_EVT_LOW | PM_EVT_HIGH,
277 if (evt & PM_EVT_HIGH) { in wtemp_dvfs_is_effect()
300 if (evt & PM_EVT_HIGH) { in __wtemp_dvfs_apply()
303 ret |= PM_EVT_HIGH; in __wtemp_dvfs_apply()
306 ret |= PM_EVT_HIGH; in __wtemp_dvfs_apply()
436 applied |= __wtemp_dvfs_apply(dev, e, temp, PM_EVT_HIGH); in wtemp_dvfs_repeat_apply()
451 !wtemp_dvfs_is_effect(e, temp, PM_EVT_HIGH)) in wtemp_dvfs_repeat_apply()