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.c1038 up->type_probed = PORT_UNKNOWN;
1098 up->port.type = PORT_UNKNOWN;
1156 if (up->port.type == PORT_UNKNOWN)
1203 if (up->port.type == PORT_UNKNOWN)
1464 up->port.type = PORT_UNKNOWN;
1489 if (up->port.type == PORT_UNKNOWN)
1531 } 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)
258 if (uport->type == PORT_UNKNOWN)
944 if (old_type != PORT_UNKNOWN && uport->ops->release_port)
957 if (uport->type != PORT_UNKNOWN && uport->ops->request_port) {
976 if (old_type != PORT_UNKNOWN) {
983 uport->type = PORT_UNKNOWN;
1010 if (uport->type == PORT_UNKNOWN)
1144 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl)
1183 if (uport->type != PORT_UNKNOWN && uport->ops->release_port)
1825 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 Darc_uart.c417 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC)
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.c306 return port->type == PORT_UNKNOWN ? "timbuart" : NULL;
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 Ddz.c734 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ)
H A Daltera_uart.c365 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART))
H A Dsunplus-uart.c436 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SUNPLUS)
H A Dmcf.c408 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF))
H A Dxilinx_uartps.c1071 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS)
1757 port->type = PORT_UNKNOWN;
H A Dmax3100.c670 if (ser->type == PORT_UNKNOWN || ser->type == PORT_MAX3100)
H A Dsb1250-duart.c739 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SB1250_DUART)
H A Dma35d1_serial.c498 if (port->type != PORT_UNKNOWN && ser->type != 1)
/linux-master/drivers/tty/serial/8250/
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_hp300.c109 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;

Completed in 505 milliseconds

12