Searched refs:B43_STAT_INITIALIZED (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43/
H A Drfkill.c31 if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) {
H A Dsysfs.c131 B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED);
H A Dmain.c951 B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED);
1806 if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) {
3543 if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) {
3808 if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED)))
3845 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
3864 if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
4123 if (b43_status(dev) >= B43_STAT_INITIALIZED) {
4191 if (!dev || b43_status(dev) < B43_STAT_INITIALIZED)
4314 if (changed && b43_status(dev) >= B43_STAT_INITIALIZED)
4351 b43_set_status(dev, B43_STAT_INITIALIZED);
[all...]
H A Ddebugfs.c509 if (b43_status(dev) < B43_STAT_INITIALIZED) {
571 if (b43_status(dev) < B43_STAT_INITIALIZED) {
H A Dphy_common.c207 if ((b43_status(dev) >= B43_STAT_INITIALIZED) &&
H A Db43.h817 B43_STAT_INITIALIZED = 1, /* Initialized, but not started, yet. */ enumerator in enum:__anon949
H A Dphy_n.c1488 if (b43_status(dev) < B43_STAT_INITIALIZED) {

Completed in 315 milliseconds