Lines Matching defs:device_port
115 u8 device_port;
228 status = qt2_setregister(dev, port_priv->device_port, UART_MCR,
282 status = qt2_set_port_config(dev, port_priv->device_port, baud,
291 port_priv->device_port);
294 0, port_priv->device_port);
303 x, port_priv->device_port);
306 0, port_priv->device_port);
319 u16 device_port;
323 device_port = port->port_number;
331 QT2_QMCR_RS232, device_port);
335 __func__, device_port, status);
348 device_port, data, 2, QT2_USB_TIMEOUT);
367 status = qt2_set_port_config(serial->dev, device_port,
371 __func__, device_port);
375 port_priv->device_port = (u8) device_port;
399 port_priv->device_port, NULL, 0, QT2_USB_TIMEOUT);
409 port_priv->device_port, NULL, 0, QT2_USB_TIMEOUT);
420 port_priv->device_port, NULL, 0, QT2_USB_TIMEOUT);
715 r = qt2_getregister(dev, port_priv->device_port, UART_MCR, d);
719 r = qt2_getregister(dev, port_priv->device_port, UART_MSR, d + 1);
756 val, port_priv->device_port);
776 if (qt2_setregister(dev, port_priv->device_port,
906 *data++ = port_priv->device_port;