Lines Matching defs:active
174 * RI - Ring detector is active
175 * CD/DCD/CAR - Carrier detect is always active. For some reason
177 * DSR - Data Set ready is active as the hardware doesn't support it.
179 * CTS - Clear to send. Always set to active, as the hardware handles
187 static void set_rts(struct tegra_uart_port *tup, bool active)
192 if (active)
202 static void set_dtr(struct tegra_uart_port *tup, bool active)
207 if (active)
217 static void set_loopbk(struct tegra_uart_port *tup, bool active)
221 if (active)
1371 /* if top layer has asked to set rts active then do so here */