Home
last modified time | relevance | path

Searched refs:PORT_MAX310X (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_core.h196 #define PORT_MAX310X 94 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_core.h165 #define PORT_MAX310X 94 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial_core.h98 #define PORT_MAX310X 94 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial_core.h98 #define PORT_MAX310X 94 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial_core.h100 #define PORT_MAX310X 94 macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dmax310x.c1121 return (port->type == PORT_MAX310X) ? s->devtype->name : NULL; in max310x_type()
1133 port->type = PORT_MAX310X; in max310x_config_port()
1138 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X)) in max310x_verify_port()
1356 s->p[i].port.type = PORT_MAX310X; in max310x_probe()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds