Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dof_serial.c206 case PORT_NWPSERIAL: in of_platform_serial_probe()
243 case PORT_NWPSERIAL: in of_platform_serial_remove()
347 .data = (void *)PORT_NWPSERIAL, },
Dnwpserial.c126 port->type = PORT_NWPSERIAL; in nwpserial_config_port()
217 return port->type == PORT_NWPSERIAL ? "nwpserial" : NULL; in nwpserial_type()
461 up->port.type = PORT_NWPSERIAL; in nwpserial_console_init()
/linux-4.1.27/include/uapi/linux/
Dserial_core.h180 #define PORT_NWPSERIAL 85 macro