Home
last modified time | relevance | path

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

/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.c3634 struct b43legacy_wldev *wldev; in b43legacy_one_core_detach() local
3653 struct b43legacy_wldev *wldev; in b43legacy_one_core_attach() local
3812 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_remove() local
3846 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_suspend() local
3866 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_resume() local
Db43legacy.h641 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status) argument
642 #define b43legacy_set_status(wldev, stat) do { \ argument
/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
144 int b43_sysfs_register(struct b43_wldev *wldev) in b43_sysfs_register()
153 void b43_sysfs_unregister(struct b43_wldev *wldev) in b43_sysfs_unregister()
Dmain.c4505 struct b43_wldev *wldev; in b43_one_core_detach() local
4523 struct b43_wldev *wldev; in b43_one_core_attach() local
4706 struct b43_wldev *wldev = ssb_get_drvdata(dev); in b43_remove() local
4740 struct b43_wldev *wldev = ssb_get_drvdata(dev); in b43_suspend() local
4761 struct b43_wldev *wldev = ssb_get_drvdata(dev); in b43_resume() local
Db43.h694 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) argument
695 #define b43_set_status(wldev, stat) do { \ argument