Searched refs:svsp_irq (Results 1 – 1 of 1) sorted by relevance
2364 int svsp_irq, ret; in svs_probe() local2382 svsp_irq = platform_get_irq(pdev, 0); in svs_probe()2383 if (svsp_irq < 0) { in svs_probe()2384 ret = svsp_irq; in svs_probe()2388 ret = devm_request_threaded_irq(svsp->dev, svsp_irq, NULL, svs_isr, in svs_probe()2392 svsp_irq, ret); in svs_probe()