Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dserial_core.h193 #define PORT_MAX310X 94 macro
/Linux-v6.1/drivers/tty/serial/
Dmax310x.c1117 return (port->type == PORT_MAX310X) ? s->devtype->name : NULL; in max310x_type()
1129 port->type = PORT_MAX310X; in max310x_config_port()
1134 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X)) in max310x_verify_port()
1365 s->p[i].port.type = PORT_MAX310X; in max310x_probe()