Searched refs:modem_cmd (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/drivers/modem/ |
D | modem_cmd_handler.h | 74 struct modem_cmd { struct 96 struct modem_cmd handle_cmd; argument 100 const struct modem_cmd *cmds[CMD_MAX]; 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() 225 const struct modem_cmd *handler_cmds, in modem_cmd_send() 294 const struct modem_cmd *response_cmds; 296 const struct modem_cmd *unsol_cmds;
|
D | modem_cmd_handler.c | 110 const struct modem_cmd *cmd, in parse_params() 193 static int process_cmd(const struct modem_cmd *cmd, size_t match_len, in process_cmd() 235 static const struct modem_cmd *find_cmd_match( in find_cmd_match() 259 static const struct modem_cmd *find_cmd_direct_match( in find_cmd_direct_match() 332 const struct modem_cmd *cmd; in cmd_handler_process_rx_buf() 478 const struct modem_cmd *handler_cmds, in modem_cmd_handler_update_cmds() 497 const struct modem_cmd *handler_cmds, in modem_cmd_send_ext()
|
D | quectel-bg9x.c | 442 struct modem_cmd *handler_cmds, in send_socket_data() 539 struct modem_cmd cmd[] = { in offload_sendto() 587 struct modem_cmd data_cmd[] = { MODEM_CMD("+QIRD: ", on_cmd_sock_readdata, 0U, "") }; in offload_recvfrom() 693 struct modem_cmd cmd[] = { MODEM_CMD("+QIOPEN: ", on_cmd_atcmdinfo_sockopen, 2U, ",") }; in offload_connect() 869 struct modem_cmd cmd = MODEM_CMD("+CSQ: ", on_cmd_atcmdinfo_rssi_csq, 2U, ","); in modem_rssi_query_work() 938 static const struct modem_cmd response_cmds[] = { 944 static const struct modem_cmd unsol_cmds[] = {
|
D | simcom-sim7080.c | 137 struct modem_cmd cmd[] = { MODEM_CMD("+CAOPEN: ", on_cmd_caopen, 2U, ",") }; in offload_connect() 383 struct modem_cmd data_cmd[] = { MODEM_CMD("+CARECV: ", on_cmd_carecv, 1U, ",") }; in offload_recvfrom() 688 struct modem_cmd cmd[] = { MODEM_CMD("+CDNSGIP: ", on_cmd_cdnsgip, 2U, ",") }; in offload_getaddrinfo() 1111 struct modem_cmd cmd[] = { MODEM_CMD("+CSQ: ", on_cmd_csq, 2U, ",") }; in modem_rssi_query_work() 1130 static const struct modem_cmd response_cmds[] = { 1140 static const struct modem_cmd unsolicited_cmds[] = { 1157 struct modem_cmd cmds[] = { MODEM_CMD("+CREG: ", on_cmd_cereg, 2U, ",") }; in modem_pdp_activate() 1160 struct modem_cmd cmds[] = { MODEM_CMD("+CEREG: ", on_cmd_cereg, 2U, ",") }; in modem_pdp_activate() 1163 struct modem_cmd cgatt_cmd[] = { MODEM_CMD("+CGATT: ", on_cmd_cgatt, 1U, "") }; in modem_pdp_activate() 1550 struct modem_cmd cmds[] = { MODEM_CMD("+CGNSINF: ", on_cmd_cgnsinf, 0U, NULL) }; in mdm_sim7080_query_gnss() [all …]
|
D | ublox-sara-r4.c | 299 const struct modem_cmd handler_cmds[] = { in send_socket_data() 450 struct modem_cmd *handler_cmds, in send_cert() 1034 static const struct modem_cmd cmds[] = { in modem_rssi_query_work() 1084 static const struct modem_cmd cmd = in modem_rssi_query_work() 1388 static const struct modem_cmd cmd = in create_socket() 1608 static const struct modem_cmd cmd[] = { in offload_recvfrom() 1868 struct modem_cmd cmd[] = { in map_credentials() 1973 static const struct modem_cmd cmd = in offload_getaddrinfo() 2116 static const struct modem_cmd response_cmds[] = { 2123 static const struct modem_cmd unsol_cmds[] = {
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 557 static const struct modem_cmd response_cmds[] = { 651 static const struct modem_cmd cmds[] = { in esp_ip_addr_work() 654 static const struct modem_cmd dns_cmds[] = { in esp_ip_addr_work() 991 static const struct modem_cmd unsol_cmds[] = { 1022 static const struct modem_cmd cmds[] = { in esp_mgmt_iface_status_work() 1069 static const struct modem_cmd cmds[] = { in esp_mgmt_scan_work() 1133 static const struct modem_cmd cmds[] = { in esp_mgmt_connect_work()
|
D | esp_offload.c | 270 static const struct modem_cmd cmds[] = { in _sock_send() 608 static const struct modem_cmd cmds[] = { in esp_recvdata_work()
|
D | esp.h | 421 const struct modem_cmd *handlers, in esp_cmd_send()
|