Searched refs:script_send_work (Results 1 – 2 of 2) sorted by relevance
106 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()
245 struct k_work_delayable script_send_work; member