Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
D21285.c317 return port->type == PORT_21285 ? "DC21285" : NULL; in serial21285_type()
334 port->type = PORT_21285; in serial21285_config_port()
343 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
/Linux-v6.6/include/uapi/linux/
Dserial_core.h61 #define PORT_21285 37 macro