Home
last modified time | relevance | path

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

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