Home
last modified time | relevance | path

Searched refs:script_abort_work (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/modem/
Dmodem_chat.c259 struct modem_chat *chat = CONTAINER_OF(item, struct modem_chat, script_abort_work); in modem_chat_script_abort_handler()
826 k_work_init(&chat->script_abort_work, modem_chat_script_abort_handler); in modem_chat_init()
906 k_work_submit(&chat->script_abort_work); in modem_chat_script_abort()
918 k_work_cancel_sync(&chat->script_abort_work, &sync); in modem_chat_release()
/Zephyr-latest/include/zephyr/modem/
Dchat.h253 struct k_work script_abort_work; member