Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
233 if (atomic_read(&p->wakeup_path)) in irqc_suspend()
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A 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()
H A Dgpio-pca953x.c204 atomic_t wakeup_path; member
652 atomic_inc(&chip->wakeup_path); in pca953x_irq_set_wake()
654 atomic_dec(&chip->wakeup_path); in pca953x_irq_set_wake()
1180 if (atomic_read(&chip->wakeup_path)) in pca953x_suspend()
1193 if (!atomic_read(&chip->wakeup_path)) { in pca953x_resume()
/OK3568_Linux_fs/kernel/drivers/ssb/
H A Dpcihost_wrapper.c36 device_set_wakeup_enable(d, d->power.wakeup_path); in ssb_pcihost_suspend()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_wakeup.h89 dev->power.wakeup_path = true; in device_set_wakeup_path()
H A Dpm.h586 bool wakeup_path:1; member
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c1366 if (dev->power.wakeup_path && !parent->power.ignore_children) in dpm_propagate_wakeup_to_parent()
1367 parent->power.wakeup_path = true; in dpm_propagate_wakeup_to_parent()
1636 if (device_may_wakeup(dev) || dev->power.wakeup_path) in __device_suspend()
1700 dev->power.wakeup_path = true; in __device_suspend()
1821 dev->power.wakeup_path = false; in device_prepare()
H A Ddomain.c1192 if (dev->power.wakeup_path && genpd_is_active_wakeup(genpd)) in genpd_finish_suspend()
1246 if (dev->power.wakeup_path && genpd_is_active_wakeup(genpd)) in genpd_resume_noirq()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-stm32f7.c2359 if (!device_may_wakeup(dev) && !dev->power.wakeup_path) { in stm32f7_i2c_suspend()
2378 if (!device_may_wakeup(dev) && !dev->power.wakeup_path) { in stm32f7_i2c_resume()