Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/driver-api/serial/
Ddriver.rst74 uart_match_port uart_write_wakeup uart_register_driver
/Linux-v6.1/include/linux/
Dserial_core.h771 bool uart_match_port(const struct uart_port *port1,
/Linux-v6.1/drivers/tty/serial/
Dserial_txx9.c990 if (uart_match_port(uart, port)) { in serial_txx9_register_port()
Dserial_core.c3228 bool uart_match_port(const struct uart_port *port1, in uart_match_port() function
3251 EXPORT_SYMBOL(uart_match_port);
/Linux-v6.1/drivers/tty/serial/8250/
D8250_core.c924 if (uart_match_port(&serial8250_ports[i].port, port)) in serial8250_find_match_or_unused()