Searched refs:script_run_work (Results 1 – 2 of 2) sorted by relevance
242 struct modem_chat *chat = CONTAINER_OF(item, struct modem_chat, script_run_work); in modem_chat_script_run_handler()824 k_work_init(&chat->script_run_work, modem_chat_script_run_handler); in modem_chat_init()883 k_work_submit(&chat->script_run_work); in modem_chat_run_script_async()917 k_work_cancel_sync(&chat->script_run_work, &sync); in modem_chat_release()
251 struct k_work script_run_work; member