Home
last modified time | relevance | path

Searched refs:PORT_OWL (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dserial_core.h60 #define PORT_OWL 36 macro
/linux-6.6.21/drivers/tty/serial/
Dowl-uart.c419 return (port->type == PORT_OWL) ? "owl-uart" : NULL; in owl_uart_type()
425 if (port->type != PORT_OWL) in owl_uart_verify_port()
437 port->type = PORT_OWL; in owl_uart_config_port()
703 owl_port->port.type = PORT_OWL; in owl_uart_probe()