Home
last modified time | relevance | path

Searched refs:coex_cb (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/rsi/
A Drsi_91x_coex.c55 struct rsi_coex_ctrl_block *coex_cb = common->coex_cb; in rsi_coex_scheduler_thread() local
62 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() local
143 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 …]
A Drsi_main.h244 void *coex_cb; member

Completed in 8 milliseconds