Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/misc/
Drio500.c61 #define OBUF_SIZE 0x10000 macro
302 (count >= OBUF_SIZE) ? OBUF_SIZE : count; in write_rio()
480 if (!(rio->obuf = kmalloc(OBUF_SIZE, GFP_KERNEL))) { in probe_rio()