Lines Matching defs:wldev
41 struct b43_wldev *wldev = dev_to_b43_wldev(dev);
47 mutex_lock(&wldev->wl->mutex);
49 if (wldev->phy.type != B43_PHYTYPE_G) {
50 mutex_unlock(&wldev->wl->mutex);
54 switch (wldev->phy.g->interfmode) {
74 mutex_unlock(&wldev->wl->mutex);
83 struct b43_wldev *wldev = dev_to_b43_wldev(dev);
108 mutex_lock(&wldev->wl->mutex);
110 if (wldev->phy.ops->interf_mitigation) {
111 err = wldev->phy.ops->interf_mitigation(wldev, mode);
113 b43err(wldev->wl, "Interference Mitigation not "
119 mutex_unlock(&wldev->wl->mutex);
127 int b43_sysfs_register(struct b43_wldev *wldev)
129 struct device *dev = wldev->dev->dev;
131 B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED);
136 void b43_sysfs_unregister(struct b43_wldev *wldev)
138 struct device *dev = wldev->dev->dev;