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

/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac_wx.c415 short prev = ieee->raw_tx;
420 ieee->raw_tx = 1;
422 ieee->raw_tx = 0;
425 ieee->raw_tx ? "enabled" : "disabled");
429 if(prev == 0 && ieee->raw_tx){
436 if(prev && ieee->raw_tx == 1)
H A Dieee80211_module.c148 ieee->raw_tx = 0;
H A Dieee80211_tx.c341 if(likely(ieee->raw_tx == 0)){
H A Dieee80211.h998 short raw_tx; member in struct:ieee80211_device
H A Dieee80211_softmac.c2151 if(ieee->raw_tx){
/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c521 short prev = ieee->raw_tx;
526 ieee->raw_tx = 1;
528 ieee->raw_tx = 0;
531 ieee->raw_tx ? "enabled" : "disabled");
534 if (prev == 0 && ieee->raw_tx) {
541 if (prev && ieee->raw_tx == 1)
H A Drtllib_module.c157 ieee->raw_tx = 0;
H A Drtllib_tx.c591 if (likely(ieee->raw_tx == 0)) {
H A Drtllib.h2275 short raw_tx; member in struct:rtllib_device
H A Drtllib_softmac.c2662 if (ieee->raw_tx) {
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c450 short prev = ieee->raw_tx;
455 ieee->raw_tx = 1;
457 ieee->raw_tx = 0;
460 ieee->raw_tx ? "enabled" : "disabled");
464 if(prev == 0 && ieee->raw_tx){
471 if(prev && ieee->raw_tx == 1)
H A Dieee80211_module.c154 ieee->raw_tx = 0;
H A Dieee80211_tx.c626 if(likely(ieee->raw_tx == 0)){
H A Dieee80211.h1997 short raw_tx; member in struct:ieee80211_device
H A Dieee80211_softmac.c2327 if(ieee->raw_tx){
/drivers/net/irda/
H A Dsir-dev.h172 int raw_tx; member in struct:sir_dev
H A Dsir_dev.c386 dev->raw_tx = 1;
469 if (unlikely(dev->raw_tx != 0)) {
478 dev->raw_tx = 0;
812 dev->raw_tx = 0;
/drivers/media/rc/
H A Dene_ir.c614 u8 raw_tx; local
648 raw_tx = min(dev->tx_sample , (unsigned int)ENE_CIRRLC_OUT_MASK);
649 dev->tx_sample -= raw_tx;
651 dbg("TX: sample %8d (%s)", raw_tx * sample_period,
654 raw_tx |= ENE_CIRRLC_OUT_PULSE;
657 dev->tx_reg ? ENE_CIRRLC_OUT1 : ENE_CIRRLC_OUT0, raw_tx);

Completed in 1025 milliseconds