Searched refs:modem_chat_match_set_partial (Results 1 – 4 of 4) sorted by relevance
188 modem_chat_match_set_partial(&at_shell_script_chat_matches[0], true); in at_shell_init_script_chat()196 modem_chat_match_set_partial(&at_shell_script_chat_matches[1], false); in at_shell_init_script_chat()
420 void modem_chat_match_set_partial(struct modem_chat_match *chat_match, bool partial);
703 modem_chat_match_set_partial(&test_match, true); in ZTEST()705 modem_chat_match_set_partial(&test_match, false); in ZTEST()
983 void modem_chat_match_set_partial(struct modem_chat_match *match, bool partial) in modem_chat_match_set_partial() function