Searched refs:svsp_irq (Results 1 – 1 of 1) sorted by relevance
2315 int ret, svsp_irq; in svs_probe() local2351 svsp_irq = platform_get_irq(pdev, 0); in svs_probe()2352 if (svsp_irq < 0) { in svs_probe()2353 ret = svsp_irq; in svs_probe()2378 ret = devm_request_threaded_irq(svsp->dev, svsp_irq, NULL, svs_isr, in svs_probe()2382 svsp_irq, ret); in svs_probe()