Lines Matching defs:modem_chat
193 struct modem_chat { struct
195 struct modem_pipe *pipe;
198 void *user_data;
201 uint8_t *receive_buf;
202 uint16_t receive_buf_size;
203 uint16_t receive_buf_len;
228 const struct modem_chat_match *matches[3]; argument
232 const struct modem_chat_script *script; argument
233 const struct modem_chat_script *pending_script; argument
239 enum modem_chat_script_result script_result; argument
249 const struct modem_chat_match *parse_match; argument
262 struct modem_chat_config { argument