Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dquatech2.c61 #define QT2_WRITE_BUFFER_SIZE 512 /* size of write buffer */ macro
705 port_priv->write_buffer = kmalloc(QT2_WRITE_BUFFER_SIZE, GFP_KERNEL); in qt2_port_probe()
717 QT2_WRITE_BUFFER_SIZE, in qt2_port_probe()
904 r = QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE; in qt2_write_room()
930 count = min(count, QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE); in qt2_write()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds