Home
last modified time | relevance | path

Searched refs:uart_get_rs485_mode (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/Documentation/driver-api/serial/
Dserial-rs485.rst39 uart_get_rs485_mode().
53 :identifiers: serial_rs485 uart_get_rs485_mode
/Linux-v6.6/include/linux/
Dserial_core.h1041 int uart_get_rs485_mode(struct uart_port *port);
/Linux-v6.6/drivers/tty/serial/
Dar933x_uart.c785 ret = uart_get_rs485_mode(port); in ar933x_uart_probe()
Dserial_core.c3563 int uart_get_rs485_mode(struct uart_port *port) in uart_get_rs485_mode() function
3631 EXPORT_SYMBOL_GPL(uart_get_rs485_mode);
Dsc16is7xx.c1557 ret = uart_get_rs485_mode(&s->p[i].port); in sc16is7xx_probe()
Domap-serial.c1500 ret = uart_get_rs485_mode(&up->port); in serial_omap_probe_rs485()
Dstm32-usart.c289 return uart_get_rs485_mode(port); in stm32_usart_init_rs485()
Datmel_serial.c2557 ret = uart_get_rs485_mode(port); in atmel_init_port()
Dimx.c2333 ret = uart_get_rs485_mode(&sport->port); in imx_uart_probe()
Damba-pl011.c2724 ret = uart_get_rs485_mode(port); in pl011_get_rs485_mode()
Dfsl_lpuart.c2935 ret = uart_get_rs485_mode(&sport->port); in lpuart_probe()
/Linux-v6.6/drivers/tty/serial/8250/
D8250_core.c1076 ret = uart_get_rs485_mode(&uart->port); in serial8250_register_8250_port()