Home
last modified time | relevance | path

Searched refs:prep (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/kernel/threads/dynamic_thread/src/
Dmain.c40 static void prep(void) in prep() function
221 prep(); in thread_test_setup()
/Zephyr-latest/kernel/
DKconfig.init23 c prep code (prep_c). soc_prep_hook() must be implemented by the SoC.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_types.h72 } prep; member
Dull_llcp_cc.c455 conn->llcp.prep.ticks_at_expire, in rp_cc_check_instant()
456 conn->llcp.prep.remainder, in rp_cc_check_instant()
1003 conn->llcp.prep.ticks_at_expire, in lp_cc_check_instant()
1004 conn->llcp.prep.remainder, in lp_cc_check_instant()
Dull.c337 static MFIFO_DEFINE(prep, sizeof(struct lll_event), EVENT_PIPELINE_MAX);
868 MFIFO_INIT(prep); in ll_reset()
2085 idx = MFIFO_ENQUEUE_GET(prep, (void **)&e); in ull_prepare_enqueue()
2097 MFIFO_ENQUEUE(prep, idx); in ull_prepare_enqueue()
2104 return MFIFO_DEQUEUE_GET(prep); in ull_prepare_dequeue_get()
2109 return MFIFO_DEQUEUE_ITER_GET(prep, idx); in ull_prepare_dequeue_iter()
2174 MFIFO_DEQUEUE(prep); in ull_prepare_dequeue()
Dull_conn.c960 conn->llcp.prep.ticks_at_expire = ticks_at_expire; in ull_conn_llcp()
961 conn->llcp.prep.remainder = remainder; in ull_conn_llcp()
962 conn->llcp.prep.lazy = lazy; in ull_conn_llcp()
2159 conn->llcp.prep.lazy; in ull_conn_event_counter()
2245 ticks_at_expire = conn->llcp.prep.ticks_at_expire; in ull_conn_update_parameters()
2344 lll->latency_prepare += conn->llcp.prep.lazy; in ull_conn_update_parameters()
2462 conn->llcp.prep.ticks_at_expire); in ull_conn_update_peer_sca()
Dull_central_iso.c884 time_of_intant = HAL_TICKER_TICKS_TO_US(conn->llcp.prep.ticks_at_expire) + in ull_central_iso_setup()
1161 remainder = conn->llcp.prep.remainder; in mfy_cis_offset_get()
Dull_sync.c414 ticks_anchor = conn->llcp.prep.ticks_at_expire; in ull_sync_setup_from_sync_transfer()