Searched refs:phy_locked (Results 1 – 4 of 4) sorted by relevance
160 B43_WARN_ON(dev->phy.phy_locked); in b43_phy_lock()161 dev->phy.phy_locked = 1; in b43_phy_lock()172 B43_WARN_ON(!dev->phy.phy_locked); in b43_phy_unlock()173 dev->phy.phy_locked = 0; in b43_phy_unlock()
249 bool phy_locked; member
99 B43legacy_WARN_ON(dev->phy.phy_locked); in b43legacy_phy_lock()100 dev->phy.phy_locked = 1; in b43legacy_phy_lock()114 B43legacy_WARN_ON(!dev->phy.phy_locked); in b43legacy_phy_unlock()115 dev->phy.phy_locked = 0; in b43legacy_phy_unlock()
522 bool phy_locked; member