Lines Matching refs:survey
2373 qtnf_cmd_resp_proc_chan_stat_info(struct survey_info *survey,
2416 survey->filled |= SURVEY_INFO_TIME;
2417 survey->time = le64_to_cpu(stats->time_on);
2421 survey->filled |= SURVEY_INFO_TIME_TX;
2422 survey->time_tx = le64_to_cpu(stats->time_tx);
2426 survey->filled |= SURVEY_INFO_TIME_RX;
2427 survey->time_rx = le64_to_cpu(stats->time_rx);
2431 survey->filled |= SURVEY_INFO_TIME_BUSY;
2432 survey->time_busy = le64_to_cpu(stats->cca_busy);
2436 survey->filled |= SURVEY_INFO_TIME_EXT_BUSY;
2437 survey->time_ext_busy = le64_to_cpu(stats->cca_busy_ext);
2441 survey->filled |= SURVEY_INFO_TIME_SCAN;
2442 survey->time_scan = le64_to_cpu(stats->time_scan);
2446 survey->filled |= SURVEY_INFO_NOISE_DBM;
2447 survey->noise = stats->chan_noise;
2456 struct survey_info *survey)
2490 ret = qtnf_cmd_resp_proc_chan_stat_info(survey, resp->info,