Lines Matching defs:data
204 /* set data bit count */
346 /* remove any data still left: also clears error state */
531 const __u8 *data = urb->transfer_buffer;
548 if ((urb->actual_length == 4) && (data[0] == 0xe8)) {
549 const __u8 id = data[1]&UART_IIR_ID;
550 dev_dbg(&port->dev, "%s: iir=%02x\n", __func__, data[1]);
553 __func__, data[3]);
554 ark3116_update_msr(port, data[3]);
558 __func__, data[2]);
559 ark3116_update_lsr(port, data[2]);
564 * Not sure what this data meant...
579 /* Data comes in via the bulk (data) URB, errors/interrupts via the int URB.
580 * This means that we cannot be sure which data byte has an associated error
581 * condition, so we report an error for all data in the next bulk read.
583 * Actually, there might even be a window between the bulk data leaving the
585 * interrupt for the next data block could come in.
587 * error for the next block of data as well...
594 unsigned char *data = urb->transfer_buffer;
620 tty_insert_flip_string_fixed_flag(&port->port, data, tty_flag,
701 * On an UART interrupt, 4 bytes of data come in on the interrupt
716 * RTS +5V when the 3116 cannot transfer the data to the USB bus
726 * - IrDA encodes data differently than RS232. Most likely, one of