Home
last modified time | relevance | path

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

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