Lines Matching refs:wl
85 mutex_lock(&wldev->wl->mutex); in b43legacy_attr_interfmode_show()
104 mutex_unlock(&wldev->wl->mutex); in b43legacy_attr_interfmode_show()
139 mutex_lock(&wldev->wl->mutex); in b43legacy_attr_interfmode_store()
140 spin_lock_irqsave(&wldev->wl->irq_lock, flags); in b43legacy_attr_interfmode_store()
144 b43legacyerr(wldev->wl, "Interference Mitigation not " in b43legacy_attr_interfmode_store()
147 spin_unlock_irqrestore(&wldev->wl->irq_lock, flags); in b43legacy_attr_interfmode_store()
148 mutex_unlock(&wldev->wl->mutex); in b43legacy_attr_interfmode_store()
167 mutex_lock(&wldev->wl->mutex); in b43legacy_attr_preamble_show()
176 mutex_unlock(&wldev->wl->mutex); in b43legacy_attr_preamble_show()
195 mutex_lock(&wldev->wl->mutex); in b43legacy_attr_preamble_store()
196 spin_lock_irqsave(&wldev->wl->irq_lock, flags); in b43legacy_attr_preamble_store()
200 spin_unlock_irqrestore(&wldev->wl->irq_lock, flags); in b43legacy_attr_preamble_store()
201 mutex_unlock(&wldev->wl->mutex); in b43legacy_attr_preamble_store()