Home
last modified time | relevance | path

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

12

/subsys/bluetooth/controller/ll_sw/
A Dull_adv_types.h12 struct ull_hdr ull;
82 struct ull_hdr ull;
99 struct ull_hdr ull;
114 struct ull_hdr ull;
A 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()
A Dull_scan_types.h8 struct ull_hdr ull;
70 struct ull_hdr ull;
A Dull_sync_types.h16 struct ull_hdr ull;
118 struct ull_hdr ull;
A Dull.c2021 struct ull_hdr *hdr; in ull_disable()
3023 struct ull_hdr *ull_hdr; in rx_demux_event_done() local
3027 ull_hdr = done->param; in rx_demux_event_done()
3028 if (ull_hdr) { in rx_demux_event_done()
3029 LL_ASSERT(ull_ref_get(ull_hdr)); in rx_demux_event_done()
3030 ull_ref_dec(ull_hdr); in rx_demux_event_done()
3134 if (ull_hdr && !ull_ref_get(ull_hdr) && ull_hdr->disabled_cb) { in rx_demux_event_done()
3135 ull_hdr->disabled_cb(ull_hdr->disabled_param); in rx_demux_event_done()
A 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);
440 struct ull_hdr *hdr; in after_match_slot_get()
616 static struct ull_hdr *ull_hdr_get_cb(uint8_t ticker_id, uint32_t *ticks_slot) in ull_hdr_get_cb()
A Dull_conn_iso_types.h57 struct ull_hdr ull;
A Dull_conn_types.h167 struct ull_hdr ull;
A Dull_peripheral.c63 static void invalid_release(struct ull_hdr *hdr, struct lll_conn *lll,
626 static void invalid_release(struct ull_hdr *hdr, struct lll_conn *lll,
A Dlll.h206 struct ull_hdr { struct
A Dull_conn_iso.c568 struct ull_hdr *hdr; in ull_conn_iso_cis_stop()
1459 struct ull_hdr *hdr; in cig_disable()
/subsys/bluetooth/controller/ll_sw/openisa/lll/
A 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,
A 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()
391 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, in lll_preempt_calc()
660 struct ull_hdr *ull; in preempt_ticker_start()
A Dlll_central.c90 struct ull_hdr *ull; in prepare_cb()
A Dlll_peripheral.c103 struct ull_hdr *ull; in prepare_cb()
A 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;
A Dlll_adv.c324 struct ull_hdr *ull; in prepare_cb()
439 struct ull_hdr *ull = HDR_LLL2ULL(p->param); in resume_prepare_cb()
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A 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,
A Dlll.c512 struct ull_hdr *ull;
623 uint32_t lll_event_offset_get(struct ull_hdr *ull)
628 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
1095 struct ull_hdr *ull;
A Dlll_central.c101 struct ull_hdr *ull; in prepare_cb()
A Dlll_peripheral.c105 struct ull_hdr *ull;
A Dlll_scan.c328 struct ull_hdr *ull; in resume_prepare_cb()
344 struct ull_hdr *ull;
1137 struct ull_hdr *ull;
A Dlll_adv_sync.c121 struct ull_hdr *ull;
A Dlll_adv.c932 struct ull_hdr *ull; in prepare_cb()
1075 struct ull_hdr *ull; in resume_prepare_cb()
A Dlll_scan_aux.c444 struct ull_hdr *ull; in prepare_cb()
944 struct ull_hdr *ull;

Completed in 62 milliseconds

12