Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_rcc-test.c106 static void test_irq(void) in test_irq() function
182 qtest_add_func("stm32l4x5/rcc/irq", test_irq); in main()
/openbmc/linux/drivers/pcmcia/
H A 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()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c11568 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument
11621 if (test_irq && tg3_flag(tp, USING_MSI)) { in tg3_start()