Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dverifier.c233 void test_irq(void) { RUN(irq); } in test_irq() function
/linux-6.14.4/drivers/pcmcia/
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-6.14.4/drivers/net/ethernet/broadcom/
Dtg3.c11674 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11729 if (test_irq && tg3_flag(tp, USING_MSI)) { in tg3_start()