Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/mips/vr41xx/common/
Dsiu.c19 PORT_UNKNOWN,
136 if (port.type == PORT_UNKNOWN) in vr41xx_siu_setup()
/Linux-v5.10/include/uapi/linux/
Dserial.h50 #define PORT_UNKNOWN 0 macro
/Linux-v5.10/drivers/tty/serial/
Dserial_core.c191 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
513 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_speed()
915 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
928 if (uport->type != PORT_UNKNOWN && uport->ops->request_port) { in uart_set_info()
947 if (old_type != PORT_UNKNOWN) { in uart_set_info()
954 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()
1601 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent()
[all …]
Dsunsu.c1044 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig()
1104 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig()
1162 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig()
1209 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init()
1472 up->port.type = PORT_UNKNOWN; in su_probe()
1497 if (up->port.type == PORT_UNKNOWN) in su_probe()
1539 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
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.c271 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
Darc_uart.c423 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
Dtimbuart.c309 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
Dapbuart.c316 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_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()
Daltera_uart.c389 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
Dmcf.c429 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
Duartlite.c652 port->type = PORT_UNKNOWN; in ulite_assign()
Dvt8500_serial.c463 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
Dpnx8xxx_uart.c607 if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX) in pnx8xxx_verify_port()
Ddz.c732 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ) in dz_verify_port()
Defm32-uart.c482 if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART) in efm32_uart_verify_port()
/Linux-v5.10/drivers/tty/serial/8250/
D8250_core.c874 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
888 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
931 if (i < nr_uarts && 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()
949 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused()
1154 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.c196 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
D8250_port.c59 [PORT_UNKNOWN] = {
1307 port->type = PORT_UNKNOWN; in autoconfig()
1333 if (port->type == PORT_UNKNOWN) in autoconfig()
3142 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
3145 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
3156 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
/Linux-v5.10/drivers/tty/ipwireless/
Dtty.c262 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()

12