Lines Matching refs:b43legacy_wldev
52 struct b43legacy_wldev *dev;
98 int b43legacy_pio_init(struct b43legacy_wldev *dev);
99 void b43legacy_pio_free(struct b43legacy_wldev *dev);
101 int b43legacy_pio_tx(struct b43legacy_wldev *dev,
103 void b43legacy_pio_handle_txstatus(struct b43legacy_wldev *dev,
111 void b43legacy_pio_freeze_txqueues(struct b43legacy_wldev *dev);
112 void b43legacy_pio_thaw_txqueues(struct b43legacy_wldev *dev);
117 int b43legacy_pio_init(struct b43legacy_wldev *dev) in b43legacy_pio_init()
122 void b43legacy_pio_free(struct b43legacy_wldev *dev) in b43legacy_pio_free()
126 int b43legacy_pio_tx(struct b43legacy_wldev *dev, in b43legacy_pio_tx()
132 void b43legacy_pio_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_pio_handle_txstatus()
149 void b43legacy_pio_freeze_txqueues(struct b43legacy_wldev *dev) in b43legacy_pio_freeze_txqueues()
153 void b43legacy_pio_thaw_txqueues(struct b43legacy_wldev *dev) in b43legacy_pio_thaw_txqueues()