Searched refs:l2c_error_handler (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/ |
H A D | soc.c | 42 static irqreturn_t l2c_error_handler(int irq, void *dev) in l2c_error_handler() function 114 if (request_irq(irq, l2c_error_handler, 0, "L2C", 0) < 0) { in ppc4xx_l2c_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/ |
H A D | soc.c | 43 static irqreturn_t l2c_error_handler(int irq, void *dev) in l2c_error_handler() function 115 if (request_irq(irq, l2c_error_handler, 0, "L2C", 0) < 0) { in ppc4xx_l2c_probe()
|
Completed in 2 milliseconds