Searched refs:fp_op_func (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/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 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/ |
| D | ticker.h | 185 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 …]
|
| D | ticker.c | 88 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/ |
| D | ull_sync_iso.c | 78 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()
|
| D | ull_adv.c | 1959 ticker_op_func fp_op_func) argument 1977 fp_op_func, adv); 1981 (fp_op_func == NULL));
|