Home
last modified time | relevance | path

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

123

/linux-3.4.99/arch/mips/vr41xx/common/
Dsiu.c32 PORT_UNKNOWN,
149 if (port.type == PORT_UNKNOWN) in vr41xx_siu_setup()
/linux-3.4.99/drivers/tty/serial/
Dof_serial.c131 case PORT_UNKNOWN: in of_platform_serial_probe()
195 { .type = "serial", .data = (void *)PORT_UNKNOWN, },
Dserial_core.c142 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
443 if (!tty || !tty->termios || uport->type == PORT_UNKNOWN) in uart_change_speed()
789 if (old_type != PORT_UNKNOWN) in uart_set_info()
802 if (uport->type != PORT_UNKNOWN) { in uart_set_info()
813 if (retval && old_type != PORT_UNKNOWN) { in uart_set_info()
826 uport->type = PORT_UNKNOWN; in uart_set_info()
854 if (uport->type == PORT_UNKNOWN) in uart_set_info()
954 if (uport->type != PORT_UNKNOWN) in uart_break_ctl()
986 if (uport->type != PORT_UNKNOWN) in uart_do_autoconfig()
1327 if (port->type == PORT_UNKNOWN || port->fifosize == 0) in uart_wait_until_sent()
[all …]
Dnwpserial.c366 if (nwpserial_ports[i].port.type == PORT_UNKNOWN && in nwpserial_register_port()
427 up->port.type = PORT_UNKNOWN; in nwpserial_unregister_port()
445 if (nwpserial_ports[i].port.type == PORT_UNKNOWN) { in nwpserial_console_init()
Dsunsu.c1035 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig()
1095 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig()
1153 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig()
1200 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init()
1445 up->port.type = PORT_UNKNOWN; in su_probe()
1469 if (up->port.type == PORT_UNKNOWN) in su_probe()
1510 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
Dvr41xx_siu.c177 return PORT_UNKNOWN; in siu_check_type()
719 if (port->type == PORT_UNKNOWN) in siu_init_ports()
845 if (port->type == PORT_UNKNOWN) in vr41xx_siu_early_setup()
Dxilinx_uartps.c640 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in xuartps_verify_port()
789 port->type = PORT_UNKNOWN; in xuartps_get_port()
Dserial_txx9.c1088 uart->port.type = PORT_UNKNOWN; in serial_txx9_unregister_port()
1150 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_suspend()
1164 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_resume()
D21285.c333 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
Daltera_jtaguart.c277 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
Dm32r_sio.c139 [PORT_UNKNOWN] = {
920 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in m32r_sio_verify_port()
Dapbuart.c323 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
Dtimbuart.c324 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
Duartlite.c525 port->type = PORT_UNKNOWN; in ulite_assign()
Daltera_uart.c375 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
Dar933x_uart.c404 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
Dserial_ks8695.c521 if (ser->type != PORT_UNKNOWN && ser->type != PORT_KS8695) in ks8695uart_verify_port()
Dvt8500_serial.c427 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_VT8500)) in vt8500_verify_port()
Dmcf.c414 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
Dlantiq.c549 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC) in lqasc_verify_port()
/linux-3.4.99/include/linux/
Dserial.h66 #define PORT_UNKNOWN 0 macro
Dserial_core.h28 #define PORT_UNKNOWN 0 macro
/linux-3.4.99/drivers/tty/serial/8250/
D8250.c139 [PORT_UNKNOWN] = {
1173 port->type = PORT_UNKNOWN; in autoconfig()
1212 if (port->type == PORT_UNKNOWN) in autoconfig()
2661 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()
2666 if (port->type == PORT_UNKNOWN) in serial8250_config_port()
2674 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
3111 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend()
3125 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume()
3173 if (serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused()
3182 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused()
[all …]
D8250_hp300.c114 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
/linux-3.4.99/drivers/tty/ipwireless/
Dtty.c292 tmp.type = PORT_UNKNOWN; in ipwireless_get_serial_info()

123