Searched refs:noop_handler (Results 1 – 1 of 1) sorted by relevance
/kernel/irq/ |
A D | irq_test.c | 15 static irqreturn_t noop_handler(int irq, void *data) in noop_handler() function 57 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_disable_depth_test() 84 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_free_disabled_test() 95 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_free_disabled_test() 126 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_shutdown_depth_test() 186 ret = request_irq(virq, noop_handler, 0, "test_irq", NULL); in irq_cpuhotplug_test()
|
Completed in 9 milliseconds