Searched refs:coex_cb (Results 1 – 2 of 2) sorted by relevance
55 struct rsi_coex_ctrl_block *coex_cb = common->coex_cb; in rsi_coex_scheduler_thread() local62 rsi_coex_sched_tx_pkts(coex_cb); in rsi_coex_scheduler_thread()103 struct rsi_coex_ctrl_block *coex_cb = common->coex_cb; in rsi_coex_send_pkt() local143 coex_cb = kzalloc(sizeof(*coex_cb), GFP_KERNEL); in rsi_coex_attach()144 if (!coex_cb) in rsi_coex_attach()147 common->coex_cb = (void *)coex_cb; in rsi_coex_attach()148 coex_cb->priv = common; in rsi_coex_attach()157 &coex_cb->coex_tx_thread, in rsi_coex_attach()161 kfree(coex_cb); in rsi_coex_attach()169 struct rsi_coex_ctrl_block *coex_cb = common->coex_cb; in rsi_coex_detach() local[all …]
244 void *coex_cb; member
Completed in 8 milliseconds