Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dkobil_sct.c46 #define KOBIL_BUF_LENGTH 300 macro
106 unsigned char buf[KOBIL_BUF_LENGTH]; /* buffer for the APDU to send */
306 if (count > (KOBIL_BUF_LENGTH - priv->filled)) { in kobil_write()