Lines Matching refs:cw1200_common
45 typedef int (*cw1200_wsm_handler)(struct cw1200_common *priv,
50 struct cw1200_common *priv = in cw1200_bh_work()
51 container_of(work, struct cw1200_common, bh_work); in cw1200_bh_work()
55 int cw1200_register_bh(struct cw1200_common *priv) in cw1200_register_bh()
86 void cw1200_unregister_bh(struct cw1200_common *priv) in cw1200_unregister_bh()
99 void cw1200_irq_handler(struct cw1200_common *priv) in cw1200_irq_handler()
115 void cw1200_bh_wakeup(struct cw1200_common *priv) in cw1200_bh_wakeup()
127 int cw1200_bh_suspend(struct cw1200_common *priv) in cw1200_bh_suspend()
142 int cw1200_bh_resume(struct cw1200_common *priv) in cw1200_bh_resume()
157 static inline void wsm_alloc_tx_buffer(struct cw1200_common *priv) in wsm_alloc_tx_buffer()
162 int wsm_release_tx_buffer(struct cw1200_common *priv, int count) in wsm_release_tx_buffer()
177 static int cw1200_bh_read_ctrl_reg(struct cw1200_common *priv, in cw1200_bh_read_ctrl_reg()
194 static int cw1200_device_wakeup(struct cw1200_common *priv) in cw1200_device_wakeup()
229 void cw1200_enable_powersave(struct cw1200_common *priv, in cw1200_enable_powersave()
237 static int cw1200_bh_rx_helper(struct cw1200_common *priv, in cw1200_bh_rx_helper()
350 static int cw1200_bh_tx_helper(struct cw1200_common *priv, in cw1200_bh_tx_helper()
422 struct cw1200_common *priv = arg; in cw1200_bh()