Lines Matching refs:survey
2329 qtnf_cmd_resp_proc_chan_stat_info(struct survey_info *survey,
2372 survey->filled |= SURVEY_INFO_TIME;
2373 survey->time = le64_to_cpu(stats->time_on);
2377 survey->filled |= SURVEY_INFO_TIME_TX;
2378 survey->time_tx = le64_to_cpu(stats->time_tx);
2382 survey->filled |= SURVEY_INFO_TIME_RX;
2383 survey->time_rx = le64_to_cpu(stats->time_rx);
2387 survey->filled |= SURVEY_INFO_TIME_BUSY;
2388 survey->time_busy = le64_to_cpu(stats->cca_busy);
2392 survey->filled |= SURVEY_INFO_TIME_EXT_BUSY;
2393 survey->time_ext_busy = le64_to_cpu(stats->cca_busy_ext);
2397 survey->filled |= SURVEY_INFO_TIME_SCAN;
2398 survey->time_scan = le64_to_cpu(stats->time_scan);
2402 survey->filled |= SURVEY_INFO_NOISE_DBM;
2403 survey->noise = stats->chan_noise;
2412 struct survey_info *survey)
2446 ret = qtnf_cmd_resp_proc_chan_stat_info(survey, resp->info,