Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
D21285.c303 return port->type == PORT_21285 ? "DC21285" : NULL; in serial21285_type()
320 port->type = PORT_21285; in serial21285_config_port()
329 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
/Linux-v4.19/include/uapi/linux/
Dserial_core.h73 #define PORT_21285 37 macro