Searched refs:test_irq (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/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 | 238 	.test_irq		= pdc202xx_test_irq,244 	.test_irq		= pdc202xx_test_irq,
 
 | 
| D | cmd64x.c | 308 	.test_irq		= cmd64x_test_irq,316 	.test_irq		= cmd648_test_irq,
 
 | 
| D | sl82c105.c | 289 	.test_irq		= sl82c105_test_irq,
 | 
| D | siimage.c | 683 	.test_irq		= sil_test_irq,694 	.test_irq		= sil_test_irq,
 
 | 
| D | ide-io.c | 795 	if (hwif->port_ops && hwif->port_ops->test_irq &&  in ide_intr()796 	    hwif->port_ops->test_irq(hwif) == 0)  in ide_intr()
 
 | 
| D | cmd640.c | 651 	.test_irq		= cmd640_test_irq,
 | 
| /Linux-v5.4/drivers/pcmcia/ | 
| D | i82365.c | 489 static u_int __init test_irq(u_short sock, int irq)  in test_irq()  function532 	    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/ | 
| D | ide.h | 685 	int	(*test_irq)(struct hwif_s *);  member
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/ | 
| D | tg3.c | 11570 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq,  in tg3_start()  argument11623 	if (test_irq && tg3_flag(tp, USING_MSI)) {  in tg3_start()
 
 |