active_wakeup    1044 drivers/base/power/domain.c 	bool active_wakeup;
active_wakeup    1049 drivers/base/power/domain.c 	active_wakeup = genpd_is_active_wakeup(genpd);
active_wakeup    1050 drivers/base/power/domain.c 	return device_may_wakeup(dev) ? active_wakeup : !active_wakeup;
active_wakeup      37 drivers/soc/rockchip/pm_domains.c 	bool active_wakeup;
active_wakeup      95 drivers/soc/rockchip/pm_domains.c 	.active_wakeup = (wakeup),			\
active_wakeup     107 drivers/soc/rockchip/pm_domains.c 	.active_wakeup = wakeup,			\
active_wakeup     116 drivers/soc/rockchip/pm_domains.c 	.active_wakeup = wakeup,			\
active_wakeup     499 drivers/soc/rockchip/pm_domains.c 	if (pd_info->active_wakeup)