Lines Matching defs:wiphy
21 static bool wiphy_freq_limits_valid_chan(struct wiphy *wiphy,
41 static void wiphy_freq_limits_apply(struct wiphy *wiphy,
52 struct ieee80211_supported_band *sband = wiphy->bands[band];
63 if (!wiphy_freq_limits_valid_chan(wiphy, freq_limits,
74 void wiphy_read_of_freq_limits(struct wiphy *wiphy)
76 struct device *dev = wiphy_dev(wiphy);
131 wiphy_freq_limits_apply(wiphy, freq_limits, n_freq_limits);