Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/mips/vr41xx/common/
Dsiu.c32 PORT_UNKNOWN,
149 if (port.type == PORT_UNKNOWN) in vr41xx_siu_setup()
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c188 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
500 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_speed()
898 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info()
911 if (uport->type != PORT_UNKNOWN && uport->ops->request_port) { in uart_set_info()
930 if (old_type != PORT_UNKNOWN) { in uart_set_info()
937 uport->type = PORT_UNKNOWN; in uart_set_info()
965 if (uport->type == PORT_UNKNOWN) in uart_set_info()
1101 if (uport->type != PORT_UNKNOWN) in uart_break_ctl()
1140 if (uport->type != PORT_UNKNOWN && uport->ops->release_port) in uart_do_autoconfig()
1540 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent()
[all …]
Dsunsu.c1048 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig()
1108 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig()
1166 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig()
1213 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init()
1455 up->port.type = PORT_UNKNOWN; in su_probe()
1479 if (up->port.type == PORT_UNKNOWN) in su_probe()
1521 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
Dvr41xx_siu.c164 return PORT_UNKNOWN; in siu_check_type()
704 if (port->type == PORT_UNKNOWN) in siu_init_ports()
830 if (port->type == PORT_UNKNOWN) in vr41xx_siu_early_setup()
Dserial_txx9.c1072 uart->port.type = PORT_UNKNOWN; in serial_txx9_unregister_port()
1134 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_suspend()
1148 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_resume()
D21285.c329 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.c427 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.c320 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
Dserial_ks8695.c515 if (ser->type != PORT_UNKNOWN && ser->type != PORT_KS8695) in ks8695uart_verify_port()
Dxilinx_uartps.c925 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in cdns_uart_verify_port()
1508 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()
Dnetx-serial.c447 if (ser->type != PORT_UNKNOWN && ser->type != PORT_NETX) in netx_verify_port()
Dmcf.c429 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
Dar933x_uart.c479 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
Dlantiq.c539 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC) in lqasc_verify_port()
Dvt8500_serial.c467 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
/Linux-v4.19/include/uapi/linux/
Dserial.h50 #define PORT_UNKNOWN 0 macro
Dserial_core.h29 #define PORT_UNKNOWN 0 macro
/Linux-v4.19/drivers/tty/serial/8250/
D8250_core.c868 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
882 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
925 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
934 if (serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
943 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused()
1093 uart->port.type = PORT_UNKNOWN; in serial8250_unregister_port()
D8250_em.c105 up.port.type = PORT_UNKNOWN; in serial8250_em_probe()
D8250_hp300.c109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
D8250_port.c69 [PORT_UNKNOWN] = {
1311 port->type = PORT_UNKNOWN; in autoconfig()
1337 if (port->type == PORT_UNKNOWN) in autoconfig()
3098 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
3101 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
3112 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
/Linux-v4.19/drivers/tty/ipwireless/
Dtty.c257 tmp.type = PORT_UNKNOWN; in ipwireless_get_serial_info()

123