/Zephyr-Core-2.7.6/drivers/modem/ |
D | gsm_ppp.c | 135 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 …]
|
D | ublox-sara-r4.c | 376 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 …]
|
D | modem_context.h | 45 void (*process)(struct modem_cmd_handler *cmd_handler, 84 struct modem_cmd_handler cmd_handler; member
|
D | quectel-bg9x.c | 193 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 …]
|
D | modem_cmd_handler.c | 413 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()
|
D | wncm14a2a.c | 213 struct cmd_handler { struct 1108 static const struct cmd_handler handlers[] = { in wncm14a2a_rx()
|
D | hl7800.c | 556 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/ |
D | main.c | 24 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/ |
D | main.c | 34 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/ |
D | esp.c | 216 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()
|
D | esp.h | 393 return modem_cmd_send(&data->mctx.iface, &data->mctx.cmd_handler, in esp_cmd_send()
|
D | esp_offload.c | 236 ret = modem_cmd_send_ext(&dev->mctx.iface, &dev->mctx.cmd_handler, in _sock_send()
|
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/ |
D | bttester.c | 180 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/ |
D | index.rst | 296 static int cmd_handler(const struct shell *shell, size_t argc, 343 static int cmd_handler(const struct shell *shell, size_t argc,
|