Home
last modified time | relevance | path

Searched refs:chan_survey (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2800lib.c1234 struct rt2x00_chan_survey *chan_survey = in rt2800_update_survey() local
1235 &rt2x00dev->chan_survey[chan->hw_value]; in rt2800_update_survey()
1237 chan_survey->time_idle += rt2800_register_read(rt2x00dev, CH_IDLE_STA); in rt2800_update_survey()
1238 chan_survey->time_busy += rt2800_register_read(rt2x00dev, CH_BUSY_STA); in rt2800_update_survey()
10139 rt2x00dev->chan_survey = in rt2800_probe_hw_mode()
10142 if (!rt2x00dev->chan_survey) { in rt2800_probe_hw_mode()
10533 struct rt2x00_chan_survey *chan_survey = in rt2800_get_survey() local
10534 &rt2x00dev->chan_survey[idx]; in rt2800_get_survey()
10554 survey->time = div_u64(chan_survey->time_idle + chan_survey->time_busy, 1000); in rt2800_get_survey()
10555 survey->time_busy = div_u64(chan_survey->time_busy, 1000); in rt2800_get_survey()
[all …]
A Drt2x00.h764 struct rt2x00_chan_survey *chan_survey; member

Completed in 22 milliseconds