Searched refs:test_irq (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/ide/ |
D | gayle.c | 98 .test_irq = gayle_test_irq, 103 .test_irq = gayle_test_irq,
|
D | buddha.c | 140 .test_irq = buddha_test_irq, 145 .test_irq = buddha_test_irq,
|
D | macide.c | 86 .test_irq = macide_test_irq,
|
D | pdc202xx_old.c | 237 .test_irq = pdc202xx_test_irq, 243 .test_irq = pdc202xx_test_irq,
|
D | cmd64x.c | 307 .test_irq = cmd64x_test_irq, 315 .test_irq = cmd648_test_irq,
|
D | sl82c105.c | 288 .test_irq = sl82c105_test_irq,
|
D | siimage.c | 683 .test_irq = sil_test_irq, 694 .test_irq = sil_test_irq,
|
D | ide-io.c | 786 if (hwif->port_ops && hwif->port_ops->test_irq && in ide_intr() 787 hwif->port_ops->test_irq(hwif) == 0) in ide_intr()
|
D | cmd640.c | 650 .test_irq = cmd640_test_irq,
|
/Linux-v4.19/drivers/pcmcia/ |
D | i82365.c | 489 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/ |
D | ide.h | 675 int (*test_irq)(struct hwif_s *); member
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | tg3.c | 11564 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()
|