Searched refs:TBUF_SIZE (Results 1 – 1 of 1) sorted by relevance
81 #define TBUF_SIZE 256 macro695 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()