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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan_usa28msg.h131 port ends in a TX_OFF state); any non-zero value is respected
166 #define TX_OFF 0x01 // requested by host txOff command macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dscc.h174 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator in enum:__anon18072
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dyam.c96 #define TX_OFF 0 macro
621 if (yp->magic != YAM_MAGIC || yp->tx_state != TX_OFF ||
624 /* tx_state is TX_OFF and there is data to send */
668 case TX_OFF:
674 yp->tx_state = TX_OFF;
731 yp->tx_state = TX_OFF;
H A Dscc.c1194 scc_key_trx(scc, TX_OFF);
1273 scc_key_trx(scc, TX_OFF);
1344 if (arg != TX_OFF) {
1349 if (arg == TX_OFF)
1407 scc_key_trx(scc, TX_OFF);

Completed in 88 milliseconds