Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/misc/
Dusbtest.c106 #define TBUF_SIZE 256 macro
727 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */ in is_good_config()
907 if (total > TBUF_SIZE) in ch9_postconfig()
908 total = TBUF_SIZE; in ch9_postconfig()
973 dev->buf, TBUF_SIZE); in ch9_postconfig()
1014 dev->buf, TBUF_SIZE); in ch9_postconfig()
2770 dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL); in usbtest_probe()