Lines Matching refs:b43legacy_wldev
156 struct b43legacy_wldev *dev;
181 int b43legacy_dma_init(struct b43legacy_wldev *dev);
182 void b43legacy_dma_free(struct b43legacy_wldev *dev);
184 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev);
185 void b43legacy_dma_tx_resume(struct b43legacy_wldev *dev);
187 int b43legacy_dma_tx(struct b43legacy_wldev *dev,
189 void b43legacy_dma_handle_txstatus(struct b43legacy_wldev *dev,
198 int b43legacy_dma_init(struct b43legacy_wldev *dev) in b43legacy_dma_init()
203 void b43legacy_dma_free(struct b43legacy_wldev *dev) in b43legacy_dma_free()
207 int b43legacy_dma_tx(struct b43legacy_wldev *dev, in b43legacy_dma_tx()
213 void b43legacy_dma_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_dma_handle_txstatus()
222 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev) in b43legacy_dma_tx_suspend()
226 void b43legacy_dma_tx_resume(struct b43legacy_wldev *dev) in b43legacy_dma_tx_resume()