Home
last modified time | relevance | path

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

/Linux-v5.10/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()
233 if (atomic_read(&p->wakeup_path)) in irqc_suspend()
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-v5.10/drivers/gpio/
Dgpio-rcar.c42 atomic_t wakeup_path; member
192 atomic_inc(&p->wakeup_path); in gpio_rcar_irq_set_wake()
194 atomic_dec(&p->wakeup_path); in gpio_rcar_irq_set_wake()
558 if (atomic_read(&p->wakeup_path)) in gpio_rcar_suspend()
Dgpio-pca953x.c236 atomic_t wakeup_path; member
684 atomic_inc(&chip->wakeup_path); in pca953x_irq_set_wake()
686 atomic_dec(&chip->wakeup_path); in pca953x_irq_set_wake()
1195 if (atomic_read(&chip->wakeup_path)) in pca953x_suspend()
1208 if (!atomic_read(&chip->wakeup_path)) { in pca953x_resume()
/Linux-v5.10/drivers/ssb/
Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/Linux-v5.10/include/linux/
Dpm_wakeup.h89 dev->power.wakeup_path = true; in device_set_wakeup_path()
Dpm.h583 bool wakeup_path:1; member
/Linux-v5.10/drivers/base/power/
Dmain.c1362 if (dev->power.wakeup_path && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
1363 parent->power.wakeup_path = true; in dpm_propagate_wakeup_to_parent()
1630 if (device_may_wakeup(dev) || dev->power.wakeup_path) in __device_suspend()
1694 dev->power.wakeup_path = true; in __device_suspend()
1812 dev->power.wakeup_path = false; in device_prepare()
Ddomain.c1145 if (dev->power.wakeup_path && genpd_is_active_wakeup(genpd)) in genpd_finish_suspend()
1199 if (dev->power.wakeup_path && genpd_is_active_wakeup(genpd)) in genpd_resume_noirq()
/Linux-v5.10/drivers/i2c/busses/
Di2c-stm32f7.c2325 if (!device_may_wakeup(dev) && !dev->power.wakeup_path) { in stm32f7_i2c_suspend()
2344 if (!device_may_wakeup(dev) && !dev->power.wakeup_path) { in stm32f7_i2c_resume()