Lines Matching refs:modem_chat_match
18 const struct modem_chat_match modem_chat_any_match = MODEM_CHAT_MATCH("", "", NULL);
19 const struct modem_chat_match modem_chat_empty_matches[0];
415 const struct modem_chat_match *match) in modem_chat_match_matches_received()
942 void modem_chat_match_init(struct modem_chat_match *chat_match) in modem_chat_match_init()
944 memset(chat_match, 0, sizeof(struct modem_chat_match)); in modem_chat_match_init()
947 int modem_chat_match_set_match(struct modem_chat_match *chat_match, const char *match) in modem_chat_match_set_match()
962 int modem_chat_match_set_separators(struct modem_chat_match *chat_match, const char *separators) in modem_chat_match_set_separators()
977 void modem_chat_match_set_callback(struct modem_chat_match *match, in modem_chat_match_set_callback()
983 void modem_chat_match_set_partial(struct modem_chat_match *match, bool partial) in modem_chat_match_set_partial()
988 void modem_chat_match_enable_wildcards(struct modem_chat_match *match, bool enable) in modem_chat_match_enable_wildcards()
1015 const struct modem_chat_match *response_matches, in modem_chat_script_chat_set_response_matches()
1058 const struct modem_chat_match *abort_matches, in modem_chat_script_set_abort_matches()