Home
last modified time | relevance | path

Searched refs:TICKER_INSTANCE_ID_CTLR (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral.c446 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR,
461 ticker_status = ticker_stop_abs(TICKER_INSTANCE_ID_CTLR,
473 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH,
479 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR,
511 ticker_update(TICKER_INSTANCE_ID_CTLR,
Dull_scan.c617 TICKER_INSTANCE_ID_CTLR,
755 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH,
965 ret = ticker_update(TICKER_INSTANCE_ID_CTLR,
984 ret = ticker_update(TICKER_INSTANCE_ID_CTLR,
1077 ret = ticker_update(TICKER_INSTANCE_ID_CTLR,
Dull_conn_iso.c532 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_conn_iso_done()
1081 ticker_status = ticker_start_us(TICKER_INSTANCE_ID_CTLR, in ull_conn_iso_start()
1153 ret = ticker_next_slot_get_ext(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_LOW, &id, in mfy_cis_lazy_fill()
1164 ticker_job_sched(TICKER_INSTANCE_ID_CTLR, in mfy_cis_lazy_fill()
1316 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, in cis_disabled_cb()
1346 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, in cis_disabled_cb()
1466 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in disable()
Dull_sched.c449 ret = ticker_next_slot_get_ext(TICKER_INSTANCE_ID_CTLR, user_id, in after_match_slot_get()
457 ret = ticker_next_slot_get(TICKER_INSTANCE_ID_CTLR, user_id, in after_match_slot_get()
464 ticker_job_sched(TICKER_INSTANCE_ID_CTLR, in after_match_slot_get()
Dull_peripheral_iso.c367 uint32_t ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_peripheral_iso_update_ticker()
372 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR, in ull_peripheral_iso_update_ticker()
Dull_adv.c1325 TICKER_INSTANCE_ID_CTLR,
1345 ret = ticker_start(TICKER_INSTANCE_ID_CTLR,
1552 TICKER_INSTANCE_ID_CTLR,
1814 ticker_update_ext(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD,
1972 ret = ticker_update(TICKER_INSTANCE_ID_CTLR,
2113 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR,
2118 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR,
2207 ret = ticker_update(TICKER_INSTANCE_ID_CTLR,
2536 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH,
2744 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR,
[all …]
Dull_sync_iso.c677 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_sync_iso_setup()
825 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_sync_iso_done()
869 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in disable()
1115 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in stop_ticker()
1119 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in stop_ticker()
Dull_central.c837 ticker_status = ticker_stop_abs(TICKER_INSTANCE_ID_CTLR,
858 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR,
873 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH,
878 ticker_status = ticker_start_us(TICKER_INSTANCE_ID_CTLR,
Dull_adv_iso.c804 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in ull_adv_iso_reset()
1048 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_adv_iso_done_terminate()
1264 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in adv_iso_start()
1394 ret = ticker_next_slot_get_ext(TICKER_INSTANCE_ID_CTLR, in mfy_iso_offset_get()
1407 ticker_job_sched(TICKER_INSTANCE_ID_CTLR, in mfy_iso_offset_get()
Dull_sync.c423 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_sync_setup_from_sync_transfer()
1153 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_sync_setup()
1420 ticker_update(TICKER_INSTANCE_ID_CTLR,
1522 ret = ticker_update(TICKER_INSTANCE_ID_CTLR,
1685 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH,
Dull_scan_aux.c878 ticker_status = ticker_yield_abs(TICKER_INSTANCE_ID_CTLR, in ull_scan_aux_setup()
890 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR, in ull_scan_aux_setup()
2358 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in scan_aux_stop_all_chains_for_parent()
2694 ticker_status = ticker_yield_abs(TICKER_INSTANCE_ID_CTLR, in chain_start_ticker()
2706 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in chain_start_ticker()
2712 ticker_status = ticker_start(TICKER_INSTANCE_ID_CTLR, in chain_start_ticker()
Dull_conn.c1378 ticker_status = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_conn_done()
1865 ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, in conn_cleanup_finalize()
2182 uint32_t ticker_status = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, in ull_conn_update_ticker()
2187 TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_HIGH, ticker_id_conn, ticks_at_expire, in ull_conn_update_ticker()
2751 ret = ticker_next_slot_get_ext(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_LOW, in get_ticker_offset()
2758 ticker_job_sched(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_ULL_LOW); in get_ticker_offset()
Dlll.h11 #define TICKER_INSTANCE_ID_CTLR 0 macro
Dull_adv_aux.c2584 ticker_update_ext(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in ull_adv_sync_started_stopped()
2589 ticker_update_ext(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in ull_adv_sync_started_stopped()
2644 TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in ull_adv_aux_start()
3115 ret = ticker_update(TICKER_INSTANCE_ID_CTLR, in aux_time_update()
3225 ret = ticker_next_slot_get_ext(TICKER_INSTANCE_ID_CTLR, in mfy_aux_offset_get()
3233 ticker_job_sched(TICKER_INSTANCE_ID_CTLR, in mfy_aux_offset_get()
Dull.c620 err = ticker_init(TICKER_INSTANCE_ID_CTLR, in ll_init()
1819 *instance_index = TICKER_INSTANCE_ID_CTLR; in ll_timeslice_ticker_id_get()
1826 *instance_index = TICKER_INSTANCE_ID_CTLR; in ll_coex_ticker_id_get()
1941 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in ull_ticker_stop_with_mark()
Dull_adv_sync.c246 ticker_update_ext(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in ull_adv_sync_iso_created()
858 TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_THREAD, in ull_adv_sync_start()
903 ret = ticker_update(TICKER_INSTANCE_ID_CTLR, in ull_adv_sync_time_update()
2717 ret = ticker_next_slot_get_ext(TICKER_INSTANCE_ID_CTLR,
2725 ticker_job_sched(TICKER_INSTANCE_ID_CTLR,
Dull_central_iso.c1125 ret = ticker_next_slot_get_ext(TICKER_INSTANCE_ID_CTLR, in mfy_cis_offset_get()
1138 ticker_job_sched(TICKER_INSTANCE_ID_CTLR, in mfy_cis_offset_get()
Dull_iso.c2057 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, in ull_iso_resume_ticker_start()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c598 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR, in lll_prepare_resolve()
682 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, in preempt_ticker_start()
809 ret = ticker_job_idle_get(TICKER_INSTANCE_ID_CTLR, in mfy_ticker_job_idle_get()
Dlll_scan.c248 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, in prepare_cb()
582 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_LLL, in isr_abort()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c1150 ret = ticker_start(TICKER_INSTANCE_ID_CTLR,
1179 ret = ticker_stop(TICKER_INSTANCE_ID_CTLR,
1381 ret = ticker_job_idle_get(TICKER_INSTANCE_ID_CTLR,
Dlll_scan.c496 ret = ticker_start(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_LLL, TICKER_ID_SCAN_STOP,
1041 (void)ticker_stop(TICKER_INSTANCE_ID_CTLR, TICKER_USER_ID_LLL,