Searched refs:noop_handler (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/irq/ |
| H A D | irq_test.c | 15 static irqreturn_t noop_handler(int irq, void *data) in noop_handler() function 73 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_disable_depth_test() 97 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_free_disabled_test() 108 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_free_disabled_test() 136 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_shutdown_depth_test() 195 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_cpuhotplug_test()
|