Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dnetx-serial.c436 return port->type == PORT_NETX ? "NETX" : NULL; in netx_type()
453 port->type = PORT_NETX; in netx_config_port()
461 if (ser->type != PORT_UNKNOWN && ser->type != PORT_NETX) in netx_verify_port()
489 .type = PORT_NETX,
502 .type = PORT_NETX,
515 .type = PORT_NETX,
/linux-2.6.39/include/linux/
Dserial_core.h132 #define PORT_NETX 71 macro