Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dserial_core.h184 #define PORT_ASC 105 macro
/linux-6.12.1/drivers/tty/serial/
Dst-asc.c610 return (port->type == PORT_ASC) ? DRIVER_NAME : NULL; in asc_type()
629 port->type = PORT_ASC; in asc_config_port()