Home
last modified time | relevance | path

Searched refs:script_stopped_sem (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/modem/
Dmodem_ubx.c121 k_sem_reset(&ubx->script_stopped_sem); in modem_ubx_run_script_helper()
131 ret = k_sem_take(&ubx->script_stopped_sem, script->timeout); in modem_ubx_run_script_helper()
209 k_sem_give(&ubx->script_stopped_sem); in modem_ubx_process_received_ubx_frame()
308 k_sem_reset(&ubx->script_stopped_sem); in modem_ubx_release()
336 k_sem_init(&ubx->script_stopped_sem, 0, 1); in modem_ubx_init()
Dmodem_chat.c117 k_sem_give(&chat->script_stopped_sem); in modem_chat_script_stop()
822 k_sem_init(&chat->script_stopped_sem, 0, 1); in modem_chat_init()
880 k_sem_reset(&chat->script_stopped_sem); in modem_chat_run_script_async()
896 ret = k_sem_take(&chat->script_stopped_sem, K_FOREVER); in modem_chat_run_script()
930 k_sem_reset(&chat->script_stopped_sem); in modem_chat_release()
/Zephyr-latest/include/zephyr/modem/
Dubx.h86 struct k_sem script_stopped_sem; member
Dchat.h257 struct k_sem script_stopped_sem; member