Searched refs:handler_cmds (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/modem/ |
D | modem_cmd_handler.h | 157 const struct modem_cmd *handler_cmds, 181 const struct modem_cmd *handler_cmds, 200 const struct modem_cmd *handler_cmds, in modem_cmd_send_nolock() argument 205 return modem_cmd_send_ext(iface, handler, handler_cmds, in modem_cmd_send_nolock() 225 const struct modem_cmd *handler_cmds, in modem_cmd_send() argument 229 return modem_cmd_send_ext(iface, handler, handler_cmds, in modem_cmd_send()
|
D | modem_cmd_handler.c | 478 const struct modem_cmd *handler_cmds, in modem_cmd_handler_update_cmds() argument 486 data->cmds[CMD_HANDLER] = handler_cmds; in modem_cmd_handler_update_cmds() 497 const struct modem_cmd *handler_cmds, in modem_cmd_send_ext() argument 522 ret = modem_cmd_handler_update_cmds(data, handler_cmds, in modem_cmd_send_ext()
|
D | ublox-sara-r4.c | 299 const struct modem_cmd handler_cmds[] = { in send_socket_data() local 380 handler_cmds, in send_socket_data() 381 ARRAY_SIZE(handler_cmds), in send_socket_data() 450 struct modem_cmd *handler_cmds, in send_cert() argument 483 handler_cmds, handler_cmds_len, in send_cert()
|
D | quectel-bg9x.c | 442 struct modem_cmd *handler_cmds, in send_socket_data() argument 472 handler_cmds, handler_cmds_len, in send_socket_data()
|