Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.h183 void *context, ticker_op_func fp_op_func,
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);
217 ticker_op_func fp_op_func, void *op_context);
226 ticker_op_func fp_op_func, void *op_context);
[all …]
Dticker.c88 ticker_op_func fp_op_func; /* Operation completion callback */ member
274 ticker_op_func fp_op_func; /* Operation completion callback */ member
1668 if (user_op->fp_op_func) {
1669 user_op->fp_op_func(user_op->status, user_op->op_context);
2288 ticker->fp_op_func) {
2289 ticker->fp_op_func(TICKER_STATUS_FAILURE,
2931 ticker->fp_op_func =
2932 user_op->fp_op_func;
2965 ticker_op_func fp_op_func;
2967 fp_op_func = NULL;
[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
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
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_sync_iso.c78 static void stop_ticker(struct ll_sync_iso_set *sync_iso, ticker_op_func fp_op_func);
1107 static void stop_ticker(struct ll_sync_iso_set *sync_iso, ticker_op_func fp_op_func) in stop_ticker() argument
1122 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));