Home
last modified time | relevance | path

Searched refs:irq_wakeup (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mfd/
H A Dqcom_rpm.c536 int irq_wakeup; in qcom_rpm_probe() local
570 irq_wakeup = platform_get_irq_byname(pdev, "wakeup"); in qcom_rpm_probe()
571 if (irq_wakeup < 0) in qcom_rpm_probe()
572 return irq_wakeup; in qcom_rpm_probe()
659 irq_wakeup, in qcom_rpm_probe()
669 ret = irq_set_irq_wake(irq_wakeup, 1); in qcom_rpm_probe()
/linux/drivers/phy/st/
H A Dphy-stm32-combophy.c91 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 Dmain.c679 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()