Searched refs:op_context (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ticker/ |
D | ticker.h | 134 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 …]
|
D | ticker.c | 92 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/ |
D | ticker.c | 16 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/ |
D | ull_sched.c | 64 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/ |
D | lll.c | 74 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/ |
D | lll.c | 87 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()
|