Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ticker/
Dticker.h134 typedef void (*ticker_op_func) (uint32_t status, void *op_context);
140 void *op_context);
168 void *op_context);
175 ticker_op_func fp_op_func, void *op_context);
180 ticker_op_func fp_op_func, void *op_context);
183 ticker_op_func fp_op_func, void *op_context);
185 ticker_op_func fp_op_func, void *op_context);
188 ticker_op_func fp_op_func, void *op_context);
192 ticker_op_func fp_op_func, void *op_context);
199 ticker_op_func fp_op_func, void *op_context);
[all …]
Dticker.c92 void *op_context; /* Context passed in completion member
264 void *op_context; /* Context passed in completion callback */ member
1633 user_op->fp_op_func(user_op->status, user_op->op_context);
2239 ticker->op_context);
2848 ticker->op_context =
2849 user_op->op_context;
2945 fp_op_func(uop->status, uop->op_context);
3412 ticker_op_func fp_op_func, void *op_context)
3418 fp_op_func, op_context,
3428 ticker_op_func fp_op_func, void *op_context,
[all …]
/Zephyr-Core-3.7.0/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
/Zephyr-Core-3.7.0/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()
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c87 static void ticker_op_job_disable(uint32_t status, void *op_context);
1295 static void ticker_op_job_disable(uint32_t status, void *op_context) in ticker_op_job_disable() argument
1298 ARG_UNUSED(op_context); in ticker_op_job_disable()