Lines Matching refs:modem_chat_match
38 struct modem_chat_match { struct
83 const static struct modem_chat_match _sym = MODEM_CHAT_MATCH(_match, _separators, _callback)
86 extern const struct modem_chat_match modem_chat_any_match;
89 const static struct modem_chat_match _sym[] = {__VA_ARGS__}
92 extern const struct modem_chat_match modem_chat_empty_matches[0];
103 const struct modem_chat_match *response_matches;
170 const struct modem_chat_match *abort_matches;
245 const struct modem_chat_match *matches[3];
266 const struct modem_chat_match *parse_match;
304 const struct modem_chat_match *unsol_matches;
383 void modem_chat_match_init(struct modem_chat_match *chat_match);
394 int modem_chat_match_set_match(struct modem_chat_match *chat_match, const char *match);
405 int modem_chat_match_set_separators(struct modem_chat_match *chat_match, const char *separators);
412 void modem_chat_match_set_callback(struct modem_chat_match *chat_match,
420 void modem_chat_match_set_partial(struct modem_chat_match *chat_match, bool partial);
427 void modem_chat_match_enable_wildcards(struct modem_chat_match *chat_match, bool enable);
457 const struct modem_chat_match *response_matches,
505 const struct modem_chat_match *abort_matches,