Searched refs:irq_wakeup (Results 1 – 2 of 2) sorted by relevance
91 int irq_wakeup; member388 enable_irq_wake(combophy->irq_wakeup); in stm32_combophy_suspend_noirq()406 disable_irq_wake(combophy->irq_wakeup); in stm32_combophy_resume_noirq()560 combophy->irq_wakeup = irq; in stm32_combophy_probe()562 ret = devm_request_threaded_irq(dev, combophy->irq_wakeup, NULL, in stm32_combophy_probe()567 combophy->irq_wakeup); in stm32_combophy_probe()
679 if (adapter->irq_wakeup >= 0) in _mwifiex_fw_dpc()1649 adapter->irq_wakeup = irq_of_parse_and_map(adapter->dt_node, 0); in mwifiex_probe_of()1650 if (!adapter->irq_wakeup) { in mwifiex_probe_of()1655 ret = devm_request_irq(dev, adapter->irq_wakeup, in mwifiex_probe_of()1661 adapter->irq_wakeup, ret); in mwifiex_probe_of()1672 adapter->irq_wakeup = -1; in mwifiex_probe_of()1775 if (adapter->irq_wakeup >= 0) in mwifiex_add_card()1804 if (adapter->irq_wakeup >= 0) in mwifiex_remove_card()