Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_fintek.c206 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()
H 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()
H A D8250_bcm2835aux.c60 if (up->port.rs485.flags & SER_RS485_RTS_ON_SEND) in bcm2835aux_rs485_start_tx()
H A D8250_port.c666 if (!!(rs485->flags & SER_RS485_RTS_ON_SEND) == in serial8250_em485_config()
668 rs485->flags |= SER_RS485_RTS_ON_SEND; in serial8250_em485_config()
1592 if (up->port.rs485.flags & SER_RS485_RTS_ON_SEND) in serial8250_em485_start_tx()
H A D8250_pci.c1467 rs485->flags &= SER_RS485_ENABLED | SER_RS485_RTS_ON_SEND; in pci_fintek_rs485_config()
1473 if (rs485->flags & SER_RS485_RTS_ON_SEND) { in pci_fintek_rs485_config()
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dserial-rs485.rst69 rs485conf.flags |= SER_RS485_RTS_ON_SEND;
71 rs485conf.flags &= ~(SER_RS485_RTS_ON_SEND);
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial.h120 #define SER_RS485_RTS_ON_SEND (1 << 1) /* Logical level for macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial.h120 #define SER_RS485_RTS_ON_SEND (1 << 1) /* Logical level for macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial.h120 #define SER_RS485_RTS_ON_SEND (1 << 1) /* Logical level for macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c1313 if (!(rs485->flags & (SER_RS485_RTS_ON_SEND | in lpuart_config_rs485()
1315 rs485->flags |= SER_RS485_RTS_ON_SEND; in lpuart_config_rs485()
1317 if (rs485->flags & SER_RS485_RTS_ON_SEND && in lpuart_config_rs485()
1327 if (rs485->flags & SER_RS485_RTS_ON_SEND) in lpuart_config_rs485()
1364 if (!(rs485->flags & (SER_RS485_RTS_ON_SEND | in lpuart32_config_rs485()
1366 rs485->flags |= SER_RS485_RTS_ON_SEND; in lpuart32_config_rs485()
1368 if (rs485->flags & SER_RS485_RTS_ON_SEND && in lpuart32_config_rs485()
1378 if (rs485->flags & SER_RS485_RTS_ON_SEND) in lpuart32_config_rs485()
H A Dstm32-usart.c132 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_config_rs485()
574 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_stop_tx()
595 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_start_tx()
916 if (rs485conf->flags & SER_RS485_RTS_ON_SEND) { in stm32_usart_set_termios()
H A Domap-serial.c411 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()
1619 rs485conf->flags |= SER_RS485_RTS_ON_SEND; in serial_omap_probe_rs485()
1622 rs485conf->flags &= ~SER_RS485_RTS_ON_SEND; in serial_omap_probe_rs485()
H A Dserial_core.c1323 if (!(rs485.flags & SER_RS485_RTS_ON_SEND) == in uart_set_rs485_config()
1328 rs485.flags |= SER_RS485_RTS_ON_SEND; in uart_set_rs485_config()
3299 rs485conf->flags |= SER_RS485_RTS_ON_SEND; in uart_get_rs485_mode()
3308 rs485conf->flags &= ~SER_RS485_RTS_ON_SEND; in uart_get_rs485_mode()
H A Dimx.c711 if (port->rs485.flags & SER_RS485_RTS_ON_SEND) in imx_uart_start_tx()
1943 !(rs485conf->flags & SER_RS485_RTS_ON_SEND)) in imx_uart_rs485_config()
2377 (!(sport->port.rs485.flags & SER_RS485_RTS_ON_SEND) && in imx_uart_probe()
H A Dar933x_uart.c406 gpiod_set_value(up->rts_gpiod, !!(rs485conf->flags & SER_RS485_RTS_ON_SEND)); in ar933x_uart_tx_chars()
H A Dsc16is7xx.c968 rts_during_tx = rs485->flags & SER_RS485_RTS_ON_SEND; in sc16is7xx_config_rs485()
H A Dmax310x.c1038 rs485->flags &= SER_RS485_RTS_ON_SEND | SER_RS485_RX_DURING_TX | in max310x_rs485_config()