Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/uapi/linux/
A Dserial.h50 #define PORT_UNKNOWN 0 macro
/linux-6.3-rc2/drivers/tty/serial/
A Dserial_core.c192 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
500 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_speed()
948 if (old_type != PORT_UNKNOWN) { in uart_set_info()
955 uport->type = PORT_UNKNOWN; in uart_set_info()
982 if (uport->type == PORT_UNKNOWN) in uart_set_info()
1116 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl) in uart_break_ctl()
1753 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent()
1990 if (uport->type == PORT_UNKNOWN) { in uart_line_info()
2546 port->type = PORT_UNKNOWN; in uart_configure_port()
2552 if (port->type != PORT_UNKNOWN) { in uart_configure_port()
[all …]
A Dsunsu.c1038 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig()
1098 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig()
1156 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig()
1203 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init()
1464 up->port.type = PORT_UNKNOWN; in su_probe()
1489 if (up->port.type == PORT_UNKNOWN) in su_probe()
1531 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
A Dliteuart.c260 if (port->type != PORT_UNKNOWN && ser->type != 1) in liteuart_verify_port()
322 port->type = PORT_UNKNOWN; in liteuart_probe()
A Dserial_txx9.c1014 uart->type = PORT_UNKNOWN; in serial_txx9_unregister_port()
1077 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev) in serial_txx9_suspend()
1091 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev) in serial_txx9_resume()
A D21285.c342 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
A Daltera_jtaguart.c230 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
A Dapbuart.c290 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
A Darc_uart.c420 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
A Dtimbuart.c306 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
A Daltera_uart.c365 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
A Dxilinx_uartps.c929 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in cdns_uart_verify_port()
1580 port->type = PORT_UNKNOWN; in cdns_uart_probe()
A Dmcf.c408 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
A Dvt8500_serial.c440 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
A Dsunplus-uart.c436 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SUNPLUS) in sunplus_verify_port()
A Damba-pl010.c499 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
A Ddz.c734 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ) in dz_verify_port()
A Duartlite.c666 port->type = PORT_UNKNOWN; in ulite_assign()
A Dar933x_uart.c550 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_core.c873 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
887 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
930 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
939 if (serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
948 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused()
1158 uart->port.type = PORT_UNKNOWN; in serial8250_unregister_port()
A D8250_em.c109 up.port.type = PORT_UNKNOWN; in serial8250_em_probe()
A D8250_hp300.c109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
A D8250_of.c210 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
A D8250_port.c57 [PORT_UNKNOWN] = {
1319 port->type = PORT_UNKNOWN; in autoconfig()
1339 if (port->type == PORT_UNKNOWN) in autoconfig()
3217 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
3220 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
3231 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
/linux-6.3-rc2/drivers/tty/ipwireless/
A Dtty.c260 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()

Completed in 48 milliseconds

12