Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Ddigi_acceleport.c35 #define DIGI_OUT_BUF_SIZE 8 macro
191 unsigned char dp_out_buf[DIGI_OUT_BUF_SIZE];
908 if (count == 1 && priv->dp_out_buf_len < DIGI_OUT_BUF_SIZE) { in digi_write()