Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/misc/
Dusbtest.c80 #define TBUF_SIZE 256 macro
682 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */ in is_good_config()
862 if (total > TBUF_SIZE) in ch9_postconfig()
863 total = TBUF_SIZE; in ch9_postconfig()
928 dev->buf, TBUF_SIZE); in ch9_postconfig()
969 dev->buf, TBUF_SIZE); in ch9_postconfig()
2573 dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL); in usbtest_probe()