Searched refs:modem_cmux_connect_async (Results 1 – 5 of 5) sorted by relevance
262 int modem_cmux_connect_async(struct modem_cmux *cmux);
299 __ASSERT_NO_MSG(modem_cmux_connect_async(&cmux) == 0); in test_modem_cmux_setup()658 zassert_true(modem_cmux_connect_async(&cmux) == 0, "Failed to connect CMUX"); in ZTEST()787 zassert_ok(modem_cmux_connect_async(&cmux)); in ZTEST()
303 __ASSERT_NO_MSG(modem_cmux_connect_async(&cmux_dte) == 0); in test_setup()516 zassert_true(modem_cmux_connect_async(&cmux_dte) == 0, "Failed to connect CMUX"); in ZTEST()
1318 ret = modem_cmux_connect_async(cmux); in modem_cmux_connect()1331 int modem_cmux_connect_async(struct modem_cmux *cmux) in modem_cmux_connect_async() function
912 modem_cmux_connect_async(&data->cmux); in modem_cellular_connect_cmux_event_handler()