Lines Matching refs:param
86 void *param);
87 static void ticker_start_op_cb(uint32_t status, void *param);
88 static void ticker_update_op_cb(uint32_t status, void *param);
89 static void ticker_stop_sync_expire_op_cb(uint32_t status, void *param);
90 static void sync_expire(void *param);
91 static void ticker_stop_sync_lost_op_cb(uint32_t status, void *param);
92 static void sync_lost(void *param);
104 static void ticker_update_op_status_give(uint32_t status, void *param);
309 rx->rx_ftr.param = sync; in ull_sync_setup_from_sync_transfer()
546 node_rx->rx_ftr.param = sync; in ll_sync_create_cancel()
1085 rx->rx_ftr.param = sync; in ull_sync_setup()
1200 lll = ftr->param;
1297 sync = CONTAINER_OF(done->param, struct ll_sync_set, ull);
1696 void *param) argument
1702 struct ll_sync_set *sync = param;
1723 p.param = lll;
1724 mfy_lll_prepare.param = &p;
1735 static void ticker_start_op_cb(uint32_t status, void *param) argument
1737 ARG_UNUSED(param);
1741 static void ticker_update_op_cb(uint32_t status, void *param) argument
1744 param == ull_disable_mark_get());
1747 static void ticker_stop_sync_expire_op_cb(uint32_t status, void *param) argument
1755 mfy.param = param;
1762 static void sync_expire(void *param) argument
1764 struct ll_sync_set *sync = param;
1789 static void ticker_stop_sync_lost_op_cb(uint32_t status, void *param) argument
1799 LL_ASSERT(param == ull_disable_mark_get());
1804 mfy.param = param;
1811 static void sync_lost(void *param) argument
1817 sync = param;
1819 sync_expire(param);
1828 rx->rx_ftr.param = sync;
1843 rx->rx_ftr.param = sync_iso;
1887 static void ticker_update_op_status_give(uint32_t status, void *param) argument
1889 *((uint32_t volatile *)param) = status;