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

/linux-master/drivers/usb/serial/
H A Dkeyspan_usa28msg.h132 port ends in a TX_OFF state); any non-zero value is respected
167 #define TX_OFF 0x01 // requested by host txOff command macro
/linux-master/include/linux/
H A Dscc.h9 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator in enum:__anon11862
/linux-master/drivers/net/hamradio/
H A Dyam.c80 #define TX_OFF 0 macro
607 if (yp->magic != YAM_MAGIC || yp->tx_state != TX_OFF ||
610 /* tx_state is TX_OFF and there is data to send */
654 case TX_OFF:
660 yp->tx_state = TX_OFF;
717 yp->tx_state = TX_OFF;
H A Dscc.c1198 scc_key_trx(scc, TX_OFF);
1277 scc_key_trx(scc, TX_OFF);
1348 if (arg != TX_OFF) {
1353 if (arg == TX_OFF)
1411 scc_key_trx(scc, TX_OFF);

Completed in 143 milliseconds