Searched refs:script_run_work (Results 1 – 2 of 2) sorted by relevance
244 struct modem_chat *chat = CONTAINER_OF(item, struct modem_chat, script_run_work); in modem_chat_script_run_handler()826 k_work_init(&chat->script_run_work, modem_chat_script_run_handler); in modem_chat_init()890 modem_work_submit(&chat->script_run_work); in modem_chat_run_script_async()924 k_work_cancel_sync(&chat->script_run_work, &sync); in modem_chat_release()
264 struct k_work script_run_work; member