taglinefilesource code
tx_inhibit731drivers/char/scc.cscc->kiss.tx_inhibit = 1;  /* don't try it again! */
tx_inhibit1301drivers/char/scc.cscc->kiss.tx_inhibit = val;
tx_inhibit1883drivers/char/scc.ccase PARAM_TX:    r = CAST(scc->kiss.tx_inhibit);  break;
tx_inhibit1920drivers/char/scc.ccase PARAM_TX:    scc->kiss.tx_inhibit=Val;  break;
tx_inhibit1998drivers/char/scc.cif (scc->kiss.tx_inhibit) return count;
tx_inhibit171include/linux/scc.hunsigned char tx_inhibit;  /* Transmit is not allowed when set */