Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c76 PM_EVT_LOW = 0x1, enumerator
78 PM_EVT_BOTH = PM_EVT_LOW | PM_EVT_HIGH,
272 if (evt & PM_EVT_LOW) { in wtemp_dvfs_is_effect()
292 if (evt & PM_EVT_LOW) { in __wtemp_dvfs_apply()
295 ret |= PM_EVT_LOW; in __wtemp_dvfs_apply()
434 applied |= __wtemp_dvfs_apply(dev, e, temp, PM_EVT_LOW); in wtemp_dvfs_repeat_apply()
448 !wtemp_dvfs_is_effect(e, temp, PM_EVT_LOW)) in wtemp_dvfs_repeat_apply()