Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dmxser.c55 #define MXSER_PORTS (MXSER_BOARDS * MXSER_PORTS_PER_BOARD) macro
193 unsigned long rxcnt[MXSER_PORTS];
194 unsigned long txcnt[MXSER_PORTS];
289 static int mxser_set_baud_method[MXSER_PORTS + 1];
536 static unsigned char mxser_msr[MXSER_PORTS + 1]; in mxser_get_msr()
1010 if (line == MXSER_PORTS) in mxser_open()
1080 if (tty->index == MXSER_PORTS || info == NULL) in mxser_close()
1332 if (tty->index == MXSER_PORTS) in mxser_tiocmget()
1359 if (tty->index == MXSER_PORTS) in mxser_tiocmset()
1673 if (tty->index == MXSER_PORTS) in mxser_ioctl()
[all …]