Home
last modified time | relevance | path

Searched refs:PORT_NWPSERIAL (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/tty/serial/
Dof_serial.c125 case PORT_NWPSERIAL: in of_platform_serial_probe()
162 case PORT_NWPSERIAL: in of_platform_serial_remove()
193 .data = (void *)PORT_NWPSERIAL, },
Dnwpserial.c125 port->type = PORT_NWPSERIAL; in nwpserial_config_port()
213 return port->type == PORT_NWPSERIAL ? "nwpserial" : NULL; in nwpserial_type()
463 up->port.type = PORT_NWPSERIAL; in nwpserial_console_init()
/linux-3.4.99/include/linux/
Dserial_core.h175 #define PORT_NWPSERIAL 85 macro