Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H 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()
234 if (atomic_read(&p->wakeup_path)) in irqc_suspend()
/linux/drivers/gpio/
H A 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()
608 if (atomic_read(&p->wakeup_path)) in gpio_rcar_suspend()
H A Dgpio-pca953x.c234 atomic_t wakeup_path; member
833 atomic_inc(&chip->wakeup_path); in pca953x_irq_set_wake()
835 atomic_dec(&chip->wakeup_path); in pca953x_irq_set_wake()
1366 if (atomic_read(&chip->wakeup_path)) in pca953x_suspend()
1379 if (!atomic_read(&chip->wakeup_path)) { in pca953x_resume()
/linux/drivers/ssb/
H A Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c365 atomic_t wakeup_path; member
2519 atomic_inc(&pctrl->wakeup_path); in rzg2l_gpio_irq_set_wake()
2521 atomic_dec(&pctrl->wakeup_path); in rzg2l_gpio_irq_set_wake()
2965 atomic_set(&pctrl->wakeup_path, 0); in rzg2l_pinctrl_probe()
3169 if (!atomic_read(&pctrl->wakeup_path)) in rzg2l_pinctrl_suspend_noirq()
3185 if (!atomic_read(&pctrl->wakeup_path)) { in rzg2l_pinctrl_resume_noirq()
/linux/include/linux/
H A Dpm.h680 bool wakeup_path:1; member