Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/modem/
Dgsm_ppp.c135 gsm->context.cmd_handler.process(&gsm->context.cmd_handler, in gsm_rx()
343 &gsm->context.cmd_handler, in gsm_query_cellinfo()
479 &gsm->context.cmd_handler, in gsm_setup_mccmno()
493 &gsm->context.cmd_handler, in gsm_setup_mccmno()
506 &gsm->context.cmd_handler, in gsm_setup_mccmno()
558 ret = modem_cmd_send_nolock(&gsm.context.iface, &gsm.context.cmd_handler, in rssi_handler()
561 ret = modem_cmd_send_nolock(&gsm.context.iface, &gsm.context.cmd_handler, in rssi_handler()
594 &gsm->context.cmd_handler, in gsm_finalize_connection()
610 &gsm->context.cmd_handler, in gsm_finalize_connection()
630 &gsm->context.cmd_handler, in gsm_finalize_connection()
[all …]
Dublox-sara-r4.c376 ret = modem_cmd_send_nolock(&mctx.iface, &mctx.cmd_handler, in send_socket_data()
479 ret = modem_cmd_send_nolock(&mctx.iface, &mctx.cmd_handler, in send_cert()
949 mctx.cmd_handler.process(&mctx.cmd_handler, &mctx.iface); in modem_rx()
1050 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_rssi_query_work()
1062 &mctx.cmd_handler, in modem_rssi_query_work()
1095 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_rssi_query_work()
1105 &mctx.cmd_handler, in modem_rssi_query_work()
1216 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_reset()
1229 ret = modem_cmd_handler_setup_cmds(&mctx.iface, &mctx.cmd_handler, in modem_reset()
1244 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_reset()
[all …]
Dmodem_context.h45 void (*process)(struct modem_cmd_handler *cmd_handler,
84 struct modem_cmd_handler cmd_handler; member
Dquectel-bg9x.c193 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in socket_close()
452 ret = modem_cmd_send_nolock(&mctx.iface, &mctx.cmd_handler, in send_socket_data()
598 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in offload_recvfrom()
743 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in offload_connect()
855 mctx.cmd_handler.process(&mctx.cmd_handler, &mctx.iface); in modem_rx()
869 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_rssi_query_work()
955 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_pdp_context_activate()
961 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_pdp_context_activate()
970 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, in modem_pdp_context_activate()
1013 ret = modem_cmd_handler_setup_cmds(&mctx.iface, &mctx.cmd_handler, in modem_setup()
[all …]
Dmodem_cmd_handler.c413 static void cmd_handler_process(struct modem_cmd_handler *cmd_handler, in cmd_handler_process() argument
419 if (!cmd_handler || !cmd_handler->cmd_handler_data || in cmd_handler_process()
424 data = (struct modem_cmd_handler_data *)(cmd_handler->cmd_handler_data); in cmd_handler_process()
Dwncm14a2a.c213 struct cmd_handler { struct
1108 static const struct cmd_handler handlers[] = { in wncm14a2a_rx()
Dhl7800.c556 struct cmd_handler { struct
4165 static const struct cmd_handler handlers[] = { in hl7800_rx()
/Zephyr-Core-2.7.6/samples/subsys/mgmt/osdp/peripheral_device/src/
Dmain.c24 int cmd_handler(struct osdp_cmd *p) in cmd_handler() function
55 cmd_handler(&cmd); in main()
/Zephyr-Core-2.7.6/tests/bluetooth/hci_prop_evt/src/
Dmain.c34 struct cmd_handler { struct
67 const struct cmd_handler *handlers, in cmd_handle_helper()
71 const struct cmd_handler *handler = &handlers[i]; in cmd_handle_helper()
88 const struct cmd_handler *handlers, in cmd_handle()
173 static const struct cmd_handler cmds[] = {
/Zephyr-Core-2.7.6/drivers/wifi/esp_at/
Desp.c216 data->mctx.cmd_handler.process(&data->mctx.cmd_handler, in esp_rx()
946 &dev->mctx.cmd_handler, setup_cmds, in esp_init_work()
976 &dev->mctx.cmd_handler, in esp_init_work()
1025 ret = modem_cmd_send(&dev->mctx.iface, &dev->mctx.cmd_handler, in esp_reset()
1097 ret = modem_cmd_handler_init(&data->mctx.cmd_handler, in esp_init()
Desp.h393 return modem_cmd_send(&data->mctx.iface, &data->mctx.cmd_handler, in esp_cmd_send()
Desp_offload.c236 ret = modem_cmd_send_ext(&dev->mctx.iface, &dev->mctx.cmd_handler, in _sock_send()
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dbttester.c180 static void cmd_handler(void *p1, void *p2, void *p3) in cmd_handler() function
325 k_thread_create(&cmd_thread, stack, STACKSIZE, cmd_handler, in tester_init()
/Zephyr-Core-2.7.6/doc/reference/shell/
Dindex.rst296 static int cmd_handler(const struct shell *shell, size_t argc,
343 static int cmd_handler(const struct shell *shell, size_t argc,