Home
last modified time | relevance | path

Searched refs:uart_match_port (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/driver-api/serial/
H A Ddriver.rst74 uart_match_port uart_write_wakeup uart_register_driver
/openbmc/linux/include/linux/
H A Dserial_core.h983 bool uart_match_port(const struct uart_port *port1,
/openbmc/linux/drivers/tty/serial/
H A Dserial_txx9.c967 if (uart_match_port(uart, port)) { in serial_txx9_register_port()
H A Dserial_core.c3313 bool uart_match_port(const struct uart_port *port1, in uart_match_port() function
3336 EXPORT_SYMBOL(uart_match_port);
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_core.c958 if (uart_match_port(&serial8250_ports[i].port, port)) in serial8250_find_match_or_unused()