Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/irqchip/
Dirq-renesas-irqc.c66 atomic_t wakeup_path; member
114 atomic_inc(&p->wakeup_path); in irqc_irq_set_wake()
116 atomic_dec(&p->wakeup_path); in irqc_irq_set_wake()
272 if (atomic_read(&p->wakeup_path)) in irqc_suspend()
Dirq-renesas-intc-irqpin.c80 atomic_t wakeup_path; member
288 atomic_inc(&p->wakeup_path); in intc_irqpin_irq_set_wake()
290 atomic_dec(&p->wakeup_path); in intc_irqpin_irq_set_wake()
592 if (atomic_read(&p->wakeup_path)) in intc_irqpin_suspend()
/Linux-v4.19/drivers/gpio/
Dgpio-rcar.c50 atomic_t wakeup_path; member
199 atomic_inc(&p->wakeup_path); in gpio_rcar_irq_set_wake()
201 atomic_dec(&p->wakeup_path); in gpio_rcar_irq_set_wake()
548 if (atomic_read(&p->wakeup_path)) in gpio_rcar_suspend()
/Linux-v4.19/drivers/ssb/
Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/Linux-v4.19/include/linux/
Dpm_wakeup.h93 dev->power.wakeup_path = true; in device_set_wakeup_path()
Dpm.h602 bool wakeup_path:1; member
/Linux-v4.19/drivers/base/power/
Dmain.c1456 if (dev->power.wakeup_path && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
1457 parent->power.wakeup_path = true; in dpm_propagate_wakeup_to_parent()
1798 dev->power.wakeup_path = true; in __device_suspend()
1924 dev->power.wakeup_path = false; in device_prepare()
Ddomain.c1049 if (dev->power.wakeup_path && genpd_is_active_wakeup(genpd)) in genpd_finish_suspend()
1103 if (dev->power.wakeup_path && genpd_is_active_wakeup(genpd)) in genpd_resume_noirq()