Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dof_serial.c217 case PORT_NWPSERIAL: in of_platform_serial_probe()
254 case PORT_NWPSERIAL: in of_platform_serial_remove()
358 .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.4.14/include/uapi/linux/
Dserial_core.h180 #define PORT_NWPSERIAL 85 macro