Searched refs:qtest_qom_set_bool (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_gpio-test.c | 44 qtest_qom_set_bool(s, "/machine/soc/gpio", "gpioV4", true); in test_set_colocated_pins() 45 qtest_qom_set_bool(s, "/machine/soc/gpio", "gpioV5", false); in test_set_colocated_pins() 46 qtest_qom_set_bool(s, "/machine/soc/gpio", "gpioV6", true); in test_set_colocated_pins() 47 qtest_qom_set_bool(s, "/machine/soc/gpio", "gpioV7", false); in test_set_colocated_pins() 64 qtest_qom_set_bool(s, "/machine/soc/gpio", name, true); in test_set_input_pins()
|
H A D | ast2700-gpio-test.c | 60 qtest_qom_set_bool(s, "/machine/soc/gpio", name, true); in test_input_pins() 65 qtest_qom_set_bool(s, "/machine/soc/gpio", name, false); in test_input_pins()
|
H A D | libqtest.h | 1055 void qtest_qom_set_bool(QTestState *s, const char *path, const char *property,
|
H A D | libqtest.c | 1925 void qtest_qom_set_bool(QTestState *s, const char *path, const char *property, in qtest_qom_set_bool() function
|