Searched refs:TBUF_SIZE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/misc/
H A Dusbtest.c106 #define TBUF_SIZE 256 macro
735 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */
915 if (total > TBUF_SIZE)
916 total = TBUF_SIZE;
981 dev->buf, TBUF_SIZE);
1022 dev->buf, TBUF_SIZE);
2798 dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL);

Completed in 211 milliseconds