Lines Matching refs:survey
1631 struct survey_info *survey)
1666 memcpy(survey, &ar->survey[idx], sizeof(*survey));
1668 survey->channel = chan;
1669 survey->filled = SURVEY_INFO_NOISE_DBM;
1672 survey->filled |= SURVEY_INFO_IN_USE;
1675 survey->filled |= SURVEY_INFO_TIME |
1942 ar->survey = kcalloc(chans, sizeof(struct survey_info), GFP_KERNEL);
1943 if (!ar->survey)
2092 kfree(ar->survey);
2093 ar->survey = NULL;