| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
| D | sysfs.c | 68 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_show() local 102 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_store() local 149 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_show() local 173 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_store() local 198 int b43legacy_sysfs_register(struct b43legacy_wldev *wldev) in b43legacy_sysfs_register() 220 void b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) in b43legacy_sysfs_unregister()
|
| D | main.c | 3716 struct b43legacy_wldev *wldev; in b43legacy_one_core_detach() local 3735 struct b43legacy_wldev *wldev; in b43legacy_one_core_attach() local 3882 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_remove() local 3920 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_suspend() local 3940 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_resume() local
|
| D | b43legacy.h | 663 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status) argument 664 #define b43legacy_set_status(wldev, stat) do { \ argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
| D | sysfs.c | 68 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_show() local 102 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_store() local 149 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_show() local 173 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_store() local 198 int b43legacy_sysfs_register(struct b43legacy_wldev *wldev) in b43legacy_sysfs_register() 220 void b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) in b43legacy_sysfs_unregister()
|
| D | main.c | 3715 struct b43legacy_wldev *wldev; in b43legacy_one_core_detach() local 3734 struct b43legacy_wldev *wldev; in b43legacy_one_core_attach() local 3884 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_remove() local 3922 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_suspend() local 3942 struct b43legacy_wldev *wldev = ssb_get_drvdata(dev); in b43legacy_resume() local
|
| D | b43legacy.h | 663 #define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status) argument 664 #define b43legacy_set_status(wldev, stat) do { \ argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
| D | sysfs.c | 41 struct b43_wldev *wldev = dev_to_b43_wldev(dev); in b43_attr_interfmode_show() local 83 struct b43_wldev *wldev = dev_to_b43_wldev(dev); in b43_attr_interfmode_store() local 127 int b43_sysfs_register(struct b43_wldev *wldev) in b43_sysfs_register() 136 void b43_sysfs_unregister(struct b43_wldev *wldev) in b43_sysfs_unregister()
|
| D | b43.h | 820 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) argument 821 #define b43_set_status(wldev, stat) do { \ argument 1003 static inline int b43_bus_may_powerdown(struct b43_wldev *wldev) in b43_bus_may_powerdown() 1007 static inline int b43_bus_powerup(struct b43_wldev *wldev, bool dynamic_pctl) in b43_bus_powerup() 1011 static inline int b43_device_is_enabled(struct b43_wldev *wldev) in b43_device_is_enabled() 1015 static inline void b43_device_enable(struct b43_wldev *wldev, in b43_device_enable() 1020 static inline void b43_device_disable(struct b43_wldev *wldev, in b43_device_disable()
|
| D | bus.c | 238 void b43_bus_set_wldev(struct b43_bus_dev *dev, void *wldev) in b43_bus_set_wldev()
|
| D | main.c | 5475 struct b43_wldev *wldev; in b43_one_core_detach() local 5490 struct b43_wldev *wldev; in b43_one_core_attach() local 5660 struct b43_wldev *wldev = bcma_get_drvdata(core); in b43_bcma_remove() local 5743 struct b43_wldev *wldev = ssb_get_drvdata(sdev); in b43_ssb_remove() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
| D | sysfs.c | 41 struct b43_wldev *wldev = dev_to_b43_wldev(dev); in b43_attr_interfmode_show() local 83 struct b43_wldev *wldev = dev_to_b43_wldev(dev); in b43_attr_interfmode_store() local 127 int b43_sysfs_register(struct b43_wldev *wldev) in b43_sysfs_register() 136 void b43_sysfs_unregister(struct b43_wldev *wldev) in b43_sysfs_unregister()
|
| D | b43.h | 820 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) argument 821 #define b43_set_status(wldev, stat) do { \ argument 1003 static inline int b43_bus_may_powerdown(struct b43_wldev *wldev) in b43_bus_may_powerdown() 1007 static inline int b43_bus_powerup(struct b43_wldev *wldev, bool dynamic_pctl) in b43_bus_powerup() 1011 static inline int b43_device_is_enabled(struct b43_wldev *wldev) in b43_device_is_enabled() 1015 static inline void b43_device_enable(struct b43_wldev *wldev, in b43_device_enable() 1020 static inline void b43_device_disable(struct b43_wldev *wldev, in b43_device_disable()
|
| D | bus.c | 238 void b43_bus_set_wldev(struct b43_bus_dev *dev, void *wldev) in b43_bus_set_wldev()
|
| D | main.c | 5472 struct b43_wldev *wldev; in b43_one_core_detach() local 5487 struct b43_wldev *wldev; in b43_one_core_attach() local 5660 struct b43_wldev *wldev = bcma_get_drvdata(core); in b43_bcma_remove() local 5743 struct b43_wldev *wldev = ssb_get_drvdata(sdev); in b43_ssb_remove() local
|