Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/irqchip/
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()
235 if (atomic_read(&p->wakeup_path)) in irqc_suspend()
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()
578 if (atomic_read(&p->wakeup_path)) in intc_irqpin_suspend()
/Linux-v6.6/include/linux/
Dpm_wakeup.h89 return dev->power.wakeup_path; in device_wakeup_path()
94 dev->power.wakeup_path = true; in device_set_wakeup_path()
Dpm.h666 bool wakeup_path:1; member
/Linux-v6.6/drivers/gpio/
Dgpio-rcar.c47 atomic_t wakeup_path; member
201 atomic_inc(&p->wakeup_path); in gpio_rcar_irq_set_wake()
203 atomic_dec(&p->wakeup_path); in gpio_rcar_irq_set_wake()
610 if (atomic_read(&p->wakeup_path)) in gpio_rcar_suspend()
Dgpio-pca953x.c210 atomic_t wakeup_path; member
745 atomic_inc(&chip->wakeup_path); in pca953x_irq_set_wake()
747 atomic_dec(&chip->wakeup_path); in pca953x_irq_set_wake()
1262 if (atomic_read(&chip->wakeup_path)) in pca953x_suspend()
1275 if (!atomic_read(&chip->wakeup_path)) { in pca953x_resume()
/Linux-v6.6/drivers/ssb/
Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/Linux-v6.6/drivers/base/power/
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()