Home
last modified time | relevance | path

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

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