Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dserial_core.h414 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
/Linux-v5.4/drivers/tty/serial/
Dserial_txx9.c1025 if (uart_match_port(&uart->port, port)) { in serial_txx9_register_port()
Dserial_core.c2963 int uart_match_port(struct uart_port *port1, struct uart_port *port2) in uart_match_port() function
2984 EXPORT_SYMBOL(uart_match_port);
/Linux-v5.4/drivers/tty/serial/8250/
D8250_core.c917 if (uart_match_port(&serial8250_ports[i].port, port)) in serial8250_find_match_or_unused()
/Linux-v5.4/Documentation/driver-api/serial/
Ddriver.rst459 uart_match_port(port1,port2)