Home
last modified time | relevance | path

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

/Linux-v4.19/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.c237 .test_irq = pdc202xx_test_irq,
243 .test_irq = pdc202xx_test_irq,
Dcmd64x.c307 .test_irq = cmd64x_test_irq,
315 .test_irq = cmd648_test_irq,
Dsl82c105.c288 .test_irq = sl82c105_test_irq,
Dsiimage.c683 .test_irq = sil_test_irq,
694 .test_irq = sil_test_irq,
Dide-io.c786 if (hwif->port_ops && hwif->port_ops->test_irq && in ide_intr()
787 hwif->port_ops->test_irq(hwif) == 0) in ide_intr()
Dcmd640.c650 .test_irq = cmd640_test_irq,
/Linux-v4.19/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-v4.19/include/linux/
Dide.h675 int (*test_irq)(struct hwif_s *); member
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c11564 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11617 if (test_irq && tg3_flag(tp, USING_MSI)) { in tg3_start()