Searched refs:rf_state (Results 1 - 21 of 21) 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.c193 enum wimax_rf_state rf_state; local
196 rf_state = WIMAX_RF_ON;
198 rf_state = WIMAX_RF_OFF;
203 result = __wimax_rf_toggle_radio(wimax_dev, rf_state);
/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.c193 enum wimax_rf_state rf_state; local
196 rf_state = WIMAX_RF_ON;
198 rf_state = WIMAX_RF_OFF;
203 result = __wimax_rf_toggle_radio(wimax_dev, rf_state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gctwimax-0.0.3rc4/src/
H A Dwimax.h75 int rf_state; // RF-reciever 0=On 1=OFF member in struct:wimax_dev_status
H A Dprotocol.c382 dev->rf_state = buf[len-1];
H A Dwimax.c1351 if(devh != NULL && wd_status.rf_state == 0){
1675 wd_status.rf_state = 1; // RF OFF
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gctwimax-0.0.3rc4/src/
H A Dwimax.h75 int rf_state; // RF-reciever 0=On 1=OFF member in struct:wimax_dev_status
H A Dprotocol.c382 dev->rf_state = buf[len-1];
H A Dwimax.c1351 if(devh != NULL && wd_status.rf_state == 0){
1675 wd_status.rf_state = 1; // RF OFF
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gctwimax-0.0.3rc4/src/
H A Dwimax.h75 int rf_state; // RF-reciever 0=On 1=OFF member in struct:wimax_dev_status
H A Dprotocol.c382 dev->rf_state = buf[len-1];
H A Dwimax.c1351 if(devh != NULL && wd_status.rf_state == 0){
1675 wd_status.rf_state = 1; // RF OFF
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rt2x00/
H A Drt2400pci.c936 char rf_state; local
955 rf_state = rt2x00_get_field32(reg2, PWRCSR1_RF_CURR_STATE);
956 if (bbp_state == state && rf_state == state)
H A Drt2500usb.c967 char rf_state; local
987 rf_state = rt2x00_get_field16(reg2, MAC_CSR17_RF_CURR_STATE);
988 if (bbp_state == state && rf_state == state)
H A Drt2500pci.c1090 char rf_state; local
1109 rf_state = rt2x00_get_field32(reg2, PWRCSR1_RF_CURR_STATE);
1110 if (bbp_state == state && rf_state == state)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2400pci.c936 char rf_state; local
955 rf_state = rt2x00_get_field32(reg2, PWRCSR1_RF_CURR_STATE);
956 if (bbp_state == state && rf_state == state)
H A Drt2500usb.c967 char rf_state; local
987 rf_state = rt2x00_get_field16(reg2, MAC_CSR17_RF_CURR_STATE);
988 if (bbp_state == state && rf_state == state)
H A Drt2500pci.c1090 char rf_state; local
1109 rf_state = rt2x00_get_field32(reg2, PWRCSR1_RF_CURR_STATE);
1110 if (bbp_state == state && rf_state == state)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180.h361 struct semaphore rf_state; member in struct:r8180_priv
H A Dr8180_core.c2732 sema_init(&priv->rf_state, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8187se/
H A Dr8180.h361 struct semaphore rf_state; member in struct:r8180_priv
H A Dr8180_core.c2732 sema_init(&priv->rf_state, 1);

Completed in 220 milliseconds