Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c71 int irq_phase1; member
186 disable_irq(ctrl->irq_phase1); in otto_wdt_restart()
314 ctrl->irq_phase1 = platform_get_irq_byname(pdev, "phase1"); in otto_wdt_probe()
315 if (ctrl->irq_phase1 < 0) in otto_wdt_probe()
316 return ctrl->irq_phase1; in otto_wdt_probe()
318 ret = devm_request_irq(dev, ctrl->irq_phase1, otto_wdt_phase1_isr, 0, in otto_wdt_probe()