Home
last modified time | relevance | path

Searched refs:op_context (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.h152 typedef void (*ticker_op_func) (uint32_t status, void *op_context);
158 void *op_context);
186 void *op_context);
193 ticker_op_func fp_op_func, void *op_context);
198 ticker_op_func fp_op_func, void *op_context);
201 ticker_op_func fp_op_func, void *op_context);
203 ticker_op_func fp_op_func, void *op_context);
206 ticker_op_func fp_op_func, void *op_context);
210 ticker_op_func fp_op_func, void *op_context);
217 ticker_op_func fp_op_func, void *op_context);
[all …]
Dticker.c98 void *op_context; /* Context passed in completion member
277 void *op_context; /* Context passed in completion callback */ member
1674 user_op->fp_op_func(user_op->status, user_op->op_context);
2299 ticker->op_context);
2944 ticker->op_context =
2945 user_op->op_context;
3041 fp_op_func(uop->status, uop->op_context);
3551 ticker_op_func fp_op_func, void *op_context)
3557 fp_op_func, op_context,
3567 ticker_op_func fp_op_func, void *op_context,
[all …]
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dticker.c16 uint8_t force, ticker_op_func fp_op_func, void *op_context) in ticker_update() argument
25 void *op_context) in ticker_start() argument
31 ticker_op_func fp_op_func, void *op_context) in ticker_stop() argument
38 ticker_op_func fp_op_func, void *op_context) in ticker_stop_abs() argument
53 ticker_op_func fp_op_func, void *op_context) in ticker_next_slot_get_ext() argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sched.c64 uint32_t ticks_to_expire, void *op_context);
86 uint32_t ticks_to_expire, void *op_context);
565 uint32_t ticks_to_expire, void *op_context) in ticker_match_any_op_cb() argument
569 ARG_UNUSED(op_context); in ticker_match_any_op_cb()
606 uint32_t ticks_to_expire, void *op_context) in ticker_match_cen_op_cb() argument
610 ARG_UNUSED(op_context); in ticker_match_cen_op_cb()
Dull_conn.c2726 uint32_t ticks_to_expire, void *op_context) in ticker_op_id_match_func() argument
2731 uint8_t match_id = *(uint8_t *)op_context; in ticker_op_id_match_func()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c74 static void ticker_op_job_disable(uint32_t status, void *op_context);
816 static void ticker_op_job_disable(uint32_t status, void *op_context) in ticker_op_job_disable() argument
819 ARG_UNUSED(op_context); in ticker_op_job_disable()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c89 static void ticker_op_job_disable(uint32_t status, void *op_context);
1388 static void ticker_op_job_disable(uint32_t status, void *op_context) argument
1391 ARG_UNUSED(op_context);