Searched refs:modem_cmux_attach (Results 1 – 5 of 5) sorted by relevance
238 int modem_cmux_attach(struct modem_cmux *cmux, struct modem_pipe *pipe);
240 __ASSERT_NO_MSG(modem_cmux_attach(&cmux_dte, bus_mock_pipe) == 0); in cmux_dte_init()282 __ASSERT_NO_MSG(modem_cmux_attach(&cmux_dce, bus_mock_pipe_dce) == 0); in cmux_dce_init()
297 __ASSERT_NO_MSG(modem_cmux_attach(&cmux, bus_mock_pipe) == 0); in test_modem_cmux_setup()816 zassert_ok(modem_cmux_attach(&cmux, bus_mock_pipe)); in ZTEST()
1296 int modem_cmux_attach(struct modem_cmux *cmux, struct modem_pipe *pipe) in modem_cmux_attach() function
911 modem_cmux_attach(&data->cmux, data->uart_pipe); in modem_cellular_connect_cmux_event_handler()