Home
last modified time | relevance | path

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

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