Searched refs:phy_locked (Results 1 – 5 of 5) sorted by relevance
182 B43_WARN_ON(dev->phy.phy_locked); in b43_phy_lock()183 dev->phy.phy_locked = true; in b43_phy_lock()194 B43_WARN_ON(!dev->phy.phy_locked); in b43_phy_unlock()195 dev->phy.phy_locked = false; in b43_phy_unlock()
268 bool phy_locked; member
4657 phy->phy_locked = false; in setup_struct_phy_for_init()
77 B43legacy_WARN_ON(dev->phy.phy_locked); in b43legacy_phy_lock()78 dev->phy.phy_locked = 1; in b43legacy_phy_lock()92 B43legacy_WARN_ON(!dev->phy.phy_locked); in b43legacy_phy_unlock()93 dev->phy.phy_locked = 0; in b43legacy_phy_unlock()
517 bool phy_locked; member