Home
last modified time | relevance | path

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

/drivers/usb/misc/
Drio500.c59 #define IBUF_SIZE 0x1000 macro
398 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()
489 if (!(rio->ibuf = kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_rio()