Searched refs:raw_tx (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac_wx.c413 short prev = ieee->raw_tx;
418 ieee->raw_tx = 1;
420 ieee->raw_tx = 0;
423 ieee->raw_tx ? "enabled" : "disabled");
427 if(prev == 0 && ieee->raw_tx){
434 if(prev && ieee->raw_tx == 1)
H A Dieee80211_module.c149 ieee->raw_tx = 0;
H A Dieee80211_tx.c340 if(likely(ieee->raw_tx == 0)){
H A Dieee80211.h973 short raw_tx; member in struct:ieee80211_device
H A Dieee80211_softmac.c2141 if(ieee->raw_tx){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_softmac_wx.c465 short prev = ieee->raw_tx;
470 ieee->raw_tx = 1;
472 ieee->raw_tx = 0;
475 ieee->raw_tx ? "enabled" : "disabled");
479 if(prev == 0 && ieee->raw_tx){
486 if(prev && ieee->raw_tx == 1)
H A Dieee80211_module.c155 ieee->raw_tx = 0;
H A Dieee80211_tx.c637 if(likely(ieee->raw_tx == 0)){
H A Dieee80211.h2127 short raw_tx; member in struct:ieee80211_device
H A Dieee80211_softmac.c2032 if(ieee->raw_tx){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac_wx.c468 short prev = ieee->raw_tx;
473 ieee->raw_tx = 1;
475 ieee->raw_tx = 0;
478 ieee->raw_tx ? "enabled" : "disabled");
482 if(prev == 0 && ieee->raw_tx){
489 if(prev && ieee->raw_tx == 1)
H A Dieee80211_module.c153 ieee->raw_tx = 0;
H A Dieee80211_tx.c636 if(likely(ieee->raw_tx == 0)){
H A Dieee80211.h1321 short raw_tx; member in struct:ieee80211_device
H A Dieee80211_softmac.c2369 if(ieee->raw_tx){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c452 short prev = ieee->raw_tx;
457 ieee->raw_tx = 1;
459 ieee->raw_tx = 0;
462 ieee->raw_tx ? "enabled" : "disabled");
466 if(prev == 0 && ieee->raw_tx){
473 if(prev && ieee->raw_tx == 1)
H A Dieee80211_module.c155 ieee->raw_tx = 0;
H A Dieee80211_tx.c625 if(likely(ieee->raw_tx == 0)){
H A Dieee80211.h1978 short raw_tx; member in struct:ieee80211_device
H A Dieee80211_softmac.c1928 if(ieee->raw_tx){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsir-dev.h166 int raw_tx; member in struct:sir_dev
H A Dsir_dev.c381 dev->raw_tx = 1;
464 if (unlikely(dev->raw_tx != 0)) {
473 dev->raw_tx = 0;
797 dev->raw_tx = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dene_ir.c401 u8 raw_tx; local
438 raw_tx = min(dev->tx_sample , (unsigned int)ENE_TX_SMLP_MASK);
439 dev->tx_sample -= raw_tx;
442 raw_tx |= ENE_TX_PULSE_MASK;
444 ene_hw_write_reg(dev, ENE_TX_INPUT1 + dev->tx_reg, raw_tx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1973 short raw_tx; member in struct:ieee80211_device

Completed in 229 milliseconds