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

/asus-wl-520gu-7.0.1.45/src/linux/linux/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
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dscc.h175 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator in enum:__anon11382
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dscc.h175 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator in enum:__anon6968
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dyam.c99 #define TX_OFF 0 macro
597 || yp->tx_state != TX_OFF || skb_queue_empty(&yp->send_queue)) {
600 /* tx_state is TX_OFF and there is data to send */
644 case TX_OFF:
650 yp->tx_state = TX_OFF;
705 yp->tx_state = TX_OFF;
H A Dscc.c1198 scc_key_trx(scc, TX_OFF);
1284 scc_key_trx(scc, TX_OFF);
1359 if (arg != TX_OFF)
1363 if (arg == TX_OFF)
1423 scc_key_trx(scc, TX_OFF);

Completed in 95 milliseconds