Lines Matching refs:current_dev
157 if (!wl || !wl->current_dev) in b43legacy_ratelimit()
159 if (b43legacy_status(wl->current_dev) < B43legacy_STAT_STARTED) in b43legacy_ratelimit()
1217 dev = wl->current_dev; in b43legacy_beacon_update_trigger_work()
1563 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_request_firmware()
2407 *data = b43legacy_read16(wl->current_dev, B43legacy_MMIO_RNG); in b43legacy_rng_read()
2454 dev = wl->current_dev; in b43legacy_tx_work()
2594 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()
2595 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode()
2600 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2639 wl->current_dev = up_dev; in b43legacy_switch_phymode()
2644 wl->current_dev = NULL; in b43legacy_switch_phymode()
2677 dev = wl->current_dev; in b43legacy_op_dev_config()
2816 dev = wl->current_dev; in b43legacy_op_bss_info_changed()
2880 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_configure_filter()
3396 dev = wl->current_dev; in b43legacy_op_add_interface()
3420 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_remove_interface()
3445 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_start()
3489 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_stop()
3518 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_get_survey()
3582 wl->current_dev = NULL; /* Failed to init the dev. */ in b43legacy_chip_reset()
3694 if (!wl->current_dev) in b43legacy_wireless_core_attach()
3695 wl->current_dev = dev; in b43legacy_wireless_core_attach()
3894 if (wl->current_dev == wldev) in b43legacy_remove()