Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-renesas-irqc.c53 atomic_t wakeup_path; member
100 atomic_inc(&p->wakeup_path); in irqc_irq_set_wake()
102 atomic_dec(&p->wakeup_path); in irqc_irq_set_wake()
234 if (atomic_read(&p->wakeup_path)) in irqc_suspend()
H A Dirq-renesas-intc-irqpin.c67 atomic_t wakeup_path; member
274 atomic_inc(&p->wakeup_path); in intc_irqpin_irq_set_wake()
276 atomic_dec(&p->wakeup_path); in intc_irqpin_irq_set_wake()
577 if (atomic_read(&p->wakeup_path)) in intc_irqpin_suspend()
/linux/include/linux/
H A Dpm_wakeup.h89 return dev->power.wakeup_path; in device_wakeup_path()
94 dev->power.wakeup_path = true; in device_set_wakeup_path()
H A Dpm.h681 bool wakeup_path:1; member
/linux/drivers/ssb/
H A Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/linux/drivers/base/power/
H A Dmain.c1363 parent->power.wakeup_path = true; in dpm_propagate_wakeup_to_parent()
1687 dev->power.wakeup_path = true; in device_suspend()
1798 dev->power.wakeup_path = false; in device_prepare()