Lines Matching defs:data
206 rate change. Both of these messages send a single byte of data.
210 whether data will be transmitted to a device which is not asserting
211 the 'CTS' signal. If the second message's data byte is zero, data
213 flow control). if the second message's data byte is nonzero (a
214 value of 1 is used by this driver), data will not be transmitted to
232 dev_dbg(&port->dev, "set_baud_rate: send second control message, data = %02X\n",
512 unsigned char *data = urb->transfer_buffer;
534 usb_serial_debug_data(&port->dev, __func__, urb->actual_length, data);
541 tty_insert_flip_string(&port->port, data,
550 * signal changes and errors). data[0] holds MSR, data[1] holds LSR.
553 priv->last_msr = data[MCT_U232_MSR_INDEX];
563 priv->last_lsr = data[MCT_U232_LSR_INDEX];
649 /* set the number of data bits */