Searched refs:urb_byte_count (Results 1 – 1 of 1) sorted by relevance
1538 int urb_byte_count; /* Number of bytes of URB data */ in ftdi_write() local1574 urb_byte_count = min (count + data_offset, URB_TRANSFER_BUFFER_SIZE); in ftdi_write()1575 user_byte_count = urb_byte_count - data_offset; in ftdi_write()1595 usb_serial_debug_data (__FILE__, __FUNCTION__, urb_byte_count, first_byte); in ftdi_write()1600 urb->transfer_buffer, urb_byte_count, in ftdi_write()