Searched refs:coex_cb (Results 1 – 2 of 2) sorted by relevance
23 (struct rsi_coex_ctrl_block *coex_cb) in rsi_coex_determine_coex_q() argument55 struct rsi_coex_ctrl_block *coex_cb = in rsi_coex_scheduler_thread() local63 rsi_coex_sched_tx_pkts(coex_cb); in rsi_coex_scheduler_thread()142 struct rsi_coex_ctrl_block *coex_cb; in rsi_coex_attach() local145 coex_cb = kzalloc(sizeof(*coex_cb), GFP_KERNEL); in rsi_coex_attach()146 if (!coex_cb) in rsi_coex_attach()149 common->coex_cb = (void *)coex_cb; in rsi_coex_attach()150 coex_cb->priv = common; in rsi_coex_attach()159 &coex_cb->coex_tx_thread, in rsi_coex_attach()163 kfree(coex_cb); in rsi_coex_attach()[all …]
244 void *coex_cb; member
Completed in 6 milliseconds