taglinefilesource code
tx_inhibit984drivers/char/scc.cscc->kiss.tx_inhibit = 1;  /* don't try it again! */
tx_inhibit1623drivers/char/scc.cscc->kiss.tx_inhibit = val;
tx_inhibit2408drivers/char/scc.ccase PARAM_TX:    r = CAST(scc->kiss.tx_inhibit);  break;
tx_inhibit2442drivers/char/scc.ccase PARAM_TX:    scc->kiss.tx_inhibit=Val;  break;
tx_inhibit2476drivers/char/scc.cif (scc->kiss.tx_inhibit) return count;
tx_inhibit150include/linux/scc.hunsigned char tx_inhibit;  /* Transmit is not allowed when set */