Searched refs:cmux_event_dce (Results 1 – 1 of 1) sorted by relevance
44 static struct k_event cmux_event_dce; variable110 k_event_post(&cmux_event_dce, EVENT_CMUX_DLCI1_OPEN); in test_dlci1_pipe_cb_dce()114 k_event_post(&cmux_event_dce, EVENT_CMUX_DLCI1_CLOSED); in test_dlci1_pipe_cb_dce()118 k_event_post(&cmux_event_dce, EVENT_CMUX_DLCI1_RX_DATA); in test_dlci1_pipe_cb_dce()131 k_event_post(&cmux_event_dce, EVENT_CMUX_DLCI2_OPEN); in test_dlci2_pipe_cb_dce()135 k_event_post(&cmux_event_dce, EVENT_CMUX_DLCI2_CLOSED); in test_dlci2_pipe_cb_dce()138 k_event_post(&cmux_event_dce, EVENT_CMUX_DLCI2_RX_DATA); in test_dlci2_pipe_cb_dce()193 k_event_post(&cmux_event_dce, EVENT_CMUX_CONNECTED); in test_cmux_ctrl_cb_dce()198 k_event_post(&cmux_event_dce, EVENT_CMUX_DISCONNECTED); in test_cmux_ctrl_cb_dce()293 k_event_init(&cmux_event_dce); in test_setup()[all …]