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.h150 typedef void (*ticker_op_func) (uint32_t status, void *op_context);
156 void *op_context);
184 void *op_context);
191 ticker_op_func fp_op_func, void *op_context);
196 ticker_op_func fp_op_func, void *op_context);
199 ticker_op_func fp_op_func, void *op_context);
201 ticker_op_func fp_op_func, void *op_context);
204 ticker_op_func fp_op_func, void *op_context);
208 ticker_op_func fp_op_func, void *op_context);
215 ticker_op_func fp_op_func, void *op_context);
[all …]
Dticker.c98 void *op_context; /* Context passed in completion member
275 void *op_context; /* Context passed in completion callback */ member
1669 user_op->fp_op_func(user_op->status, user_op->op_context);
2290 ticker->op_context);
2933 ticker->op_context =
2934 user_op->op_context;
3030 fp_op_func(uop->status, uop->op_context);
3540 ticker_op_func fp_op_func, void *op_context)
3546 fp_op_func, op_context,
3556 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
46 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.c2719 uint32_t ticks_to_expire, void *op_context) in ticker_op_id_match_func() argument
2724 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);