Home
last modified time | relevance | path

Searched refs:modem_context (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.5.0/drivers/modem/
Dmodem_context.c15 LOG_MODULE_REGISTER(modem_context, CONFIG_MODEM_LOG_LEVEL);
21 static struct modem_context *contexts[CONFIG_MODEM_CONTEXT_MAX_NUM];
83 struct modem_context *modem_context_from_iface_dev(const struct device *dev) in modem_context_from_iface_dev()
106 static int modem_context_get(struct modem_context *ctx) in modem_context_get()
120 struct modem_context *modem_context_from_id(int id) in modem_context_from_id()
129 int modem_context_register(struct modem_context *ctx) in modem_context_register()
Dmodem_context.h46 struct modem_context { struct
103 struct modem_context *modem_context_from_id(int id);
112 struct modem_context *modem_context_from_iface_dev(const struct device *dev);
123 int modem_context_register(struct modem_context *ctx);
DCMakeLists.txt8 zephyr_library_sources_ifdef(CONFIG_MODEM_CONTEXT modem_context.c)
Dmodem_iface_uart_interrupt.c53 struct modem_context *ctx; in modem_iface_uart_isr()
Dmodem_shell.c31 #define ms_context modem_context
DKconfig71 along with the modem_iface reference from your modem_context object
133 the modem_cmd_handler reference from your modem_context object.
Dquectel-bg9x.c17 static struct modem_context mctx;
Dgsm_ppp.c67 struct modem_context context;
Dublox-sara-r4.c164 static struct modem_context mctx;
Dsimcom-sim7080.c21 static struct modem_context mctx;
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/
Desp.h234 struct modem_context mctx;