Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dftdi_sio.c645 … int write_offset; /* This is the offset in the usb data block to write the serial data - member
1229 priv->write_offset = 1; in ftdi_SIO_startup()
1533 data_offset = priv->write_offset; in ftdi_write()
1674 room *= URB_TRANSFER_BUFFER_SIZE - priv->write_offset; in ftdi_write_room()
1686 int data_offset = priv->write_offset; in ftdi_chars_in_buffer()