Lines Matching refs:wake_irq
207 int wake_irq; member
1127 disable_irq_nosync(host->wake_irq); in omap_hsmmc_wake_irq()
1677 if (!host->dev->of_node || !host->wake_irq) in omap_hsmmc_configure_wake_irq()
1681 irq_set_status_flags(host->wake_irq, IRQ_NOAUTOEN); in omap_hsmmc_configure_wake_irq()
1682 ret = devm_request_irq(host->dev, host->wake_irq, omap_hsmmc_wake_irq, in omap_hsmmc_configure_wake_irq()
1721 devm_free_irq(host->dev, host->wake_irq, host); in omap_hsmmc_configure_wake_irq()
1724 host->wake_irq = 0; in omap_hsmmc_configure_wake_irq()
1985 host->wake_irq = irq_of_parse_and_map(pdev->dev.of_node, 1); in omap_hsmmc_probe()
2210 disable_irq(host->wake_irq); in omap_hsmmc_suspend()
2239 enable_irq(host->wake_irq); in omap_hsmmc_resume()
2282 enable_irq(host->wake_irq); in omap_hsmmc_runtime_suspend()
2307 disable_irq_nosync(host->wake_irq); in omap_hsmmc_runtime_resume()