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

12

/linux-master/include/uapi/linux/
H A Dserial.h51 #define PORT_UNKNOWN 0 macro
/linux-master/drivers/tty/serial/
H A Dsunsu.c1039 up->type_probed = PORT_UNKNOWN;
1099 up->port.type = PORT_UNKNOWN;
1157 if (up->port.type == PORT_UNKNOWN)
1204 if (up->port.type == PORT_UNKNOWN)
1465 up->port.type = PORT_UNKNOWN;
1490 if (up->port.type == PORT_UNKNOWN)
1532 } else if (up->port.type != PORT_UNKNOWN)
H A Dliteuart.c259 if (port->type != PORT_UNKNOWN && ser->type != 1)
321 port->type = PORT_UNKNOWN;
H A Dserial_core.c213 if (!tty || uport->type == PORT_UNKNOWN)
311 if (uport->type == PORT_UNKNOWN)
949 if (old_type != PORT_UNKNOWN && uport->ops->release_port)
962 if (uport->type != PORT_UNKNOWN && uport->ops->request_port) {
981 if (old_type != PORT_UNKNOWN) {
988 uport->type = PORT_UNKNOWN;
1015 if (uport->type == PORT_UNKNOWN)
1149 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl)
1188 if (uport->type != PORT_UNKNOWN && uport->ops->release_port)
1820 if (port->type == PORT_UNKNOWN || por
[all...]
H A Dserial_txx9.c1014 uart->type = PORT_UNKNOWN;
1076 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev)
1090 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev)
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 Dapbuart.c288 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART)
H A Dtimbuart.c303 return port->type == PORT_UNKNOWN ? "timbuart" : NULL;
H A Darc_uart.c415 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC)
H A Damba-pl010.c500 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA)
H A Dvt8500_serial.c440 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500))
H A Daltera_uart.c365 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART))
H A Dmcf.c408 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF))
H A Ddz.c733 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ)
H A Dsunplus-uart.c438 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SUNPLUS)
H A Dxilinx_uartps.c1078 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS)
1771 port->type = PORT_UNKNOWN;
H A Dma35d1_serial.c498 if (port->type != PORT_UNKNOWN && ser->type != 1)
H A Dlantiq.c552 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC)
H A Drp2.c549 if (ser->type != PORT_UNKNOWN && ser->type != PORT_RP2)
/linux-master/drivers/tty/serial/8250/
H A D8250_core.c907 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
921 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
964 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN &&
973 if (serial8250_ports[i].port.type == PORT_UNKNOWN &&
982 if (serial8250_ports[i].port.type == PORT_UNKNOWN)
1206 uart->port.type = PORT_UNKNOWN;
H A D8250_hp300.c109 port.type = PORT_UNKNOWN;
H A D8250_of.c204 if (port_type == PORT_UNKNOWN)
H A D8250_port.c54 [PORT_UNKNOWN] = {
1252 port->type = PORT_UNKNOWN;
1272 if (port->type == PORT_UNKNOWN)
3166 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ)
3169 if (port->type == PORT_UNKNOWN)
3180 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN ||
/linux-master/drivers/tty/ipwireless/
H A Dtty.c260 ss->type = PORT_UNKNOWN;

Completed in 454 milliseconds

12