Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/misc/
Dusbtest.c81 #define TBUF_SIZE 256 macro
695 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */ in is_good_config()
875 if (total > TBUF_SIZE) in ch9_postconfig()
876 total = TBUF_SIZE; in ch9_postconfig()
941 dev->buf, TBUF_SIZE); in ch9_postconfig()
982 dev->buf, TBUF_SIZE); in ch9_postconfig()
2617 dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL); in usbtest_probe()