Home
last modified time | relevance | path

Searched refs:user_byte_count (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/serial/
Dftdi_sio.c1539 int user_byte_count; /* Number of bytes of user data */ in ftdi_write() local
1575 user_byte_count = urb_byte_count - data_offset; in ftdi_write()
1580 current_position, user_byte_count )){ in ftdi_write()
1585 current_position, user_byte_count ); in ftdi_write()
1591 *first_byte = 1 | ((user_byte_count) << 2) ; in ftdi_write()
1619 current_position += user_byte_count; in ftdi_write()
1620 user_bytes_sent += user_byte_count; in ftdi_write()
1621 count -= user_byte_count; in ftdi_write()