Searched refs:wldev (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dsysfs.c79 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
85 mutex_lock(&wldev->wl->mutex);
87 switch (wldev->phy.interfmode) {
104 mutex_unlock(&wldev->wl->mutex);
113 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
139 mutex_lock(&wldev->wl->mutex);
140 spin_lock_irqsave(&wldev->wl->irq_lock, flags);
142 err = b43legacy_radio_set_interference_mitigation(wldev, mode);
144 b43legacyerr(wldev->wl, "Interference Mitigation not "
147 spin_unlock_irqrestore(&wldev
161 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
185 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
210 b43legacy_sysfs_register(struct b43legacy_wldev *wldev) argument
232 b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) argument
[all...]
H A Dmain.c3673 struct b43legacy_wldev *wldev; local
3679 wldev = ssb_get_drvdata(dev);
3680 wl = wldev->wl;
3681 b43legacy_debugfs_remove_device(wldev);
3682 b43legacy_wireless_core_detach(wldev);
3683 list_del(&wldev->list);
3686 kfree(wldev);
3692 struct b43legacy_wldev *wldev; local
3713 wldev = kzalloc(sizeof(*wldev), GFP_KERNE
3851 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); local
3885 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); local
3905 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); local
[all...]
H A Db43legacy.h641 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status)
642 #define b43legacy_set_status(wldev, stat) do { \
643 atomic_set(&(wldev)->__init_status, (stat)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dsysfs.c54 struct b43_wldev *wldev = dev_to_b43_wldev(dev); local
60 mutex_lock(&wldev->wl->mutex);
62 if (wldev->phy.type != B43_PHYTYPE_G) {
63 mutex_unlock(&wldev->wl->mutex);
67 switch (wldev->phy.g->interfmode) {
87 mutex_unlock(&wldev->wl->mutex);
96 struct b43_wldev *wldev = dev_to_b43_wldev(dev); local
121 mutex_lock(&wldev->wl->mutex);
123 if (wldev->phy.ops->interf_mitigation) {
124 err = wldev
141 b43_sysfs_register(struct b43_wldev *wldev) argument
150 b43_sysfs_unregister(struct b43_wldev *wldev) argument
[all...]
H A Db43.h686 #define b43_status(wldev) atomic_read(&(wldev)->__init_status)
687 #define b43_set_status(wldev, stat) do { \
688 atomic_set(&(wldev)->__init_status, (stat)); \
H A Dmain.c4778 struct b43_wldev *wldev; local
4784 wldev = ssb_get_drvdata(dev);
4785 wl = wldev->wl;
4786 b43_debugfs_remove_device(wldev);
4787 b43_wireless_core_detach(wldev);
4788 list_del(&wldev->list);
4791 kfree(wldev);
4796 struct b43_wldev *wldev; local
4816 wldev = kzalloc(sizeof(*wldev), GFP_KERNE
4978 struct b43_wldev *wldev = ssb_get_drvdata(dev); local
[all...]

Completed in 70 milliseconds