taglinefilesource code
tx_inhibit789drivers/char/scc.cscc->kiss.tx_inhibit = 1;  /* don't try it again! */
tx_inhibit1391drivers/char/scc.cscc->kiss.tx_inhibit = val;
tx_inhibit2043drivers/char/scc.ccase PARAM_TX:    r = CAST(scc->kiss.tx_inhibit);  break;
tx_inhibit2080drivers/char/scc.ccase PARAM_TX:    scc->kiss.tx_inhibit=Val;  break;
tx_inhibit2155drivers/char/scc.cif (scc->kiss.tx_inhibit) return count;
tx_inhibit174include/linux/scc.hunsigned char tx_inhibit;  /* Transmit is not allowed when set */