Searched refs:up_dev (Results 1 – 2 of 2) sorted by relevance
2468 struct b43legacy_wldev *uninitialized_var(up_dev); in b43legacy_switch_phymode()2474 err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode); in b43legacy_switch_phymode()2480 if ((up_dev == wl->current_dev) && in b43legacy_switch_phymode()2495 if (down_dev != up_dev) in b43legacy_switch_phymode()2501 up_dev->phy.gmode = gmode; in b43legacy_switch_phymode()2503 err = b43legacy_wireless_core_init(up_dev); in b43legacy_switch_phymode()2512 err = b43legacy_wireless_core_start(up_dev); in b43legacy_switch_phymode()2517 b43legacy_wireless_core_exit(up_dev); in b43legacy_switch_phymode()2521 B43legacy_WARN_ON(b43legacy_status(up_dev) != prev_status); in b43legacy_switch_phymode()2523 b43legacy_shm_write32(up_dev, B43legacy_SHM_SHARED, 0x003E, 0); in b43legacy_switch_phymode()[all …]
3260 struct b43_wldev *up_dev = NULL; in b43_switch_band() local3272 up_dev = d; in b43_switch_band()3278 up_dev = d; in b43_switch_band()3286 if (up_dev) in b43_switch_band()3289 if (!up_dev) { in b43_switch_band()3294 if ((up_dev == wl->current_dev) && in b43_switch_band()3310 if (down_dev != up_dev) { in b43_switch_band()3317 up_dev->phy.gmode = gmode; in b43_switch_band()3319 err = b43_wireless_core_init(up_dev); in b43_switch_band()3328 err = b43_wireless_core_start(up_dev); in b43_switch_band()[all …]