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()
1565 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_request_firmware()
2409 *data = b43legacy_read16(wl->current_dev, B43legacy_MMIO_RNG); in b43legacy_rng_read()
2456 dev = wl->current_dev; in b43legacy_tx_work()
2596 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()
2597 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode()
2602 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2641 wl->current_dev = up_dev; in b43legacy_switch_phymode()
2646 wl->current_dev = NULL; in b43legacy_switch_phymode()
2679 dev = wl->current_dev; in b43legacy_op_dev_config()
2818 dev = wl->current_dev; in b43legacy_op_bss_info_changed()
2882 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_configure_filter()
3398 dev = wl->current_dev; in b43legacy_op_add_interface()
3422 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_remove_interface()
3447 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_start()
3491 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_stop()
3520 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_op_get_survey()
3584 wl->current_dev = NULL; /* Failed to init the dev. */ in b43legacy_chip_reset()
3696 if (!wl->current_dev) in b43legacy_wireless_core_attach()
3697 wl->current_dev = dev; in b43legacy_wireless_core_attach()
3895 if (wl->current_dev == wldev) in b43legacy_remove()