Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/misc/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/misc/
H A 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()

Completed in 7 milliseconds