Home
last modified time | relevance | path

Searched refs:uart_read_port_properties (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dserial_port.c282 int uart_read_port_properties(struct uart_port *port) in uart_read_port_properties() function
286 EXPORT_SYMBOL_GPL(uart_read_port_properties);
/openbmc/linux/include/linux/
H A Dserial_core.h964 int uart_read_port_properties(struct uart_port *port);
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dw.c567 err = uart_read_port_properties(p); in dw8250_probe()