Lines Matching defs:chandef
168 const struct cfg80211_chan_def *chandef,
173 hal->sub[idx].chandef = *chandef;
181 const struct cfg80211_chan_def *chandef)
183 __rtw89_config_entity_chandef(rtwdev, idx, chandef, true);
188 const struct cfg80211_chan_def *chandef)
193 if (chandef) {
202 hal->roc_chandef = *chandef;
220 struct cfg80211_chan_def chandef = {0};
222 rtw89_get_default_chandef(&chandef);
223 __rtw89_config_entity_chandef(rtwdev, RTW89_SUB_ENTITY_0, &chandef, false);
267 const struct cfg80211_chan_def *chandef;
308 chandef = rtw89_chandef_get(rtwdev, idx);
309 rtw89_get_channel_params(chandef, &chan);