Searched refs:other_expire_info (Results 1 – 5 of 5) sorted by relevance
129 struct ticker_expire_info *other_expire_info; member234 void *other_expire_info; member
1088 ticker->ext_data->other_expire_info = &instance->expire_infos[i];1378 expire_info = ticker->ext_data->other_expire_info;1385 ext_context.other_expire_info = (void *)expire_info;1387 ext_context.other_expire_info = NULL;1712 !ticker->ext_data->other_expire_info) {1720 ticker->ext_data->other_expire_info) {1722 ticker->ext_data->other_expire_info = NULL;1789 ticker->ext_data->other_expire_info = NULL;2234 ticker->ext_data->other_expire_info = NULL;
2423 LL_ASSERT(context->other_expire_info);2426 lll_iso->ticks_sync_pdu_offset = context->other_expire_info->ticks_to_expire;2427 lll_iso->iso_lazy = context->other_expire_info->lazy;
3284 LL_ASSERT(context->other_expire_info); in ticker_cb()3289 ticks_to_expire = context->other_expire_info->ticks_to_expire; in ticker_cb()3290 sync_remainder_us = context->other_expire_info->remainder; in ticker_cb()3303 lll_sync->sync_lazy = context->other_expire_info->lazy; in ticker_cb()
2346 LL_ASSERT(context->other_expire_info);2349 ticks_to_expire = context->other_expire_info->ticks_to_expire;2350 other_remainder = context->other_expire_info->remainder;