Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/tty/serial/
H A Dserial_core.c213 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_line_settings()
311 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
852 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_change_port()
880 if (old_type == PORT_UNKNOWN) in uart_change_port()
886 uport->type = PORT_UNKNOWN; in uart_change_port()
1006 if (uport->type == PORT_UNKNOWN) in uart_set_info()
2039 if (uport->type == PORT_UNKNOWN) { in uart_line_info()
2593 port->type = PORT_UNKNOWN; in uart_configure_port()
2604 if (port->type != PORT_UNKNOWN) { in uart_configure_port()
2669 if (!port || port->type == PORT_UNKNOWN || in uart_poll_init()
[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 Daltera_jtaguart.c228 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
H A Darc_uart.c415 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
H A Dapbuart.c288 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_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 Ddz.c733 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ) in dz_verify_port()
H A Dar933x_uart.c549 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
H A Damba-pl010.c500 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
H A Duartlite.c671 port->type = PORT_UNKNOWN; in ulite_assign()
H A Dxilinx_uartps.c1078 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in cdns_uart_verify_port()
1769 port->type = PORT_UNKNOWN; in cdns_uart_probe()
/linux-6.15/include/uapi/linux/
H A Dserial.h51 #define PORT_UNKNOWN 0 macro
/linux-6.15/drivers/tty/serial/8250/
H A D8250_platform.c250 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
264 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
H A D8250_core.c644 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
653 if (serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
662 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused()
888 uart->port.type = PORT_UNKNOWN; in serial8250_unregister_port()
H A D8250_hp300.c109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
H A D8250_of.c203 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
H A D8250_port.c54 [PORT_UNKNOWN] = {
1270 port->type = PORT_UNKNOWN; in autoconfig()
1290 if (port->type == PORT_UNKNOWN) in autoconfig()
3203 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
3206 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
3217 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
/linux-6.15/drivers/tty/ipwireless/
H A Dtty.c260 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()

12