Searched refs:fp_op_func (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.h | 183 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 …]
|
D | ticker.c | 88 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/ |
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 46 ticker_op_func fp_op_func, void *op_context) in ticker_next_slot_get_ext() argument
|
/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); 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()
|
D | ull_adv.c | 1959 ticker_op_func fp_op_func) argument 1977 fp_op_func, adv); 1981 (fp_op_func == NULL));
|