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

/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dsysfs.c68 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
74 mutex_lock(&wldev->wl->mutex);
76 switch (wldev->phy.interfmode) {
93 mutex_unlock(&wldev->wl->mutex);
102 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
128 mutex_lock(&wldev->wl->mutex);
129 spin_lock_irqsave(&wldev->wl->irq_lock, flags);
131 err = b43legacy_radio_set_interference_mitigation(wldev, mode);
133 b43legacyerr(wldev->wl, "Interference Mitigation not "
135 spin_unlock_irqrestore(&wldev
149 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
173 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); local
198 b43legacy_sysfs_register(struct b43legacy_wldev *wldev) argument
220 b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) argument
[all...]
H A Dmain.c3720 struct b43legacy_wldev *wldev; local
3726 wldev = ssb_get_drvdata(dev);
3727 wl = wldev->wl;
3728 b43legacy_debugfs_remove_device(wldev);
3729 b43legacy_wireless_core_detach(wldev);
3730 list_del(&wldev->list);
3733 kfree(wldev);
3739 struct b43legacy_wldev *wldev; local
3742 wldev = kzalloc(sizeof(*wldev), GFP_KERNE
3886 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); local
3924 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); local
3944 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); local
[all...]
H A Db43legacy.h663 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status)
664 #define b43legacy_set_status(wldev, stat) do { \
665 atomic_set(&(wldev)->__init_status, (stat)); \
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dsysfs.c41 struct b43_wldev *wldev = dev_to_b43_wldev(dev); local
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); local
108 mutex_lock(&wldev->wl->mutex);
110 if (wldev->phy.ops->interf_mitigation) {
111 err = wldev
127 b43_sysfs_register(struct b43_wldev *wldev) argument
136 b43_sysfs_unregister(struct b43_wldev *wldev) argument
[all...]
H A Db43.h820 #define b43_status(wldev) atomic_read(&(wldev)->__init_status)
821 #define b43_set_status(wldev, stat) do { \
822 atomic_set(&(wldev)->__init_status, (stat)); \
1003 static inline int b43_bus_may_powerdown(struct b43_wldev *wldev) argument
1005 return wldev->dev->bus_may_powerdown(wldev->dev);
1007 static inline int b43_bus_powerup(struct b43_wldev *wldev, bool dynamic_pctl) argument
1009 return wldev->dev->bus_powerup(wldev
1011 b43_device_is_enabled(struct b43_wldev *wldev) argument
1015 b43_device_enable(struct b43_wldev *wldev, u32 core_specific_flags) argument
1020 b43_device_disable(struct b43_wldev *wldev, u32 core_specific_flags) argument
[all...]
H A Dbus.c238 void b43_bus_set_wldev(struct b43_bus_dev *dev, void *wldev) argument
243 bcma_set_drvdata(dev->bdev, wldev);
248 ssb_set_drvdata(dev->sdev, wldev);
H A Dmain.c5479 struct b43_wldev *wldev; local
5484 wldev = b43_bus_get_wldev(dev);
5485 b43_debugfs_remove_device(wldev);
5486 b43_wireless_core_detach(wldev);
5487 list_del(&wldev->list);
5489 kfree(wldev);
5494 struct b43_wldev *wldev; local
5497 wldev = kzalloc(sizeof(*wldev), GFP_KERNEL);
5498 if (!wldev)
5664 struct b43_wldev *wldev = bcma_get_drvdata(core); local
5747 struct b43_wldev *wldev = ssb_get_drvdata(sdev); local
[all...]

Completed in 186 milliseconds