Lines Matching refs:b43legacy_wldev
157 struct b43legacy_wldev *dev;
182 int b43legacy_dma_init(struct b43legacy_wldev *dev);
183 void b43legacy_dma_free(struct b43legacy_wldev *dev);
185 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev);
186 void b43legacy_dma_tx_resume(struct b43legacy_wldev *dev);
188 int b43legacy_dma_tx(struct b43legacy_wldev *dev,
190 void b43legacy_dma_handle_txstatus(struct b43legacy_wldev *dev,
199 int b43legacy_dma_init(struct b43legacy_wldev *dev) in b43legacy_dma_init()
204 void b43legacy_dma_free(struct b43legacy_wldev *dev) in b43legacy_dma_free()
208 int b43legacy_dma_tx(struct b43legacy_wldev *dev, in b43legacy_dma_tx()
214 void b43legacy_dma_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_dma_handle_txstatus()
223 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev) in b43legacy_dma_tx_suspend()
227 void b43legacy_dma_tx_resume(struct b43legacy_wldev *dev) in b43legacy_dma_tx_resume()