Searched refs:modem_context (Results 1 – 11 of 11) sorted by relevance
15 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()
46 struct modem_context { struct103 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);
8 zephyr_library_sources_ifdef(CONFIG_MODEM_CONTEXT modem_context.c)
53 struct modem_context *ctx; in modem_iface_uart_isr()
31 #define ms_context modem_context
71 along with the modem_iface reference from your modem_context object133 the modem_cmd_handler reference from your modem_context object.
17 static struct modem_context mctx;
67 struct modem_context context;
164 static struct modem_context mctx;
21 static struct modem_context mctx;
234 struct modem_context mctx;