Searched refs:up_dev (Results 1 – 2 of 2) sorted by relevance
2547 struct b43legacy_wldev *uninitialized_var(up_dev); in b43legacy_switch_phymode()2553 err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode); in b43legacy_switch_phymode()2559 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()2574 if (down_dev != up_dev) in b43legacy_switch_phymode()2580 up_dev->phy.gmode = gmode; in b43legacy_switch_phymode()2582 err = b43legacy_wireless_core_init(up_dev); in b43legacy_switch_phymode()2591 err = b43legacy_wireless_core_start(up_dev); in b43legacy_switch_phymode()2596 b43legacy_wireless_core_exit(up_dev); in b43legacy_switch_phymode()2600 B43legacy_WARN_ON(b43legacy_status(up_dev) != prev_status); in b43legacy_switch_phymode()2602 b43legacy_shm_write32(up_dev, B43legacy_SHM_SHARED, 0x003E, 0); in b43legacy_switch_phymode()[all …]
3478 struct b43_wldev *up_dev = NULL; in b43_switch_band() local3490 up_dev = d; in b43_switch_band()3496 up_dev = d; in b43_switch_band()3504 if (up_dev) in b43_switch_band()3507 if (!up_dev) { in b43_switch_band()3512 if ((up_dev == wl->current_dev) && in b43_switch_band()3528 if (down_dev != up_dev) { in b43_switch_band()3535 up_dev->phy.gmode = gmode; in b43_switch_band()3537 err = b43_wireless_core_init(up_dev); in b43_switch_band()3546 err = b43_wireless_core_start(up_dev); in b43_switch_band()[all …]