Searched refs:script_send_work (Results 1 – 2 of 2) sorted by relevance
109 k_work_cancel(&chat->script_send_work); in modem_chat_script_stop()132 modem_work_submit(&chat->script_send_work); in modem_chat_script_send()315 struct modem_chat *chat = CONTAINER_OF(item, struct modem_chat, script_send_work); in modem_chat_script_send_handler()761 modem_work_submit(&chat->script_send_work); in modem_chat_pipe_callback()829 k_work_init(&chat->script_send_work, modem_chat_script_send_handler); in modem_chat_init()927 k_work_cancel_sync(&chat->script_send_work, &sync); in modem_chat_release()
275 struct k_work script_send_work; member