Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/mips/vr41xx/common/
Dsiu.c19 PORT_UNKNOWN,
136 if (port.type == PORT_UNKNOWN) in vr41xx_siu_setup()
/Linux-v5.15/drivers/tty/serial/
Dserial_core.c191 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
489 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_speed()
891 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
904 if (uport->type != PORT_UNKNOWN && uport->ops->request_port) { in uart_set_info()
923 if (old_type != PORT_UNKNOWN) { in uart_set_info()
930 uport->type = PORT_UNKNOWN; in uart_set_info()
957 if (uport->type == PORT_UNKNOWN) in uart_set_info()
1091 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl) in uart_break_ctl()
1130 if (uport->type != PORT_UNKNOWN && uport->ops->release_port) in uart_do_autoconfig()
1580 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent()
[all …]
Dsunsu.c1040 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig()
1100 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig()
1158 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig()
1205 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init()
1468 up->port.type = PORT_UNKNOWN; in su_probe()
1493 if (up->port.type == PORT_UNKNOWN) in su_probe()
1535 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
Dliteuart.c222 if (port->type != PORT_UNKNOWN && ser->type != 1) in liteuart_verify_port()
284 port->type = PORT_UNKNOWN; in liteuart_probe()
Dvr41xx_siu.c160 return PORT_UNKNOWN; in siu_check_type()
700 if (port->type == PORT_UNKNOWN) in siu_init_ports()
826 if (port->type == PORT_UNKNOWN) in vr41xx_siu_early_setup()
Dserial_txx9.c1067 uart->port.type = PORT_UNKNOWN; in serial_txx9_unregister_port()
1130 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_suspend()
1144 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_resume()
D21285.c364 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
Daltera_jtaguart.c269 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
Darc_uart.c421 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
Dtimbuart.c307 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
Dapbuart.c314 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
Daltera_uart.c387 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
Dxilinx_uartps.c941 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in cdns_uart_verify_port()
1549 port->type = PORT_UNKNOWN; in cdns_uart_probe()
Dvt8500_serial.c461 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
Dmcf.c427 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
Dar933x_uart.c551 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
Ddz.c732 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ) in dz_verify_port()
Duartlite.c651 port->type = PORT_UNKNOWN; in ulite_assign()
/Linux-v5.15/include/uapi/linux/
Dserial.h50 #define PORT_UNKNOWN 0 macro
/Linux-v5.15/drivers/tty/serial/8250/
D8250_core.c865 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
879 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
922 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
931 if (serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
940 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused()
1145 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.c200 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
D8250_port.c59 [PORT_UNKNOWN] = {
1314 port->type = PORT_UNKNOWN; in autoconfig()
1340 if (port->type == PORT_UNKNOWN) in autoconfig()
3195 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
3198 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
3209 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
/Linux-v5.15/drivers/tty/ipwireless/
Dtty.c260 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()

12