Home
last modified time | relevance | path

Searched refs:mac_suspended (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43legacy/
Dmain.c1971 dev->mac_suspended--; in b43legacy_mac_enable()
1972 B43legacy_WARN_ON(dev->mac_suspended < 0); in b43legacy_mac_enable()
1974 if (dev->mac_suspended == 0) { in b43legacy_mac_enable()
2002 B43legacy_WARN_ON(dev->mac_suspended < 0); in b43legacy_mac_suspend()
2004 if (dev->mac_suspended == 0) { in b43legacy_mac_suspend()
2028 dev->mac_suspended++; in b43legacy_mac_suspend()
3173 dev->mac_suspended = 1; in setup_struct_wldev_for_init()
Db43legacy.h719 int mac_suspended; member
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_common.c221 (dev->mac_suspended <= 0)) { in assert_mac_suspended()
Db43.h868 int mac_suspended; member
Dmain.c2976 dev->mac_suspended--; in b43_mac_enable()
2977 B43_WARN_ON(dev->mac_suspended < 0); in b43_mac_enable()
2978 if (dev->mac_suspended == 0) { in b43_mac_enable()
2996 B43_WARN_ON(dev->mac_suspended < 0); in b43_mac_suspend()
2998 if (dev->mac_suspended == 0) { in b43_mac_suspend()
3019 dev->mac_suspended++; in b43_mac_suspend()
4712 dev->mac_suspended = 1; in setup_struct_wldev_for_init()