Searched refs:gsm_mux_send_command (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/drivers/console/ |
D | gsm_mux.c | 439 static int gsm_mux_send_command(struct gsm_mux *mux, uint8_t dlci_address, in gsm_mux_send_command() function 514 (void)gsm_mux_send_command(dlci->mux, dlci->num, FT_SABM | GSM_PF); in handle_t1_timeout() 532 (void)gsm_mux_send_command(dlci->mux, dlci->num, FT_DISC | GSM_PF); in handle_t1_timeout() 698 return gsm_mux_send_command(dlci->mux, dlci->num, command | GSM_PF); in gsm_dlci_opening_or_closing() 1073 ret = gsm_mux_send_command(mux, dlci_address, FT_UA); in gsm_mux_process_pkt() 1112 (void)gsm_mux_send_command(mux, dlci_address, FT_DM | GSM_PF); in gsm_mux_process_pkt()
|