Lines Matching refs:hw
62 local->hw.conf.flags);
66 local->hw.conf.power_level);
287 guard(wiphy)(local->hw.wiphy); in aql_txq_limit_write()
417 wiphy_lock(local->hw.wiphy); in reset_write()
418 __ieee80211_suspend(&local->hw, NULL); in reset_write()
419 ret = __ieee80211_resume(&local->hw); in reset_write()
420 wiphy_unlock(local->hw.wiphy); in reset_write()
423 cfg80211_shutdown_all_interfaces(local->hw.wiphy); in reset_write()
517 if (test_bit(i, local->hw.flags)) in hwflags_read()
548 ieee80211_hw_set(&local->hw, STRICT); in hwflags_write()
551 __clear_bit(IEEE80211_HW_STRICT, local->hw.flags); in hwflags_write()
608 for (q = 0; q < local->hw.queues; q++) in queues_read()
632 wiphy_lock(local->hw.wiphy); in format_devstat_counter()
634 wiphy_unlock(local->hw.wiphy); in format_devstat_counter()
677 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()