Lines Matching refs:current_dev

171 	if (!wl || !wl->current_dev)  in b43legacy_ratelimit()
173 if (b43legacy_status(wl->current_dev) < B43legacy_STAT_STARTED) in b43legacy_ratelimit()
1245 dev = wl->current_dev; in b43legacy_beacon_update_trigger_work()
1595 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_request_firmware()
2441 *data = b43legacy_read16(wl->current_dev, B43legacy_MMIO_RNG); in b43legacy_rng_read()
2488 dev = wl->current_dev; in b43legacy_tx_work()
2628 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()
2629 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode()
2634 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2673 wl->current_dev = up_dev; in b43legacy_switch_phymode()
2678 wl->current_dev = NULL; in b43legacy_switch_phymode()
2711 dev = wl->current_dev; in b43legacy_op_dev_config()
2851 dev = wl->current_dev; in b43legacy_op_bss_info_changed()
2916 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_configure_filter()
3434 dev = wl->current_dev; in b43legacy_op_add_interface()
3458 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_remove_interface()
3483 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_start()
3527 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_stop()
3556 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_get_survey()
3620 wl->current_dev = NULL; /* Failed to init the dev. */ in b43legacy_chip_reset()
3732 if (!wl->current_dev) in b43legacy_wireless_core_attach()
3733 wl->current_dev = dev; in b43legacy_wireless_core_attach()
3927 if (wl->current_dev == wldev) in b43legacy_remove()