Searched refs:fp_op_func (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/ |
D | ticker.h | 167 void *context, ticker_op_func fp_op_func, 175 ticker_op_func fp_op_func, void *op_context); 180 ticker_op_func fp_op_func, void *op_context); 183 ticker_op_func fp_op_func, void *op_context); 185 ticker_op_func fp_op_func, void *op_context); 188 ticker_op_func fp_op_func, void *op_context); 192 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); 210 ticker_op_func fp_op_func, void *op_context); [all …]
|
D | ticker.c | 85 ticker_op_func fp_op_func; /* Operation completion callback */ member 263 ticker_op_func fp_op_func; /* Operation completion callback */ member 1605 if (user_op->fp_op_func) { 1606 user_op->fp_op_func(user_op->status, user_op->op_context); 2186 ticker->fp_op_func) { 2187 ticker->fp_op_func(TICKER_STATUS_FAILURE, 2791 ticker->fp_op_func = 2792 user_op->fp_op_func; 2825 ticker_op_func fp_op_func; 2827 fp_op_func = NULL; [all …]
|
/Zephyr-Core-3.5.0/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
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv.c | 1919 ticker_op_func fp_op_func) argument 1937 fp_op_func, adv); 1941 (fp_op_func == NULL));
|