Searched refs:modem_chat_match_set_separators (Results 1 – 5 of 5) sorted by relevance
186 modem_chat_match_set_separators(&at_shell_script_chat_matches[0], ""); in at_shell_init_script_chat()194 modem_chat_match_set_separators(&at_shell_script_chat_matches[1], ""); in at_shell_init_script_chat()
405 int modem_chat_match_set_separators(struct modem_chat_match *chat_match, const char *separators);
698 ret = modem_chat_match_set_separators(&test_match, ",*"); in ZTEST()
787 modem_chat_match_set_separators(&data->pair_match, ",*"); in quectel_lcx6g_init_pair_script()
962 int modem_chat_match_set_separators(struct modem_chat_match *chat_match, const char *separators) in modem_chat_match_set_separators() function