Searched refs:wakeup_irq (Results 1 – 4 of 4) sorted by relevance
498 cdns->wakeup_irq = platform_get_irq_byname_optional(pdev, "wakeup"); in cdns3_probe()499 if (cdns->wakeup_irq == -EPROBE_DEFER) in cdns3_probe()500 return cdns->wakeup_irq; in cdns3_probe()501 else if (cdns->wakeup_irq == 0) in cdns3_probe()504 if (cdns->wakeup_irq < 0) { in cdns3_probe()506 cdns->wakeup_irq = 0x0; in cdns3_probe()548 if (cdns->wakeup_irq) { in cdns3_probe()549 ret = devm_request_irq(cdns->dev, cdns->wakeup_irq, in cdns3_probe()681 enable_irq(cdns->wakeup_irq); in cdns3_controller_resume()
94 int wakeup_irq; member
135 int wakeup_irq; member1428 port->wakeup_irq = platform_get_irq_optional(pdev, 1); in qcom_geni_serial_probe()1471 if (port->wakeup_irq > 0) { in qcom_geni_serial_probe()1474 port->wakeup_irq); in qcom_geni_serial_probe()
824 ia64_mca_wakeup_int_handler(int wakeup_irq, void *arg) in ia64_mca_wakeup_int_handler() argument