Lines Matching refs:cw1200_common
47 struct cw1200_common *priv = in cw1200_bh_work()
48 container_of(work, struct cw1200_common, bh_work); in cw1200_bh_work()
52 int cw1200_register_bh(struct cw1200_common *priv) in cw1200_register_bh()
83 void cw1200_unregister_bh(struct cw1200_common *priv) in cw1200_unregister_bh()
94 void cw1200_irq_handler(struct cw1200_common *priv) in cw1200_irq_handler()
110 void cw1200_bh_wakeup(struct cw1200_common *priv) in cw1200_bh_wakeup()
122 int cw1200_bh_suspend(struct cw1200_common *priv) in cw1200_bh_suspend()
137 int cw1200_bh_resume(struct cw1200_common *priv) in cw1200_bh_resume()
152 static inline void wsm_alloc_tx_buffer(struct cw1200_common *priv) in wsm_alloc_tx_buffer()
157 int wsm_release_tx_buffer(struct cw1200_common *priv, int count) in wsm_release_tx_buffer()
172 static int cw1200_bh_read_ctrl_reg(struct cw1200_common *priv, in cw1200_bh_read_ctrl_reg()
189 static int cw1200_device_wakeup(struct cw1200_common *priv) in cw1200_device_wakeup()
224 void cw1200_enable_powersave(struct cw1200_common *priv, in cw1200_enable_powersave()
232 static int cw1200_bh_rx_helper(struct cw1200_common *priv, in cw1200_bh_rx_helper()
345 static int cw1200_bh_tx_helper(struct cw1200_common *priv, in cw1200_bh_tx_helper()
417 struct cw1200_common *priv = arg; in cw1200_bh()