Home
last modified time | relevance | path

Searched defs:wldev (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/drivers/net/wireless/b43legacy/
Dsysfs.c79 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_show() local
113 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_store() local
161 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_show() local
185 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_store() local
210 int b43legacy_sysfs_register(struct b43legacy_wldev *wldev) in b43legacy_sysfs_register()
232 void b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) in b43legacy_sysfs_unregister()
Dmain.c3714 struct b43legacy_wldev *wldev; in b43legacy_one_core_detach() local
3733 struct b43legacy_wldev *wldev; in b43legacy_one_core_attach() local
3883 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_remove() local
3917 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_suspend() local
3937 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_resume() local
Db43legacy.h658 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status) argument
659 #define b43legacy_set_status(wldev, stat) do { \ argument
/linux-3.3/drivers/net/wireless/b43/
Dsysfs.c54 struct b43_wldev *wldev = dev_to_b43_wldev(dev); in b43_attr_interfmode_show() local
96 struct b43_wldev *wldev = dev_to_b43_wldev(dev); in b43_attr_interfmode_store() local
141 int b43_sysfs_register(struct b43_wldev *wldev) in b43_sysfs_register()
150 void b43_sysfs_unregister(struct b43_wldev *wldev) in b43_sysfs_unregister()
Db43.h785 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) argument
786 #define b43_set_status(wldev, stat) do { \ argument
969 static inline int b43_bus_may_powerdown(struct b43_wldev *wldev) in b43_bus_may_powerdown()
973 static inline int b43_bus_powerup(struct b43_wldev *wldev, bool dynamic_pctl) in b43_bus_powerup()
977 static inline int b43_device_is_enabled(struct b43_wldev *wldev) in b43_device_is_enabled()
981 static inline void b43_device_enable(struct b43_wldev *wldev, in b43_device_enable()
986 static inline void b43_device_disable(struct b43_wldev *wldev, in b43_device_disable()
Dbus.c243 void b43_bus_set_wldev(struct b43_bus_dev *dev, void *wldev) in b43_bus_set_wldev()
Dmain.c5179 struct b43_wldev *wldev; in b43_one_core_detach() local
5197 struct b43_wldev *wldev; in b43_one_core_attach() local
5361 struct b43_wldev *wldev = bcma_get_drvdata(core); in b43_bcma_remove() local
5441 struct b43_wldev *wldev = ssb_get_drvdata(sdev); in b43_ssb_remove() local