Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
A D8250_fintek.c204 if (!(rs485->flags & SER_RS485_RTS_ON_SEND) == in fintek_8250_rs485_config()
215 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND | in fintek_8250_rs485_config()
234 if (rs485->flags & SER_RS485_RTS_ON_SEND) in fintek_8250_rs485_config()
A 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()
A D8250_bcm2835aux.c60 if (up->port.rs485.flags & SER_RS485_RTS_ON_SEND) in bcm2835aux_rs485_start_tx()
A D8250_port.c677 if (!!(rs485->flags & SER_RS485_RTS_ON_SEND) == in serial8250_em485_config()
679 rs485->flags |= SER_RS485_RTS_ON_SEND; in serial8250_em485_config()
1605 if (up->port.rs485.flags & SER_RS485_RTS_ON_SEND) in serial8250_em485_start_tx()
A D8250_pci.c1464 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND; in pci_fintek_rs485_config()
1470 if (rs485->flags & SER_RS485_RTS_ON_SEND) { in pci_fintek_rs485_config()
/linux/Documentation/driver-api/serial/
A Dserial-rs485.rst69 rs485conf.flags |= SER_RS485_RTS_ON_SEND;
71 rs485conf.flags &= ~(SER_RS485_RTS_ON_SEND);
/linux/include/uapi/linux/
A Dserial.h120 #define SER_RS485_RTS_ON_SEND (1 << 1) /* Logical level for macro
/linux/drivers/tty/serial/
A Dfsl_lpuart.c1372 if (!(rs485->flags & (SER_RS485_RTS_ON_SEND | in lpuart_config_rs485()
1374 rs485->flags |= SER_RS485_RTS_ON_SEND; in lpuart_config_rs485()
1376 if (rs485->flags & SER_RS485_RTS_ON_SEND && in lpuart_config_rs485()
1386 if (rs485->flags & SER_RS485_RTS_ON_SEND) in lpuart_config_rs485()
1423 if (!(rs485->flags & (SER_RS485_RTS_ON_SEND | in lpuart32_config_rs485()
1425 rs485->flags |= SER_RS485_RTS_ON_SEND; in lpuart32_config_rs485()
1427 if (rs485->flags & SER_RS485_RTS_ON_SEND && in lpuart32_config_rs485()
1437 if (rs485->flags & SER_RS485_RTS_ON_SEND) in lpuart32_config_rs485()
A Domap-serial.c398 res = (port->rs485.flags & SER_RS485_RTS_ON_SEND) ? 1 : 0; in serial_omap_start_tx()
1363 SER_RS485_RTS_AFTER_SEND : SER_RS485_RTS_ON_SEND; in serial_omap_config_rs485()
1556 rs485conf->flags |= SER_RS485_RTS_ON_SEND; in serial_omap_probe_rs485()
1559 rs485conf->flags &= ~SER_RS485_RTS_ON_SEND; in serial_omap_probe_rs485()
A Dstm32-usart.c131 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_config_rs485()
682 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_stop_tx()
703 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_start_tx()
1092 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_set_termios()
A Dar933x_uart.c404 gpiod_set_value(up->rts_gpiod, !!(rs485conf->flags & SER_RS485_RTS_ON_SEND)); in ar933x_uart_tx_chars()
A Dimx.c688 if (port->rs485.flags & SER_RS485_RTS_ON_SEND) in imx_uart_start_tx()
1910 !(rs485conf->flags & SER_RS485_RTS_ON_SEND)) in imx_uart_rs485_config()
2325 (!(sport->port.rs485.flags & SER_RS485_RTS_ON_SEND) && in imx_uart_probe()
A Damba-pl011.c1439 if (port->rs485.flags & SER_RS485_RTS_ON_SEND) in pl011_rs485_tx_start()
2236 if (!(rs485->flags & SER_RS485_RTS_ON_SEND) == in pl011_rs485_config()
2238 rs485->flags |= SER_RS485_RTS_ON_SEND; in pl011_rs485_config()
A Dmax310x.c1038 rs485->flags &= SER_RS485_RTS_ON_SEND | SER_RS485_RX_DURING_TX | in max310x_rs485_config()
A Dsc16is7xx.c965 rts_during_tx = rs485->flags & SER_RS485_RTS_ON_SEND; in sc16is7xx_config_rs485()
A Dserial_core.c3257 rs485conf->flags |= SER_RS485_RTS_ON_SEND; in uart_get_rs485_mode()
3266 rs485conf->flags &= ~SER_RS485_RTS_ON_SEND; in uart_get_rs485_mode()

Completed in 54 milliseconds