Searched refs:QT2_WRITE_BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
H A Dquatech2.c65 #define QT2_WRITE_BUFFER_SIZE 512 /* size of write buffer */ macro
754 port_priv->write_buffer = kmalloc(QT2_WRITE_BUFFER_SIZE, GFP_KERNEL); qt2_port_probe()
766 QT2_WRITE_BUFFER_SIZE, qt2_port_probe()
947 r = QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE; qt2_write_room()
973 count = min(count, QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE); qt2_write()

Completed in 45 milliseconds