Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h448 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_txx9.c1023 if (uart_match_port(&uart->port, port)) { in serial_txx9_register_port()
H A Dserial_core.c3090 int uart_match_port(struct uart_port *port1, struct uart_port *port2) in uart_match_port() function
3111 EXPORT_SYMBOL(uart_match_port);
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Ddriver.rst459 uart_match_port(port1,port2)
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_core.c933 if (uart_match_port(&serial8250_ports[i].port, port)) in serial8250_find_match_or_unused()