Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dserial_core.h205 #define PORT_MAX310X 94 macro
/linux-4.1.27/drivers/tty/serial/
Dmax310x.c959 return (port->type == PORT_MAX310X) ? s->devtype->name : NULL; in max310x_type()
971 port->type = PORT_MAX310X; in max310x_config_port()
976 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X)) in max310x_verify_port()
1198 s->p[i].port.type = PORT_MAX310X; in max310x_probe()