Home
last modified time | relevance | path

Searched refs:qtest_irq_intercept_out_named (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Ddm163-test.c119 qtest_irq_intercept_out_named(qts, DEVICE_NAME, "sout"); in test_dm163_bank()
H A Dlibqtest.h396 void qtest_irq_intercept_out_named(QTestState *s, const char *qom_path, const char *name);
H A Dmicrobit-test.c407 qtest_irq_intercept_out_named(qts, "/machine/nrf51/gpio", "detect"); in test_nrf51_gpio_detect()
H A Dlibqtest.c1026 void qtest_irq_intercept_out_named(QTestState *s, const char *qom_path, const char *name) in qtest_irq_intercept_out_named() function