Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
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/drivers/ssb/
H A Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/linux/drivers/gpio/
H A Dgpio-pca953x.c236 atomic_t wakeup_path; member
843 atomic_inc(&chip->wakeup_path); in pca953x_irq_set_wake()
845 atomic_dec(&chip->wakeup_path); in pca953x_irq_set_wake()
1413 if (atomic_read(&chip->wakeup_path)) in pca953x_suspend()
1426 if (!atomic_read(&chip->wakeup_path)) { in pca953x_resume()
/linux/drivers/base/power/
H A Dmain.c1686 parent->power.wakeup_path = true; in dpm_propagate_wakeup_to_parent()
2045 dev->power.wakeup_path = true; in device_suspend()
2225 dev->power.wakeup_path = false; in device_prepare()