Home
last modified time | relevance | path

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

/linux-6.14.4/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()
234 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()
577 if (atomic_read(&p->wakeup_path)) in intc_irqpin_suspend()
/linux-6.14.4/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.h678 bool wakeup_path:1; member
/linux-6.14.4/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()
614 if (atomic_read(&p->wakeup_path)) in gpio_rcar_suspend()
Dgpio-pca953x.c219 atomic_t wakeup_path; member
737 atomic_inc(&chip->wakeup_path); in pca953x_irq_set_wake()
739 atomic_dec(&chip->wakeup_path); in pca953x_irq_set_wake()
1227 if (atomic_read(&chip->wakeup_path)) in pca953x_suspend()
1240 if (!atomic_read(&chip->wakeup_path)) { in pca953x_resume()
/linux-6.14.4/drivers/ssb/
Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/linux-6.14.4/drivers/base/power/
Dmain.c1383 parent->power.wakeup_path = true; in dpm_propagate_wakeup_to_parent()
1708 dev->power.wakeup_path = true; in device_suspend()
1819 dev->power.wakeup_path = false; in device_prepare()
/linux-6.14.4/drivers/pinctrl/renesas/
Dpinctrl-rzg2l.c363 atomic_t wakeup_path; member
2499 atomic_inc(&pctrl->wakeup_path); in rzg2l_gpio_irq_set_wake()
2501 atomic_dec(&pctrl->wakeup_path); in rzg2l_gpio_irq_set_wake()
2940 atomic_set(&pctrl->wakeup_path, 0); in rzg2l_pinctrl_probe()
3134 if (!atomic_read(&pctrl->wakeup_path)) in rzg2l_pinctrl_suspend_noirq()
3150 if (!atomic_read(&pctrl->wakeup_path)) { in rzg2l_pinctrl_resume_noirq()