Home
last modified time | relevance | path

Searched refs:PORT_UNKNOWN (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/tty/serial/
H A Dserial_core.c212 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_line_settings()
309 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
851 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_change_port()
861 if (uport->type == PORT_UNKNOWN || !uport->ops->request_port) in uart_change_port()
879 if (old_type == PORT_UNKNOWN) in uart_change_port()
885 uport->type = PORT_UNKNOWN; in uart_change_port()
1005 if (uport->type == PORT_UNKNOWN) in uart_set_info()
1128 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl) in uart_break_ctl()
1162 if (uport->type != PORT_UNKNOWN && uport->ops->release_port) in uart_do_autoconfig()
1761 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent()
[all …]
H A Dsunsu.c1015 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig()
1075 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig()
1133 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig()
1180 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init()
1426 up->port.type = PORT_UNKNOWN; in su_probe()
1451 if (up->port.type == PORT_UNKNOWN) in su_probe()
1493 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
H A Dliteuart.c259 if (port->type != PORT_UNKNOWN && ser->type != 1) in liteuart_verify_port()
321 port->type = PORT_UNKNOWN; in liteuart_probe()
H A Dserial_txx9.c1014 uart->type = PORT_UNKNOWN; in serial_txx9_unregister_port()
1076 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev) in serial_txx9_suspend()
1090 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev) in serial_txx9_resume()
H A D21285.c343 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
H A Dtimbuart.c303 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
H A Dmcf.c408 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
H A Daltera_uart.c364 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
H A Dvt8500_serial.c440 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
H A Dsunplus-uart.c438 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SUNPLUS) in sunplus_verify_port()
H A Duartlite.c671 port->type = PORT_UNKNOWN; in ulite_assign()
H A Dlantiq.c552 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC) in lqasc_verify_port()
H A Dar933x_uart.c549 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
H A Dmax3100.c629 if (ser->type == PORT_UNKNOWN || ser->type == PORT_MAX3100) in max3100_verify_port()
H A Dsa1100.c547 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port()
H A Dsccnxp.c807 if ((s->type == PORT_UNKNOWN) || (s->type == PORT_SC26XX)) in sccnxp_verify_port()
H A Ducc_uart.c1045 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()
H A Dcpm_uart.c632 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()
H A Dsc16is7xx.c1212 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_SC16IS7XX)) in sc16is7xx_verify_port()
/linux/include/uapi/linux/
H A Dserial.h51 #define PORT_UNKNOWN 0 macro
/linux/drivers/tty/serial/8250/
H A D8250_platform.c252 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
266 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
H A D8250_hp300.c109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
H A D8250_of.c214 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
H A D8250_port.c46 [PORT_UNKNOWN] = {
1177 port->type = PORT_UNKNOWN; in autoconfig()
1190 if (port->type != PORT_UNKNOWN) { in autoconfig()
3103 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
3106 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
3117 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
/linux/drivers/tty/ipwireless/
H A Dtty.c260 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()

12