Searched refs:BULK_SIZE (Results 1 - 4 of 4) sorted by relevance

/drivers/bluetooth/
H A Dath3k.c106 #define BULK_SIZE 4096 macro
120 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
138 size = min_t(uint, count, BULK_SIZE);
191 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
214 size = min_t(uint, count, BULK_SIZE);
/drivers/gpu/drm/udl/
H A Dudl_main.c16 /* -BULK_SIZE as per usb-skeleton. Can we get full page and avoid overhead? */
17 #define BULK_SIZE 512 macro
19 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
/drivers/media/video/gspca/
H A Dse401.c30 #define BULK_SIZE 4096 macro
376 cam->bulk_size = BULK_SIZE;
/drivers/video/
H A Dsmscufx.c61 /* -BULK_SIZE as per usb-skeleton. Can we get full page and avoid overhead? */
62 #define BULK_SIZE (512) macro
63 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)

Completed in 279 milliseconds