Searched refs:up_dev (Results 1 – 2 of 2) sorted by relevance
2613 struct b43legacy_wldev *uninitialized_var(up_dev); in b43legacy_switch_phymode()2619 err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode); in b43legacy_switch_phymode()2625 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()2640 if (down_dev != up_dev) in b43legacy_switch_phymode()2646 up_dev->phy.gmode = gmode; in b43legacy_switch_phymode()2648 err = b43legacy_wireless_core_init(up_dev); in b43legacy_switch_phymode()2657 err = b43legacy_wireless_core_start(up_dev); in b43legacy_switch_phymode()2662 b43legacy_wireless_core_exit(up_dev); in b43legacy_switch_phymode()2666 B43legacy_WARN_ON(b43legacy_status(up_dev) != prev_status); in b43legacy_switch_phymode()2668 b43legacy_shm_write32(up_dev, B43legacy_SHM_SHARED, 0x003E, 0); in b43legacy_switch_phymode()[all …]
3725 struct b43_wldev *up_dev = NULL; in b43_switch_band() local3737 up_dev = d; in b43_switch_band()3743 up_dev = d; in b43_switch_band()3751 if (up_dev) in b43_switch_band()3754 if (!up_dev) { in b43_switch_band()3759 if ((up_dev == wl->current_dev) && in b43_switch_band()3775 if (down_dev != up_dev) { in b43_switch_band()3782 up_dev->phy.gmode = gmode; in b43_switch_band()3784 err = b43_wireless_core_init(up_dev); in b43_switch_band()3793 err = b43_wireless_core_start(up_dev); in b43_switch_band()[all …]