Searched refs:PORT_UNKNOWN (Results 26 - 46 of 46) sorted by relevance

12

/linux-master/drivers/tty/serial/
H A Dsa1100.c538 * even then only between PORT_SA1100 and PORT_UNKNOWN
547 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100)
H A Duartlite.c671 port->type = PORT_UNKNOWN;
H A Dar933x_uart.c549 if (ser->type != PORT_UNKNOWN &&
H A Dsccnxp.c807 if ((s->type == PORT_UNKNOWN) || (s->type == PORT_SC26XX))
H A Dsb1250-duart.c740 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SB1250_DUART)
H A Dmax3100.c628 if (ser->type == PORT_UNKNOWN || ser->type == PORT_MAX3100)
H A Ducc_uart.c1045 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM)
H A Dzs.c1036 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ZS)
H A Dcpm_uart.c632 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM)
H A Dmxs-auart.c676 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX)
H A Dmax310x.c1121 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X))
H A Dsc16is7xx.c1249 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_SC16IS7XX))
H A Dmpc52xx_uart.c1328 if (ser->type != PORT_UNKNOWN && ser->type != PORT_MPC52xx)
H A Dmsm_serial.c1417 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_MSM))
H A Damba-pl011.c2203 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA)
H A Datmel_serial.c2455 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ATMEL)
H A Dsamsung_tty.c1654 if (ser->type != PORT_UNKNOWN && ser->type != info->port_type)
H A Dimx.c1827 * even then only between PORT_IMX and PORT_UNKNOWN
1834 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX)
H A Dfsl_lpuart.c2389 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LPUART)
/linux-master/drivers/tty/
H A Dmxser.c1402 if (info->type == PORT_UNKNOWN)
/linux-master/include/linux/
H A Dlibata.h285 PORT_UNKNOWN = 0, enumerator in enum:__anon2252

Completed in 503 milliseconds

12