Searched refs:g_recc_irq (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/can/rcar/
H A Drcar_canfd.c1859 int g_err_irq, g_recc_irq; local
1903 g_recc_irq = platform_get_irq_byname(pdev, "g_recc");
1904 if (g_recc_irq < 0)
1905 return g_recc_irq;
1981 err = devm_request_irq(dev, g_recc_irq,
1987 g_recc_irq, ERR_PTR(err));

Completed in 269 milliseconds