Searched refs:script_send_work (Results 1 – 2 of 2) sorted by relevance
107 k_work_cancel(&chat->script_send_work); in modem_chat_script_stop()130 k_work_submit(&chat->script_send_work); in modem_chat_script_send()313 struct modem_chat *chat = CONTAINER_OF(item, struct modem_chat, script_send_work); in modem_chat_script_send_handler()759 k_work_submit(&chat->script_send_work); in modem_chat_pipe_callback()827 k_work_init(&chat->script_send_work, modem_chat_script_send_handler); in modem_chat_init()920 k_work_cancel_sync(&chat->script_send_work, &sync); in modem_chat_release()
262 struct k_work script_send_work; member