Searched refs:script_run_work (Results 1 – 2 of 2) sorted by relevance
166 struct modem_chat *chat = CONTAINER_OF(item, struct modem_chat, script_run_work); in modem_chat_script_run_handler()718 k_work_init(&chat->script_run_work, modem_chat_script_run_handler); in modem_chat_init()766 k_work_submit(&chat->script_run_work); in modem_chat_run_script_async()802 k_work_cancel_sync(&chat->script_run_work, &sync); in modem_chat_release()
234 struct k_work script_run_work; member