Lines Matching defs:survey
302 struct survey_info survey[MWL8K_NUM_CHANS];
3107 struct survey_info *survey;
3111 wiphy_err(priv->hw->wiphy, "Failed to update survey\n");
3115 survey = &priv->survey[idx];
3119 survey->time_busy = (u64) cca_cnt;
3123 survey->time_rx = (u64) rx_rdy;
3126 survey->time = jiffies_to_msecs(priv->channel_time);
3128 survey->channel = channel;
3133 survey->noise = nf * -1;
3135 survey->filled = SURVEY_INFO_NOISE_DBM |
5405 struct survey_info *survey)
5425 memcpy(survey, &priv->survey[idx], sizeof(*survey));
5426 survey->channel = &sband->channels[idx];
5434 survey->channel = conf->chandef.chan;
5435 survey->filled = SURVEY_INFO_NOISE_DBM;
5436 survey->noise = priv->noise;