Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dquatech2.c61 #define QT2_WRITE_BUFFER_SIZE 512 /* size of write buffer */ macro
668 port_priv->write_buffer = kmalloc(QT2_WRITE_BUFFER_SIZE, GFP_KERNEL); in qt2_port_probe()
680 QT2_WRITE_BUFFER_SIZE, in qt2_port_probe()
869 r = QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE; in qt2_write_room()
895 count = min(count, QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE); in qt2_write()