Home
last modified time | relevance | path

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

12

/Linux-v6.1/include/uapi/linux/
Dserial.h50 #define PORT_UNKNOWN 0 macro
/Linux-v6.1/drivers/tty/serial/
Dserial_core.c192 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
500 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_speed()
916 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
929 if (uport->type != PORT_UNKNOWN && uport->ops->request_port) { in uart_set_info()
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()
1155 if (uport->type != PORT_UNKNOWN && uport->ops->release_port) in uart_do_autoconfig()
1753 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent()
[all …]
Dsunsu.c1039 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig()
1099 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig()
1157 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig()
1204 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init()
1465 up->port.type = PORT_UNKNOWN; in su_probe()
1490 if (up->port.type == PORT_UNKNOWN) in su_probe()
1532 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
Dliteuart.c222 if (port->type != PORT_UNKNOWN && ser->type != 1) in liteuart_verify_port()
286 port->type = PORT_UNKNOWN; in liteuart_probe()
Dserial_txx9.c1036 uart->type = PORT_UNKNOWN; in serial_txx9_unregister_port()
1099 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev) in serial_txx9_suspend()
1113 if (up->type != PORT_UNKNOWN && up->dev == &dev->dev) in serial_txx9_resume()
D21285.c364 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
Daltera_jtaguart.c274 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
Dtimbuart.c307 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
Darc_uart.c421 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
Dapbuart.c314 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
Daltera_uart.c383 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
Dmcf.c426 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
Dvt8500_serial.c462 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
Dsunplus-uart.c438 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SUNPLUS) in sunplus_verify_port()
Dxilinx_uartps.c931 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in cdns_uart_verify_port()
1582 port->type = PORT_UNKNOWN; in cdns_uart_probe()
Damba-pl010.c521 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
Ddz.c735 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ) in dz_verify_port()
Duartlite.c667 port->type = PORT_UNKNOWN; in ulite_assign()
Dar933x_uart.c551 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
/Linux-v6.1/drivers/tty/serial/8250/
D8250_core.c872 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
886 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
929 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
938 if (serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
947 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused()
1157 uart->port.type = PORT_UNKNOWN; in serial8250_unregister_port()
D8250_em.c109 up.port.type = PORT_UNKNOWN; in serial8250_em_probe()
D8250_hp300.c109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
D8250_of.c210 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
D8250_port.c57 [PORT_UNKNOWN] = {
1304 port->type = PORT_UNKNOWN; in autoconfig()
1330 if (port->type == PORT_UNKNOWN) in autoconfig()
3211 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
3214 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
3225 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
/Linux-v6.1/drivers/tty/ipwireless/
Dtty.c260 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()

12