Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
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()
233 if (atomic_read(&p->wakeup_path)) in irqc_suspend()
A Dirq-renesas-intc-irqpin.c68 atomic_t wakeup_path; member
275 atomic_inc(&p->wakeup_path); in intc_irqpin_irq_set_wake()
277 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/
A Dpm_wakeup.h89 return dev->power.wakeup_path; in device_wakeup_path()
94 dev->power.wakeup_path = true; in device_set_wakeup_path()
A Dpm.h584 bool wakeup_path:1; member
/linux/drivers/gpio/
A Dgpio-rcar.c49 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()
607 if (atomic_read(&p->wakeup_path)) in gpio_rcar_suspend()
A Dgpio-pca953x.c205 atomic_t wakeup_path; member
648 atomic_inc(&chip->wakeup_path); in pca953x_irq_set_wake()
650 atomic_dec(&chip->wakeup_path); in pca953x_irq_set_wake()
1159 if (atomic_read(&chip->wakeup_path)) in pca953x_suspend()
1172 if (!atomic_read(&chip->wakeup_path)) { in pca953x_resume()
/linux/drivers/ssb/
A Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/linux/drivers/base/power/
A Dmain.c1373 parent->power.wakeup_path = true; in dpm_propagate_wakeup_to_parent()
1710 dev->power.wakeup_path = true; in __device_suspend()
1834 dev->power.wakeup_path = false; in device_prepare()

Completed in 22 milliseconds