Lines Matching defs:active
178 * RI - Ring detector is active
179 * CD/DCD/CAR - Carrier detect is always active. For some reason
181 * DSR - Data Set ready is active as the hardware doesn't support it.
183 * CTS - Clear to send. Always set to active, as the hardware handles
191 static void set_rts(struct tegra_uart_port *tup, bool active)
196 if (active)
206 static void set_dtr(struct tegra_uart_port *tup, bool active)
211 if (active)
221 static void set_loopbk(struct tegra_uart_port *tup, bool active)
225 if (active)
1364 /* if top layer has asked to set rts active then do so here */