Lines Matching refs:survey
2330 qtnf_cmd_resp_proc_chan_stat_info(struct survey_info *survey, in qtnf_cmd_resp_proc_chan_stat_info() argument
2373 survey->filled |= SURVEY_INFO_TIME; in qtnf_cmd_resp_proc_chan_stat_info()
2374 survey->time = le64_to_cpu(stats->time_on); in qtnf_cmd_resp_proc_chan_stat_info()
2378 survey->filled |= SURVEY_INFO_TIME_TX; in qtnf_cmd_resp_proc_chan_stat_info()
2379 survey->time_tx = le64_to_cpu(stats->time_tx); in qtnf_cmd_resp_proc_chan_stat_info()
2383 survey->filled |= SURVEY_INFO_TIME_RX; in qtnf_cmd_resp_proc_chan_stat_info()
2384 survey->time_rx = le64_to_cpu(stats->time_rx); in qtnf_cmd_resp_proc_chan_stat_info()
2388 survey->filled |= SURVEY_INFO_TIME_BUSY; in qtnf_cmd_resp_proc_chan_stat_info()
2389 survey->time_busy = le64_to_cpu(stats->cca_busy); in qtnf_cmd_resp_proc_chan_stat_info()
2393 survey->filled |= SURVEY_INFO_TIME_EXT_BUSY; in qtnf_cmd_resp_proc_chan_stat_info()
2394 survey->time_ext_busy = le64_to_cpu(stats->cca_busy_ext); in qtnf_cmd_resp_proc_chan_stat_info()
2398 survey->filled |= SURVEY_INFO_TIME_SCAN; in qtnf_cmd_resp_proc_chan_stat_info()
2399 survey->time_scan = le64_to_cpu(stats->time_scan); in qtnf_cmd_resp_proc_chan_stat_info()
2403 survey->filled |= SURVEY_INFO_NOISE_DBM; in qtnf_cmd_resp_proc_chan_stat_info()
2404 survey->noise = stats->chan_noise; in qtnf_cmd_resp_proc_chan_stat_info()
2413 struct survey_info *survey) in qtnf_cmd_get_chan_stats() argument
2447 ret = qtnf_cmd_resp_proc_chan_stat_info(survey, resp->info, in qtnf_cmd_get_chan_stats()