Home
last modified time | relevance | path

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

/linux-2.6.39/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.c3711 struct b43legacy_wldev *wldev; in b43legacy_one_core_detach() local
3730 struct b43legacy_wldev *wldev; in b43legacy_one_core_attach() local
3889 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_remove() local
3923 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_suspend() local
3943 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
/linux-2.6.39/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()
Dmain.c4847 struct b43_wldev *wldev; in b43_one_core_detach() local
4865 struct b43_wldev *wldev; in b43_one_core_attach() local
5046 struct b43_wldev *wldev = ssb_get_drvdata(dev); in b43_remove() local
Db43.h700 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) argument
701 #define b43_set_status(wldev, stat) do { \ argument