Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_usart-test.c216 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_receive_char()
246 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_send_char()
275 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_receive_str()
291 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_send_str()
H A Dlibqtest.h89 QTestState *qtest_init_with_serial(const char *extra_args, int *sock_fd);
H A Dmicrobit-test.c78 QTestState *qts = qtest_init_with_serial("-M microbit", &sock_fd); in test_nrf51_uart()
H A Dlibqtest.c569 QTestState *qtest_init_with_serial(const char *extra_args, int *sock_fd) in qtest_init_with_serial() function