Lines Matching full:modem
2 * @brief Modem context header file.
4 * A modem context driver allowing application to handle all
47 /* modem data */
97 * @brief Gets modem context by id.
99 * @param id: modem context id.
101 * @retval modem context or NULL.
106 * @brief Finds modem context which owns the iface device.
108 * @param dev: device used by the modem iface.
110 * @retval Modem context or NULL.
115 * @brief Registers modem context.
117 * @note Prepares modem context to be used.
119 * @param ctx: modem context to register.