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()
2439 *data = b43legacy_read16(wl->current_dev, B43legacy_MMIO_RNG); in b43legacy_rng_read()
2486 dev = wl->current_dev; in b43legacy_tx_work()
2626 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()
2627 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode()
2632 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2671 wl->current_dev = up_dev; in b43legacy_switch_phymode()
2676 wl->current_dev = NULL; in b43legacy_switch_phymode()
2709 dev = wl->current_dev; in b43legacy_op_dev_config()
2849 dev = wl->current_dev; in b43legacy_op_bss_info_changed()
2914 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_configure_filter()
3430 dev = wl->current_dev; in b43legacy_op_add_interface()
3454 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_remove_interface()
3479 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_start()
3523 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_stop()
3552 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_get_survey()
3616 wl->current_dev = NULL; /* Failed to init the dev. */ in b43legacy_chip_reset()
3728 if (!wl->current_dev) in b43legacy_wireless_core_attach()
3729 wl->current_dev = dev; in b43legacy_wireless_core_attach()
3924 if (wl->current_dev == wldev) in b43legacy_remove()