Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ide/
Dgayle.c98 .test_irq = gayle_test_irq,
103 .test_irq = gayle_test_irq,
Dbuddha.c140 .test_irq = buddha_test_irq,
145 .test_irq = buddha_test_irq,
Dmacide.c86 .test_irq = macide_test_irq,
Dpdc202xx_old.c238 .test_irq = pdc202xx_test_irq,
244 .test_irq = pdc202xx_test_irq,
Dcmd64x.c308 .test_irq = cmd64x_test_irq,
316 .test_irq = cmd648_test_irq,
Dsl82c105.c289 .test_irq = sl82c105_test_irq,
Dsiimage.c683 .test_irq = sil_test_irq,
694 .test_irq = sil_test_irq,
Dide-io.c795 if (hwif->port_ops && hwif->port_ops->test_irq && in ide_intr()
796 hwif->port_ops->test_irq(hwif) == 0) in ide_intr()
Dcmd640.c651 .test_irq = cmd640_test_irq,
/Linux-v5.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-v5.4/include/linux/
Dide.h685 int (*test_irq)(struct hwif_s *); member
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dtg3.c11570 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11623 if (test_irq && tg3_flag(tp, USING_MSI)) { in tg3_start()