Searched refs:phy_locked (Results 1 – 5 of 5) sorted by relevance
168 B43_WARN_ON(dev->phy.phy_locked); in b43_phy_lock()169 dev->phy.phy_locked = 1; in b43_phy_lock()180 B43_WARN_ON(!dev->phy.phy_locked); in b43_phy_unlock()181 dev->phy.phy_locked = 0; in b43_phy_unlock()
270 bool phy_locked; member
4156 phy->phy_locked = 0; 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()
520 bool phy_locked; member