Searched refs:rf_sw (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wimax/
H A Dop-rfkill.c51 wimax_dev->rf_sw == WIMAX_RF_ON)
104 if (state != wimax_dev->rf_sw) {
105 wimax_dev->rf_sw = state;
107 wimax_dev->rf_sw == WIMAX_RF_ON)
154 if (wimax_dev->rf_sw == state)
164 wimax_dev->rf_sw = state;
271 result = wimax_dev->rf_sw << 1 | wimax_dev->rf_hw;
312 wimax_dev->rf_sw = WIMAX_RF_ON;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wimax/
H A Dop-rfkill.c51 wimax_dev->rf_sw == WIMAX_RF_ON)
104 if (state != wimax_dev->rf_sw) {
105 wimax_dev->rf_sw = state;
107 wimax_dev->rf_sw == WIMAX_RF_ON)
154 if (wimax_dev->rf_sw == state)
164 wimax_dev->rf_sw = state;
271 result = wimax_dev->rf_sw << 1 | wimax_dev->rf_hw;
312 wimax_dev->rf_sw = WIMAX_RF_ON;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dwimax.h324 * @rf_sw: [private] State of the software radio switch (OFF/ON)
429 unsigned rf_sw; member in struct:wimax_dev
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dwimax.h324 * @rf_sw: [private] State of the software radio switch (OFF/ON)
429 unsigned rf_sw; member in struct:wimax_dev

Completed in 82 milliseconds