Searched refs:ull_hdr (Results 1 – 25 of 38) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_types.h | 12 struct ull_hdr ull; 82 struct ull_hdr ull; 99 struct ull_hdr ull; 114 struct ull_hdr ull;
|
D | ull_scan_types.h | 8 struct ull_hdr ull; 65 struct ull_hdr ull;
|
D | ull_internal.h | 55 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()
|
D | ull_sync_types.h | 16 struct ull_hdr ull; 118 struct ull_hdr ull;
|
D | ull_conn_iso_types.h | 58 struct ull_hdr ull;
|
D | ull_sched.c | 67 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()
|
D | ull.c | 1989 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()
|
D | ull_conn_types.h | 167 struct ull_hdr ull;
|
D | ull_peripheral.c | 63 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,
|
D | lll.h | 210 struct ull_hdr { struct
|
D | ull_conn_iso.c | 563 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/ |
D | lll_internal.h | 16 uint32_t lll_event_offset_get(struct ull_hdr *ull); 17 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
|
D | lll.c | 273 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()
|
D | lll_central.c | 90 struct ull_hdr *ull; in prepare_cb()
|
D | lll_peripheral.c | 103 struct ull_hdr *ull; in prepare_cb()
|
D | lll_scan.c | 131 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;
|
D | lll_adv.c | 324 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/ |
D | lll_internal.h | 13 uint32_t lll_event_offset_get(struct ull_hdr *ull); 14 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
|
D | lll_central.c | 101 struct ull_hdr *ull; in prepare_cb()
|
D | lll.c | 500 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;
|
D | lll_peripheral.c | 105 struct ull_hdr *ull;
|
D | lll_adv_sync.c | 121 struct ull_hdr *ull;
|
D | lll_scan.c | 328 struct ull_hdr *ull; in resume_prepare_cb() 344 struct ull_hdr *ull; 1133 struct ull_hdr *ull;
|
D | lll_adv.c | 932 struct ull_hdr *ull; in prepare_cb() 1075 struct ull_hdr *ull; in resume_prepare_cb()
|
D | lll_scan_aux.c | 444 struct ull_hdr *ull; in prepare_cb() 942 struct ull_hdr *ull;
|
12