Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/rockchip/
Dpm_domains.c38 bool active_wakeup; member
96 .active_wakeup = wakeup, \
108 .active_wakeup = wakeup, \
117 .active_wakeup = wakeup, \
500 if (pd_info->active_wakeup) in rockchip_pm_add_one_domain()
/Linux-v4.19/drivers/base/power/
Ddomain.c967 bool active_wakeup; in resume_needed() local
972 active_wakeup = genpd_is_active_wakeup(genpd); in resume_needed()
973 return device_may_wakeup(dev) ? active_wakeup : !active_wakeup; in resume_needed()