raw_tx            610 drivers/media/rc/ene_ir.c 	u8 raw_tx;
raw_tx            644 drivers/media/rc/ene_ir.c 	raw_tx = min(dev->tx_sample , (unsigned int)ENE_CIRRLC_OUT_MASK);
raw_tx            645 drivers/media/rc/ene_ir.c 	dev->tx_sample -= raw_tx;
raw_tx            647 drivers/media/rc/ene_ir.c 	dbg("TX: sample %8d (%s)", raw_tx * sample_period,
raw_tx            650 drivers/media/rc/ene_ir.c 		raw_tx |= ENE_CIRRLC_OUT_PULSE;
raw_tx            653 drivers/media/rc/ene_ir.c 		dev->tx_reg ? ENE_CIRRLC_OUT1 : ENE_CIRRLC_OUT0, raw_tx);
raw_tx           1592 drivers/staging/rtl8192e/rtllib.h 	short raw_tx;
raw_tx            120 drivers/staging/rtl8192e/rtllib_module.c 	ieee->raw_tx = 0;
raw_tx           2560 drivers/staging/rtl8192e/rtllib_softmac.c 	if (ieee->raw_tx) {
raw_tx            512 drivers/staging/rtl8192e/rtllib_softmac_wx.c 	short prev = ieee->raw_tx;
raw_tx            517 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		ieee->raw_tx = 1;
raw_tx            519 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		ieee->raw_tx = 0;
raw_tx            522 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		    ieee->raw_tx ? "enabled" : "disabled");
raw_tx            525 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		if (prev == 0 && ieee->raw_tx) {
raw_tx            532 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		if (prev && ieee->raw_tx == 1)
raw_tx            588 drivers/staging/rtl8192e/rtllib_tx.c 	if (likely(ieee->raw_tx == 0)) {
raw_tx           1797 drivers/staging/rtl8192u/ieee80211/ieee80211.h 	short raw_tx;
raw_tx            150 drivers/staging/rtl8192u/ieee80211/ieee80211_module.c 	ieee->raw_tx = 0;
raw_tx           2196 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 	if (ieee->raw_tx) {
raw_tx            453 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 	short prev = ieee->raw_tx;
raw_tx            458 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 		ieee->raw_tx = 1;
raw_tx            460 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 		ieee->raw_tx = 0;
raw_tx            463 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 	      ieee->raw_tx ? "enabled" : "disabled");
raw_tx            466 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 		if (prev == 0 && ieee->raw_tx) {
raw_tx            473 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 		if (prev && ieee->raw_tx == 1)
raw_tx            566 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c 	if (likely(ieee->raw_tx == 0)) {