Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dnetx-serial.c422 return port->type == PORT_NETX ? "NETX" : NULL; in netx_type()
439 port->type = PORT_NETX; in netx_config_port()
447 if (ser->type != PORT_UNKNOWN && ser->type != PORT_NETX) in netx_verify_port()
475 .type = PORT_NETX,
488 .type = PORT_NETX,
501 .type = PORT_NETX,
/Linux-v4.19/include/uapi/linux/
Dserial_core.h151 #define PORT_NETX 71 macro