Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dserial_core.h422 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
/Linux-v4.19/drivers/tty/serial/
Dserial_txx9.c1026 if (uart_match_port(&uart->port, port)) { in serial_txx9_register_port()
Dserial_core.c2888 int uart_match_port(struct uart_port *port1, struct uart_port *port2) in uart_match_port() function
2909 EXPORT_SYMBOL(uart_match_port);
/Linux-v4.19/drivers/tty/serial/8250/
D8250_core.c920 if (uart_match_port(&serial8250_ports[i].port, port)) in serial8250_find_match_or_unused()
/Linux-v4.19/Documentation/serial/
Ddriver400 uart_match_port(port1,port2)