Lines Matching refs:wldev
819 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) argument
820 #define b43_set_status(wldev, stat) do { \ argument
821 atomic_set(&(wldev)->__init_status, (stat)); \
1002 static inline int b43_bus_may_powerdown(struct b43_wldev *wldev) in b43_bus_may_powerdown() argument
1004 return wldev->dev->bus_may_powerdown(wldev->dev); in b43_bus_may_powerdown()
1006 static inline int b43_bus_powerup(struct b43_wldev *wldev, bool dynamic_pctl) in b43_bus_powerup() argument
1008 return wldev->dev->bus_powerup(wldev->dev, dynamic_pctl); in b43_bus_powerup()
1010 static inline int b43_device_is_enabled(struct b43_wldev *wldev) in b43_device_is_enabled() argument
1012 return wldev->dev->device_is_enabled(wldev->dev); in b43_device_is_enabled()
1014 static inline void b43_device_enable(struct b43_wldev *wldev, in b43_device_enable() argument
1017 wldev->dev->device_enable(wldev->dev, core_specific_flags); in b43_device_enable()
1019 static inline void b43_device_disable(struct b43_wldev *wldev, in b43_device_disable() argument
1022 wldev->dev->device_disable(wldev->dev, core_specific_flags); in b43_device_disable()