Lines Matching refs:wldev
820 #define b43_status(wldev) atomic_read(&(wldev)->__init_status) argument
821 #define b43_set_status(wldev, stat) do { \ argument
822 atomic_set(&(wldev)->__init_status, (stat)); \
1003 static inline int b43_bus_may_powerdown(struct b43_wldev *wldev) in b43_bus_may_powerdown() argument
1005 return wldev->dev->bus_may_powerdown(wldev->dev); in b43_bus_may_powerdown()
1007 static inline int b43_bus_powerup(struct b43_wldev *wldev, bool dynamic_pctl) in b43_bus_powerup() argument
1009 return wldev->dev->bus_powerup(wldev->dev, dynamic_pctl); in b43_bus_powerup()
1011 static inline int b43_device_is_enabled(struct b43_wldev *wldev) in b43_device_is_enabled() argument
1013 return wldev->dev->device_is_enabled(wldev->dev); in b43_device_is_enabled()
1015 static inline void b43_device_enable(struct b43_wldev *wldev, in b43_device_enable() argument
1018 wldev->dev->device_enable(wldev->dev, core_specific_flags); in b43_device_enable()
1020 static inline void b43_device_disable(struct b43_wldev *wldev, in b43_device_disable() argument
1023 wldev->dev->device_disable(wldev->dev, core_specific_flags); in b43_device_disable()