Home
last modified time | relevance | path

Searched refs:ull_hdr (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_types.h12 struct ull_hdr ull;
82 struct ull_hdr ull;
99 struct ull_hdr ull;
114 struct ull_hdr ull;
Dull_scan_types.h8 struct ull_hdr ull;
65 struct ull_hdr ull;
Dull_internal.h55 static inline uint8_t ull_ref_get(struct ull_hdr *hdr) in ull_ref_get()
60 static inline uint8_t ull_ref_inc(struct ull_hdr *hdr) in ull_ref_inc()
65 static inline uint8_t ull_ref_dec(struct ull_hdr *hdr) in ull_ref_dec()
70 static inline void ull_hdr_init(struct ull_hdr *hdr) in ull_hdr_init()
Dull_sync_types.h16 struct ull_hdr ull;
118 struct ull_hdr ull;
Dull_conn_iso_types.h58 struct ull_hdr ull;
Dull_sched.c67 typedef struct ull_hdr *(*ull_hdr_get_func)(uint8_t ticker_id,
77 static struct ull_hdr *ull_hdr_get_cb(uint8_t ticker_id, uint32_t *ticks_slot);
443 struct ull_hdr *hdr; in after_match_slot_get()
625 static struct ull_hdr *ull_hdr_get_cb(uint8_t ticker_id, uint32_t *ticks_slot) in ull_hdr_get_cb()
Dull.c1989 struct ull_hdr *hdr; in ull_disable()
2987 struct ull_hdr *ull_hdr; in rx_demux_event_done() local
2991 ull_hdr = done->param; in rx_demux_event_done()
2992 if (ull_hdr) { in rx_demux_event_done()
2993 LL_ASSERT(ull_ref_get(ull_hdr)); in rx_demux_event_done()
2994 ull_ref_dec(ull_hdr); in rx_demux_event_done()
3098 if (ull_hdr && !ull_ref_get(ull_hdr) && ull_hdr->disabled_cb) { in rx_demux_event_done()
3099 ull_hdr->disabled_cb(ull_hdr->disabled_param); in rx_demux_event_done()
Dull_conn_types.h167 struct ull_hdr ull;
Dull_peripheral.c63 static void invalid_release(struct ull_hdr *hdr, struct lll_conn *lll,
620 static void invalid_release(struct ull_hdr *hdr, struct lll_conn *lll,
Dlll.h210 struct ull_hdr { struct
Dull_conn_iso.c563 struct ull_hdr *hdr; in ull_conn_iso_cis_stop()
1419 struct ull_hdr *hdr; in cig_disable()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_internal.h16 uint32_t lll_event_offset_get(struct ull_hdr *ull);
17 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
Dlll.c273 struct ull_hdr *ull; in lll_done()
386 uint32_t lll_event_offset_get(struct ull_hdr *ull) in lll_event_offset_get()
400 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, in lll_preempt_calc()
669 struct ull_hdr *ull; in preempt_ticker_start()
Dlll_central.c90 struct ull_hdr *ull; in prepare_cb()
Dlll_peripheral.c103 struct ull_hdr *ull; in prepare_cb()
Dlll_scan.c131 struct ull_hdr *ull; in prepare_cb()
273 struct ull_hdr *ull = HDR_LLL2ULL(p->param); in resume_prepare_cb()
683 struct ull_hdr *ull;
Dlll_adv.c324 struct ull_hdr *ull; in prepare_cb()
439 struct ull_hdr *ull = HDR_LLL2ULL(p->param); in resume_prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_internal.h13 uint32_t lll_event_offset_get(struct ull_hdr *ull);
14 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
Dlll_central.c101 struct ull_hdr *ull; in prepare_cb()
Dlll.c500 struct ull_hdr *ull;
613 uint32_t lll_event_offset_get(struct ull_hdr *ull)
627 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
1094 struct ull_hdr *ull;
Dlll_peripheral.c105 struct ull_hdr *ull;
Dlll_adv_sync.c121 struct ull_hdr *ull;
Dlll_scan.c328 struct ull_hdr *ull; in resume_prepare_cb()
344 struct ull_hdr *ull;
1133 struct ull_hdr *ull;
Dlll_adv.c932 struct ull_hdr *ull; in prepare_cb()
1075 struct ull_hdr *ull; in resume_prepare_cb()
Dlll_scan_aux.c444 struct ull_hdr *ull; in prepare_cb()
942 struct ull_hdr *ull;

12