Lines Matching defs:def
155 const struct cfg80211_chan_def *def)
159 if (ieee80211_chanctx_combined_chandef(local, ctx, def))
163 ieee80211_chanctx_reserved_chandef(local, ctx, def))
344 max_bw = max(max_bw, ctx->conf.def.width);
367 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 ||
368 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 ||
369 ctx->conf.def.width == NL80211_CHAN_WIDTH_1 ||
370 ctx->conf.def.width == NL80211_CHAN_WIDTH_2 ||
371 ctx->conf.def.width == NL80211_CHAN_WIDTH_4 ||
372 ctx->conf.def.width == NL80211_CHAN_WIDTH_8 ||
373 ctx->conf.def.width == NL80211_CHAN_WIDTH_16 ||
375 ctx->conf.min_def = ctx->conf.def;
382 min_def = ctx->conf.def;
405 local->hw.wiphy->bands[ctx->conf.def.chan->band];
502 if (cfg80211_chandef_identical(&ctx->conf.def, chandef)) {
507 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef));
509 ctx->conf.def = *chandef;
554 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef);
652 ctx->conf.def = *chandef;
680 local->_oper_chandef = ctx->conf.def;
1978 compat = cfg80211_chandef_compatible(&conf->def, chandef);