Searched refs:svsp_irq (Results 1 – 1 of 1) sorted by relevance
2823 int ret, svsp_irq; in svs_probe() local2864 svsp_irq = platform_get_irq(pdev, 0); in svs_probe()2865 if (svsp_irq < 0) { in svs_probe()2866 ret = svsp_irq; in svs_probe()2889 ret = devm_request_threaded_irq(svsp->dev, svsp_irq, NULL, svs_isr, in svs_probe()2892 dev_err_probe(svsp->dev, ret, "register irq(%d) failed\n", svsp_irq); in svs_probe()