Home
last modified time | relevance | path

Searched refs:SER_RS485_RTS_ON_SEND (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/tty/serial/8250/
D8250_fintek.c201 if (!(rs485->flags & SER_RS485_RTS_ON_SEND) == in fintek_8250_rs485_config()
212 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND | in fintek_8250_rs485_config()
231 if (rs485->flags & SER_RS485_RTS_ON_SEND) in fintek_8250_rs485_config()
D8250_lpc18xx.c48 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND | in lpc18xx_rs485_config()
55 if (rs485->flags & SER_RS485_RTS_ON_SEND) { in lpc18xx_rs485_config()
D8250_port.c1593 if (!!(up->port.rs485.flags & SER_RS485_RTS_ON_SEND) != in start_tx_rs485()
1595 if (up->port.rs485.flags & SER_RS485_RTS_ON_SEND) in start_tx_rs485()
D8250_pci.c1413 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND; in pci_fintek_rs485_config()
1419 if (rs485->flags & SER_RS485_RTS_ON_SEND) { in pci_fintek_rs485_config()
/Linux-v4.19/include/uapi/linux/
Dserial.h120 #define SER_RS485_RTS_ON_SEND (1 << 1) /* Logical level for macro
/Linux-v4.19/Documentation/serial/
Dserial-rs485.txt63 rs485conf.flags |= SER_RS485_RTS_ON_SEND;
65 rs485conf.flags &= ~(SER_RS485_RTS_ON_SEND);
/Linux-v4.19/drivers/tty/serial/
Domap-serial.c420 res = (port->rs485.flags & SER_RS485_RTS_ON_SEND) ? 1 : 0; in serial_omap_start_tx()
1423 SER_RS485_RTS_AFTER_SEND : SER_RS485_RTS_ON_SEND; in serial_omap_config_rs485()
1616 rs485conf->flags |= SER_RS485_RTS_ON_SEND; in serial_omap_probe_rs485()
1619 rs485conf->flags &= ~SER_RS485_RTS_ON_SEND; in serial_omap_probe_rs485()
Dfsl_lpuart.c1090 if (!(rs485->flags & (SER_RS485_RTS_ON_SEND | in lpuart_config_rs485()
1092 rs485->flags |= SER_RS485_RTS_ON_SEND; in lpuart_config_rs485()
1094 if (rs485->flags & SER_RS485_RTS_ON_SEND && in lpuart_config_rs485()
1104 if (rs485->flags & SER_RS485_RTS_ON_SEND) in lpuart_config_rs485()
Dstm32-usart.c133 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_config_rs485()
709 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_set_termios()
Dimx.c662 if (port->rs485.flags & SER_RS485_RTS_ON_SEND) in imx_uart_start_tx()
1846 !(rs485conf->flags & SER_RS485_RTS_ON_SEND)) in imx_uart_rs485_config()
2288 (!(sport->port.rs485.flags & SER_RS485_RTS_ON_SEND) && in imx_uart_probe()
Dserial_core.c3045 rs485conf->flags |= SER_RS485_RTS_ON_SEND; in uart_get_rs485_mode()
3054 rs485conf->flags &= ~SER_RS485_RTS_ON_SEND; in uart_get_rs485_mode()
Dmax310x.c993 rs485->flags &= SER_RS485_RTS_ON_SEND | SER_RS485_ENABLED; in max310x_rs485_config()
Dsc16is7xx.c938 rts_during_tx = rs485->flags & SER_RS485_RTS_ON_SEND; in sc16is7xx_config_rs485()