/linux-4.4.14/arch/mips/vr41xx/common/ |
D | siu.c | 32 PORT_UNKNOWN, 149 if (port.type == PORT_UNKNOWN) in vr41xx_siu_setup()
|
/linux-4.4.14/include/uapi/linux/ |
D | serial.h | 49 #define PORT_UNKNOWN 0 macro
|
D | serial_core.h | 28 #define PORT_UNKNOWN 0 macro
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial_core.c | 141 if (uport->type == PORT_UNKNOWN) in uart_port_startup() 454 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_speed() 830 if (old_type != PORT_UNKNOWN) in uart_set_info() 843 if (uport->type != PORT_UNKNOWN) { in uart_set_info() 862 if (old_type != PORT_UNKNOWN) { in uart_set_info() 869 uport->type = PORT_UNKNOWN; in uart_set_info() 897 if (uport->type == PORT_UNKNOWN) in uart_set_info() 1018 if (uport->type != PORT_UNKNOWN) in uart_break_ctl() 1050 if (uport->type != PORT_UNKNOWN) in uart_do_autoconfig() 1453 if (port->type == PORT_UNKNOWN || port->fifosize == 0) in uart_wait_until_sent() [all …]
|
D | nwpserial.c | 364 if (nwpserial_ports[i].port.type == PORT_UNKNOWN && in nwpserial_register_port() 425 up->port.type = PORT_UNKNOWN; in nwpserial_unregister_port() 443 if (nwpserial_ports[i].port.type == PORT_UNKNOWN) { in nwpserial_console_init()
|
D | sunsu.c | 1047 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig() 1107 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig() 1165 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig() 1212 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init() 1454 up->port.type = PORT_UNKNOWN; in su_probe() 1478 if (up->port.type == PORT_UNKNOWN) in su_probe() 1519 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
|
D | vr41xx_siu.c | 177 return PORT_UNKNOWN; in siu_check_type() 717 if (port->type == PORT_UNKNOWN) in siu_init_ports() 843 if (port->type == PORT_UNKNOWN) in vr41xx_siu_early_setup()
|
D | of_serial.c | 223 case PORT_UNKNOWN: in of_platform_serial_probe()
|
D | serial_txx9.c | 1075 uart->port.type = PORT_UNKNOWN; in serial_txx9_unregister_port() 1137 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_suspend() 1151 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_resume()
|
D | 21285.c | 328 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
|
D | altera_jtaguart.c | 275 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
|
D | arc_uart.c | 430 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
|
D | timbuart.c | 321 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
|
D | apbuart.c | 319 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
|
D | xilinx_uartps.c | 854 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in cdns_uart_verify_port() 1045 port->type = PORT_UNKNOWN; in cdns_uart_get_port()
|
D | uartlite.c | 584 port->type = PORT_UNKNOWN; in ulite_assign()
|
D | tilegx.c | 561 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_TILEGX)) in tilegx_verify_port()
|
D | serial_ks8695.c | 520 if (ser->type != PORT_UNKNOWN && ser->type != PORT_KS8695) in ks8695uart_verify_port()
|
D | altera_uart.c | 379 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
|
D | ar933x_uart.c | 482 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
|
D | mcf.c | 433 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
|
D | lantiq.c | 551 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC) in lqasc_verify_port()
|
D | netx-serial.c | 459 if (ser->type != PORT_UNKNOWN && ser->type != PORT_NETX) in netx_verify_port()
|
D | vt8500_serial.c | 476 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
|
D | pnx8xxx_uart.c | 617 if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX) in pnx8xxx_verify_port()
|
D | dz.c | 735 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ) in dz_verify_port()
|
D | efm32-uart.c | 484 if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART) in efm32_uart_verify_port()
|
D | amba-pl010.c | 548 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
|
D | max3100.c | 682 if (ser->type == PORT_UNKNOWN || ser->type == PORT_MAX3100) in max3100_verify_port()
|
D | sb1250-duart.c | 752 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SB1250_DUART) in sbd_verify_port()
|
D | rp2.c | 576 if (ser->type != PORT_UNKNOWN && ser->type != PORT_RP2) in rp2_uart_verify_port()
|
D | sa1100.c | 578 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port()
|
D | sccnxp.c | 773 if ((s->type == PORT_UNKNOWN) || (s->type == PORT_SC26XX)) in sccnxp_verify_port()
|
D | ucc_uart.c | 1073 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()
|
D | max310x.c | 976 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_MAX310X)) in max310x_verify_port()
|
D | sc16is7xx.c | 1044 if ((s->type != PORT_UNKNOWN) && (s->type != PORT_SC16IS7XX)) in sc16is7xx_verify_port()
|
D | mxs-auart.c | 397 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX) in mxs_auart_verify_port()
|
D | zs.c | 1038 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ZS) in zs_verify_port()
|
D | msm_serial.c | 1176 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_MSM)) in msm_verify_port()
|
D | mpc52xx_uart.c | 1336 if (ser->type != PORT_UNKNOWN && ser->type != PORT_MPC52xx) in mpc52xx_uart_verify_port()
|
D | pch_uart.c | 1779 case PORT_UNKNOWN: in pch_uart_init_port()
|
D | fsl_lpuart.c | 1482 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LPUART) in lpuart_verify_port()
|
D | mpsc.c | 1531 if (ser->type != PORT_UNKNOWN && ser->type != PORT_MPSC) in mpsc_verify_port()
|
D | samsung.c | 1428 if (ser->type != PORT_UNKNOWN && ser->type != info->type) in s3c24xx_serial_verify_port()
|
D | imx.c | 1472 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX) in imx_verify_port()
|
D | amba-pl011.c | 1981 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl011_verify_port()
|
D | atmel_serial.c | 2308 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ATMEL) in atmel_verify_port()
|
D | crisv10.c | 3996 if (!info->ioport || (info->type == PORT_UNKNOWN)) { in seq_line_info()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_core.c | 863 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend() 877 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume() 920 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused() 929 if (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() 1075 uart->port.type = PORT_UNKNOWN; in serial8250_unregister_port()
|
D | 8250_em.c | 116 up.port.type = PORT_UNKNOWN; in serial8250_em_probe()
|
D | 8250_hp300.c | 109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
|
D | 8250_port.c | 61 [PORT_UNKNOWN] = { 1170 port->type = PORT_UNKNOWN; in autoconfig() 1196 if (port->type == PORT_UNKNOWN) in autoconfig() 2696 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port() 2699 if (port->type == PORT_UNKNOWN) in serial8250_config_port() 2715 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
|
/linux-4.4.14/drivers/tty/ipwireless/ |
D | tty.c | 259 tmp.type = PORT_UNKNOWN; in ipwireless_get_serial_info()
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 298 port->type should be set to the type found, or PORT_UNKNOWN if
|
/linux-4.4.14/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 672 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()
|
/linux-4.4.14/include/linux/ |
D | libata.h | 333 PORT_UNKNOWN = 0, enumerator
|
/linux-4.4.14/drivers/tty/ |
D | mxser.c | 1984 if (info->type == PORT_UNKNOWN) in mxser_wait_until_sent()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 1236 tmp.type = PORT_UNKNOWN; in get_serial_info()
|