Home
last modified time | relevance | path

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

/drivers/modem/
A Dmodem_context.h39 void (*process)(struct modem_cmd_handler *cmd_handler,
69 struct modem_cmd_handler cmd_handler; member
A Dublox-sara-r4.c1044 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_rssi_query_work()
1056 &mctx.cmd_handler, in modem_rssi_query_work()
1089 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_rssi_query_work()
1099 &mctx.cmd_handler, in modem_rssi_query_work()
1238 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_reset()
1244 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_reset()
1342 &mctx.cmd_handler, in modem_reset()
1350 &mctx.cmd_handler, in modem_reset()
1406 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in create_socket()
1582 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in offload_connect()
[all …]
A Dsimcom-sim7080.c184 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, cmd, ARRAY_SIZE(cmd), buf, in offload_connect()
815 modem_cmd_handler_process(&mctx.cmd_handler, &mctx.iface); in modem_rx()
1167 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, cgatt_cmd, in modem_pdp_activate()
1213 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0, "AT+CNCFG=0,0", in modem_pdp_activate()
1223 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0, "AT+CNACT=0,1", in modem_pdp_activate()
1305 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, "AT", in modem_autobaud()
1311 return modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, in modem_autobaud()
1589 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, "AT+CGNSCOLD", in mdm_sim7080_start_gnss()
1702 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, "AT+FTPCID=0", in mdm_sim7080_ftp_get_start()
2282 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, "AT", in mdm_sim7080_power_off()
[all …]
A Dquectel-bg9x.c205 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in socket_close()
464 ret = modem_cmd_send_nolock(&mctx.iface, &mctx.cmd_handler, in send_socket_data()
610 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in offload_recvfrom()
744 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in offload_connect()
860 modem_cmd_handler_process(&mctx.cmd_handler, &mctx.iface); in modem_rx()
874 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_rssi_query_work()
981 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_pdp_context_activate()
987 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_pdp_context_activate()
996 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_pdp_context_activate()
1039 ret = modem_cmd_handler_setup_cmds(&mctx.iface, &mctx.cmd_handler, in modem_setup()
[all …]
A Dmodem_cmd_handler.c432 static void cmd_handler_process(struct modem_cmd_handler *cmd_handler, in cmd_handler_process() argument
438 if (!cmd_handler || !cmd_handler->cmd_handler_data || in cmd_handler_process()
443 data = (struct modem_cmd_handler_data *)(cmd_handler->cmd_handler_data); in cmd_handler_process()
A Dwncm14a2a.c160 struct cmd_handler { struct
1071 static const struct cmd_handler handlers[] = { in wncm14a2a_rx()
A Dhl7800.c542 struct cmd_handler { struct
4659 static const struct cmd_handler handlers[] = { in hl7800_rx()
/drivers/wifi/esp_at/
A Desp.c218 modem_cmd_handler_process(&data->mctx.cmd_handler, &data->mctx.iface); in esp_rx()
1406 &dev->mctx.cmd_handler, setup_cmds, in esp_init_work()
1435 &dev->mctx.cmd_handler, in esp_init_work()
1498 ret = modem_cmd_send(&data->mctx.iface, &data->mctx.cmd_handler, in esp_reset()
1609 ret = modem_cmd_handler_init(&data->mctx.cmd_handler, &data->cmd_handler_data, in esp_init()
A Desp.h425 return modem_cmd_send(&data->mctx.iface, &data->mctx.cmd_handler, in esp_cmd_send()
A Desp_offload.c308 ret = modem_cmd_send_ext(&dev->mctx.iface, &dev->mctx.cmd_handler, in _sock_send()

Completed in 70 milliseconds