Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
D21285.c302 return port->type == PORT_21285 ? "DC21285" : NULL; in serial21285_type()
319 port->type = PORT_21285; in serial21285_config_port()
328 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
/linux-4.4.14/include/uapi/linux/
Dserial_core.h72 #define PORT_21285 37 macro