Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dserial_core.h380 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
/linux-4.4.14/drivers/tty/serial/8250/
D8250_core.c915 if (uart_match_port(&serial8250_ports[i].port, port)) in serial8250_find_match_or_unused()
/linux-4.4.14/drivers/tty/serial/
Dserial_txx9.c1029 if (uart_match_port(&uart->port, port)) { in serial_txx9_register_port()
Dserial_core.c2822 int uart_match_port(struct uart_port *port1, struct uart_port *port2) in uart_match_port() function
2842 EXPORT_SYMBOL(uart_match_port);
/linux-4.4.14/Documentation/serial/
Ddriver383 uart_match_port(port1,port2)