Searched refs:phy_locked (Results 1 – 5 of 5) sorted by relevance
195 B43_WARN_ON(dev->phy.phy_locked); in b43_phy_lock()196 dev->phy.phy_locked = true; in b43_phy_lock()207 B43_WARN_ON(!dev->phy.phy_locked); in b43_phy_unlock()208 dev->phy.phy_locked = false; in b43_phy_unlock()
277 bool phy_locked; member
4683 phy->phy_locked = false; in setup_struct_phy_for_init()
101 B43legacy_WARN_ON(dev->phy.phy_locked); in b43legacy_phy_lock()102 dev->phy.phy_locked = 1; in b43legacy_phy_lock()116 B43legacy_WARN_ON(!dev->phy.phy_locked); in b43legacy_phy_unlock()117 dev->phy.phy_locked = 0; in b43legacy_phy_unlock()
516 bool phy_locked; member