Searched refs:PORT_UNKNOWN (Results 1 - 25 of 46) sorted by path

12

/linux-master/drivers/tty/serial/8250/
H A D8250_hp300.c109 port.type = PORT_UNKNOWN;
H A D8250_core.c905 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
919 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
962 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN &&
971 if (serial8250_ports[i].port.type == PORT_UNKNOWN &&
980 if (serial8250_ports[i].port.type == PORT_UNKNOWN)
1204 uart->port.type = PORT_UNKNOWN;
H A D8250_of.c182 if (port_type == PORT_UNKNOWN)
H A D8250_port.c54 [PORT_UNKNOWN] = {
1259 port->type = PORT_UNKNOWN;
1279 if (port->type == PORT_UNKNOWN)
3169 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ)
3172 if (port->type == PORT_UNKNOWN)
3183 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN ||
/linux-master/drivers/tty/ipwireless/
H A Dtty.c260 ss->type = PORT_UNKNOWN;
/linux-master/drivers/tty/
H A Dmxser.c1402 if (info->type == PORT_UNKNOWN)
/linux-master/drivers/tty/serial/
H A D21285.c343 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285)
H A Daltera_jtaguart.c230 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART)
H A Daltera_uart.c365 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART))
H A Damba-pl010.c500 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA)
H A Damba-pl011.c2211 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA)
H A Dapbuart.c288 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART)
H A Dar933x_uart.c550 if (ser->type != PORT_UNKNOWN &&
H A Darc_uart.c417 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC)
H A Datmel_serial.c2471 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ATMEL)
H A Dcpm_uart.c632 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM)
H A Ddz.c734 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ)
H A Dfsl_lpuart.c2394 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LPUART)
H A Dimx.c1834 * even then only between PORT_IMX and PORT_UNKNOWN
1841 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX)
H A Dlantiq.c552 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC)
H A Dliteuart.c259 if (port->type != PORT_UNKNOWN && ser->type != 1)
321 port->type = PORT_UNKNOWN;
H A Dma35d1_serial.c498 if (port->type != PORT_UNKNOWN && ser->type != 1)
H A Dmax3100.c670 if (ser->type == PORT_UNKNOWN || ser->type == PORT_MAX3100)
H A Dmax310x.c1126 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X))
H A Dmcf.c408 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF))

Completed in 631 milliseconds

12