Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial_core.h246 #define PORT_ASC 105 macro
/Linux-v4.19/drivers/tty/serial/
Dst-asc.c643 return (port->type == PORT_ASC) ? DRIVER_NAME : NULL; in asc_type()
662 port->type = PORT_ASC; in asc_config_port()