Lines Matching full:modem_chat
21 struct modem_chat;
31 typedef void (*modem_chat_match_callback)(struct modem_chat *chat, char **argv, uint16_t argc,
146 typedef void (*modem_chat_script_callback)(struct modem_chat *chat,
193 struct modem_chat { struct
295 int modem_chat_init(struct modem_chat *chat, const struct modem_chat_config *config);
305 int modem_chat_attach(struct modem_chat *chat, struct modem_pipe *pipe);
317 int modem_chat_run_script_async(struct modem_chat *chat, const struct modem_chat_script *script);
329 int modem_chat_run_script(struct modem_chat *chat, const struct modem_chat_script *script);
341 static inline int modem_chat_script_run(struct modem_chat *chat, in modem_chat_script_run()
351 void modem_chat_script_abort(struct modem_chat *chat);
357 void modem_chat_release(struct modem_chat *chat);