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

/linux-master/drivers/misc/cardreader/
H A Drtsx_usb.c109 if (cmd_len > IOBUF_SIZE)
217 if (ucr->cmd_idx < (IOBUF_SIZE - CMD_OFFSET) / 4) {
634 ucr->cmd_buf = kmalloc(IOBUF_SIZE, GFP_KERNEL);
638 ucr->rsp_buf = kmalloc(IOBUF_SIZE, GFP_KERNEL);
/linux-master/include/linux/
H A Drtsx_usb.h63 #define IOBUF_SIZE 1024 macro

Completed in 120 milliseconds