Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h165 #define PORT_MAX310X 94 macro
/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c1135 return (port->type == PORT_MAX310X) ? s->devtype->name : NULL; in max310x_type()
1147 port->type = PORT_MAX310X; in max310x_config_port()
1152 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X)) in max310x_verify_port()
1400 s->p[i].port.type = PORT_MAX310X; in max310x_probe()