Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 */
309 if (count > (KOBIL_BUF_LENGTH - priv->filled)) { in kobil_write()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dkobil_sct.c46 #define KOBIL_BUF_LENGTH 300 macro
107 unsigned char buf[KOBIL_BUF_LENGTH]; /* buffer for the APDU to send */
308 if (count > (KOBIL_BUF_LENGTH - priv->filled)) { in kobil_write()

Completed in 2 milliseconds