Searched refs:phy_locked (Results 1 – 5 of 5) sorted by relevance
189 B43_WARN_ON(dev->phy.phy_locked); in b43_phy_lock()190 dev->phy.phy_locked = true; in b43_phy_lock()201 B43_WARN_ON(!dev->phy.phy_locked); in b43_phy_unlock()202 dev->phy.phy_locked = false; in b43_phy_unlock()
275 bool phy_locked; member
4638 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