Lines Matching refs:cw1200_common
48 typedef int (*cw1200_wsm_handler)(struct cw1200_common *priv,
53 struct cw1200_common *priv = in cw1200_bh_work()
54 container_of(work, struct cw1200_common, bh_work); in cw1200_bh_work()
58 int cw1200_register_bh(struct cw1200_common *priv) in cw1200_register_bh()
89 void cw1200_unregister_bh(struct cw1200_common *priv) in cw1200_unregister_bh()
102 void cw1200_irq_handler(struct cw1200_common *priv) in cw1200_irq_handler()
118 void cw1200_bh_wakeup(struct cw1200_common *priv) in cw1200_bh_wakeup()
130 int cw1200_bh_suspend(struct cw1200_common *priv) in cw1200_bh_suspend()
145 int cw1200_bh_resume(struct cw1200_common *priv) in cw1200_bh_resume()
160 static inline void wsm_alloc_tx_buffer(struct cw1200_common *priv) in wsm_alloc_tx_buffer()
165 int wsm_release_tx_buffer(struct cw1200_common *priv, int count) in wsm_release_tx_buffer()
180 static int cw1200_bh_read_ctrl_reg(struct cw1200_common *priv, in cw1200_bh_read_ctrl_reg()
197 static int cw1200_device_wakeup(struct cw1200_common *priv) in cw1200_device_wakeup()
232 void cw1200_enable_powersave(struct cw1200_common *priv, in cw1200_enable_powersave()
240 static int cw1200_bh_rx_helper(struct cw1200_common *priv, in cw1200_bh_rx_helper()
353 static int cw1200_bh_tx_helper(struct cw1200_common *priv, in cw1200_bh_tx_helper()
425 struct cw1200_common *priv = arg; in cw1200_bh()