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()
2597 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()
2598 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode()
2603 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2642 wl->current_dev = up_dev; in b43legacy_switch_phymode()
2647 wl->current_dev = NULL; in b43legacy_switch_phymode()
2680 dev = wl->current_dev; in b43legacy_op_dev_config()
2819 dev = wl->current_dev; in b43legacy_op_bss_info_changed()
2883 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()
3589 wl->current_dev = NULL; /* Failed to init the dev. */ in b43legacy_chip_reset()
3701 if (!wl->current_dev) in b43legacy_wireless_core_attach()
3702 wl->current_dev = dev; in b43legacy_wireless_core_attach()
3897 if (wl->current_dev == wldev) in b43legacy_remove()