Lines Matching refs:PORT_UNKNOWN
213 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_line_settings()
311 if (uport->type == PORT_UNKNOWN) in uart_port_startup()
852 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_change_port()
862 if (uport->type == PORT_UNKNOWN || !uport->ops->request_port) in uart_change_port()
880 if (old_type == PORT_UNKNOWN) in uart_change_port()
886 uport->type = PORT_UNKNOWN; in uart_change_port()
1006 if (uport->type == PORT_UNKNOWN) in uart_set_info()
1137 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl) in uart_break_ctl()
1171 if (uport->type != PORT_UNKNOWN && uport->ops->release_port) in uart_do_autoconfig()
1802 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent()
2039 if (uport->type == PORT_UNKNOWN) { in uart_line_info()
2593 port->type = PORT_UNKNOWN; in uart_configure_port()
2604 if (port->type != PORT_UNKNOWN) { in uart_configure_port()
2669 if (!port || port->type == PORT_UNKNOWN || in uart_poll_init()
3247 if (uport->type != PORT_UNKNOWN && uport->ops->release_port) in serial_core_remove_one_port()
3255 uport->type = PORT_UNKNOWN; in serial_core_remove_one_port()