Home
last modified time | relevance | path

Searched refs:test_irq (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverifier.c241 void test_irq(void) { RUN(irq); } in test_irq() function
/linux/drivers/pcmcia/
H A Di82365.c489 static u_int __init test_irq(u_short sock, int irq) in test_irq() function
532 if ((mask0 & (1 << i)) && (test_irq(sock, i) == 0)) in isa_scan()
535 if ((mask1 & (1 << i)) && (test_irq(sock, i) != 0)) in isa_scan()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c11655 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11710 if (test_irq && tg3_flag(tp, USING_MSI)) { in tg3_start()