Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/modem/
Dmodem_chat.c106 k_work_schedule(&chat->script_send_work, K_NO_WAIT); in modem_chat_script_send()
284 struct modem_chat *chat = CONTAINER_OF(dwork, struct modem_chat, script_send_work); in modem_chat_script_send_handler()
294 k_work_schedule(&chat->script_send_work, chat->process_timeout); in modem_chat_script_send_handler()
300 k_work_schedule(&chat->script_send_work, chat->process_timeout); in modem_chat_script_send_handler()
721 k_work_init_delayable(&chat->script_send_work, modem_chat_script_send_handler); in modem_chat_init()
805 k_work_cancel_delayable_sync(&chat->script_send_work, &sync); in modem_chat_release()
/Zephyr-Core-3.5.0/include/zephyr/modem/
Dchat.h245 struct k_work_delayable script_send_work; member