Lines Matching defs:channel
50 /* The wcn firmware expects channel values to matching
217 wcn36xx_err("Failed to open smd channel: %d\n", ret);
254 /* DMA channel initialization */
328 struct ieee80211_channel *channel = NULL;
338 channel = &band->channels[j];
342 if (channel)
346 if (!channel) {
347 wcn36xx_err("Cannot tune to channel %d\n", ch);
353 wcn->channel = channel;
375 wcn36xx_dbg(WCN36XX_DBG_MAC, "wcn36xx_config channel switch=%d\n",
379 /* If channel is the initial operating channel, we may
391 * channel, but start a scan session on the channel.
397 * operating channel.
1313 survey->channel = &sband->channels[band_idx];
1320 if (survey->channel == wcn->channel)
1327 HW_VALUE_CHANNEL(survey->channel->hw_value),
1329 survey->filled, survey->channel->center_freq);
1610 wcn36xx_err("failed to open WLAN_CTRL channel\n");