Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/modem/
Dmodem_cmux.c73 struct modem_cmux_command { struct
79 static int modem_cmux_wrap_command(struct modem_cmux_command **command, const uint8_t *data, in modem_cmux_wrap_command() argument
86 (*command) = (struct modem_cmux_command *)data; in modem_cmux_wrap_command()
99 static struct modem_cmux_command *modem_cmux_command_wrap(const uint8_t *data) in modem_cmux_command_wrap()
101 return (struct modem_cmux_command *)data; in modem_cmux_command_wrap()
224 static void modem_cmux_log_transmit_command(const struct modem_cmux_command *command) in modem_cmux_log_transmit_command()
231 static void modem_cmux_log_received_command(const struct modem_cmux_command *command) in modem_cmux_log_received_command()
325 struct modem_cmux_command *command; in modem_cmux_transmit_cmd_frame()
380 struct modem_cmux_command *command; in modem_cmux_acknowledge_received_frame()
401 static void modem_cmux_on_msc_command(struct modem_cmux *cmux, struct modem_cmux_command *command) in modem_cmux_on_msc_command()
[all …]