Searched refs:irq_wakeup (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/phy/st/ |
H A D | phy-stm32-combophy.c | 91 int irq_wakeup; member 388 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()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | main.c | 674 if (adapter->irq_wakeup >= 0) in _mwifiex_fw_dpc() 1644 adapter->irq_wakeup = irq_of_parse_and_map(adapter->dt_node, 0); in mwifiex_probe_of() 1645 if (!adapter->irq_wakeup) { in mwifiex_probe_of() 1646 dev_dbg(dev, "fail to parse irq_wakeup from device tree\n"); in mwifiex_probe_of() 1650 ret = devm_request_irq(dev, adapter->irq_wakeup, in mwifiex_probe_of() 1655 dev_err(dev, "Failed to request irq_wakeup %d (%d)\n", in mwifiex_probe_of() 1656 adapter->irq_wakeup, ret); in mwifiex_probe_of() 1667 adapter->irq_wakeup = -1; in mwifiex_probe_of() 1770 if (adapter->irq_wakeup >= 0) in mwifiex_add_card() 1799 if (adapter->irq_wakeup > in mwifiex_remove_card() [all...] |
H A D | main.h | 1030 int irq_wakeup; member 1440 if (adapter->irq_wakeup >= 0) { in mwifiex_disable_wake() 1441 disable_irq_wake(adapter->irq_wakeup); in mwifiex_disable_wake() 1442 disable_irq(adapter->irq_wakeup); in mwifiex_disable_wake() 1447 enable_irq(adapter->irq_wakeup); in mwifiex_disable_wake() 1456 if (adapter->irq_wakeup >= 0) { in mwifiex_enable_wake() 1458 enable_irq(adapter->irq_wakeup); in mwifiex_enable_wake() 1459 enable_irq_wake(adapter->irq_wakeup); in mwifiex_enable_wake()
|