Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed_gpio-test.c44 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 Dast2700-gpio-test.c60 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 Dlibqtest.h1055 void qtest_qom_set_bool(QTestState *s, const char *path, const char *property,
H A Dlibqtest.c1925 void qtest_qom_set_bool(QTestState *s, const char *path, const char *property, in qtest_qom_set_bool() function