Home
last modified time | relevance | path

Searched refs:delay_rts_before_send (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_fintek.c220 rs485->delay_rts_before_send = 0; in fintek_8250_rs485_config()
224 if (rs485->delay_rts_before_send) { in fintek_8250_rs485_config()
225 rs485->delay_rts_before_send = 1; in fintek_8250_rs485_config()
H A D8250_lpc18xx.c77 rs485->delay_rts_before_send = 0; in lpc18xx_rs485_config()
H A D8250_port.c1624 if (up->port.rs485.delay_rts_before_send > 0) { in start_tx_rs485()
1627 up->port.rs485.delay_rts_before_send); in start_tx_rs485()
3438 mdelay(port->rs485.delay_rts_before_send); in serial8250_console_write()
H A D8250_pci.c1482 rs485->delay_rts_before_send = 0; in pci_fintek_rs485_config()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial.h129 __u32 delay_rts_before_send; /* Delay before send (milliseconds) */ member
/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.h129 __u32 delay_rts_before_send; /* Delay before send (milliseconds) */ member
/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.h129 __u32 delay_rts_before_send; /* Delay before send (milliseconds) */ member
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dserial-rs485.rst79 rs485conf.delay_rts_before_send = ...;
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmax310x.c1012 delay = (one->port.rs485.delay_rts_before_send << 4) | in max310x_rs_proc()
1034 if ((rs485->delay_rts_before_send > 0x0f) || in max310x_rs485_config()
1066 val = (clamp(port->rs485.delay_rts_before_send, 0U, 15U) << 4) | in max310x_startup()
H A Domap-serial.c414 if (port->rs485.delay_rts_before_send > 0) in serial_omap_start_tx()
415 mdelay(port->rs485.delay_rts_before_send); in serial_omap_start_tx()
1414 rs485->delay_rts_before_send = min(rs485->delay_rts_before_send, 100U); in serial_omap_config_rs485()
H A Dstm32-usart.c128 rs485conf->delay_rts_before_send, in stm32_usart_config_rs485()
160 rs485conf->delay_rts_before_send = 0; in stm32_usart_init_rs485()
913 rs485conf->delay_rts_before_send, in stm32_usart_set_termios()
H A Dserial_core.c1332 if (rs485.delay_rts_before_send > RS485_MAX_RTS_DELAY) { in uart_set_rs485_config()
1333 rs485.delay_rts_before_send = RS485_MAX_RTS_DELAY; in uart_set_rs485_config()
1336 port->name, port->line, rs485.delay_rts_before_send); in uart_set_rs485_config()
3285 rs485conf->delay_rts_before_send = rs485_delay[0]; in uart_get_rs485_mode()
3288 rs485conf->delay_rts_before_send = 0; in uart_get_rs485_mode()
H A Dsc16is7xx.c740 (port->rs485.delay_rts_before_send > 0)) in sc16is7xx_tx_proc()
741 msleep(port->rs485.delay_rts_before_send); in sc16is7xx_tx_proc()
H A Dfsl_lpuart.c1300 rs485->delay_rts_before_send = 0; in lpuart_config_rs485()
1351 rs485->delay_rts_before_send = 0; in lpuart32_config_rs485()
2679 if (sport->port.rs485.delay_rts_before_send || in lpuart_probe()
H A Dimx.c722 port->rs485.delay_rts_before_send); in imx_uart_start_tx()