Home
last modified time | relevance | path

Searched refs:fp_op_func (Results 1 – 5 of 5) sorted by relevance

/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
24 ticker_timeout_func fp_timeout_func, void *context, ticker_op_func fp_op_func, 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/ticker/
Dticker.h185 void *context, ticker_op_func fp_op_func,
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);
219 ticker_op_func fp_op_func, void *op_context);
228 ticker_op_func fp_op_func, void *op_context);
[all …]
Dticker.c88 ticker_op_func fp_op_func; /* Operation completion callback */ member
276 ticker_op_func fp_op_func; /* Operation completion callback */ member
1673 if (user_op->fp_op_func) {
1674 user_op->fp_op_func(user_op->status, user_op->op_context);
2297 ticker->fp_op_func) {
2298 ticker->fp_op_func(TICKER_STATUS_FAILURE,
2942 ticker->fp_op_func =
2943 user_op->fp_op_func;
2976 ticker_op_func fp_op_func;
2978 fp_op_func = NULL;
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c78 static void stop_ticker(struct ll_sync_iso_set *sync_iso, ticker_op_func fp_op_func);
1127 static void stop_ticker(struct ll_sync_iso_set *sync_iso, ticker_op_func fp_op_func) in stop_ticker() argument
1142 fp_op_func, fp_op_func ? (void *)sync_iso : NULL); in stop_ticker()
Dull_adv.c1959 ticker_op_func fp_op_func) argument
1977 fp_op_func, adv);
1981 (fp_op_func == NULL));