Home
last modified time | relevance | path

Searched refs:script (Results 1 – 3 of 3) sorted by relevance

/subsys/modem/
A Dmodem_chat.c97 chat->script = NULL; in modem_chat_script_stop()
223 chat->script = script; in modem_chat_script_start()
235 if (chat->script != NULL) { in modem_chat_script_start()
262 if (chat->script == NULL) { in modem_chat_script_abort_handler()
315 if (chat->script == NULL) { in modem_chat_script_send_handler()
355 if (chat->script == NULL) { in modem_chat_script_send_timeout_handler()
926 chat->script = NULL; in modem_chat_release()
1036 script->name = ""; in modem_chat_script_init()
1041 script->name = name; in modem_chat_script_set_name()
1073 script->callback = callback; in modem_chat_script_set_callback()
[all …]
A Dmodem_ubx.c26 int modem_ubx_run_script(struct modem_ubx *ubx, struct modem_ubx_script *script) in modem_ubx_run_script() argument
29 bool wait_for_rsp = script->match.filter.class != 0; in modem_ubx_run_script()
31 ret = k_sem_take(&ubx->script_running_sem, script->timeout); in modem_ubx_run_script()
36 ubx->script = script; in modem_ubx_run_script()
39 int tries = ubx->script->retry_count + 1; in modem_ubx_run_script()
40 int32_t ms_per_attempt = (uint64_t)k_ticks_to_ms_floor64(script->timeout.ticks) / tries; in modem_ubx_run_script()
44 (const uint8_t *)ubx->script->request.buf, in modem_ubx_run_script()
45 ubx->script->request.len); in modem_ubx_run_script()
161 if (matches_filter(frame, &ubx->script->match.filter)) { in modem_ubx_process_handler()
162 memcpy(ubx->script->response.buf, frame, frame_len); in modem_ubx_process_handler()
[all …]
/subsys/demand_paging/backing_store/
A DKconfig27 for demand paging. The qemu_x86_tiny.ld linker script puts

Completed in 18 milliseconds