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

/linux-master/include/video/
H A Dudlfb.h71 /* -BULK_SIZE as per usb-skeleton. Can we get full page and avoid overhead? */
72 #define BULK_SIZE 512 macro
73 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
/linux-master/lib/
H A Dtest_meminit.c207 #define BULK_SIZE 100 macro
208 static void *bulk_array[BULK_SIZE];
234 ret = kmem_cache_alloc_bulk(c, alloc_mask, BULK_SIZE, bulk_array);
/linux-master/drivers/bluetooth/
H A Dath3k.c199 #define BULK_SIZE 4096 macro
214 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
236 size = min_t(uint, count, BULK_SIZE);
283 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
309 size = min_t(uint, count, BULK_SIZE);
/linux-master/drivers/gpu/drm/udl/
H A Dudl_main.c17 /* -BULK_SIZE as per usb-skeleton. Can we get full page and avoid overhead? */
18 #define BULK_SIZE 512 macro
22 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
/linux-master/drivers/media/usb/gspca/
H A Dtouptek.c99 #define BULK_SIZE 0x4000 macro
528 gspca_dev->cam.bulk_size = BULK_SIZE;
558 if (len != BULK_SIZE) {
H A Dse401.c16 #define BULK_SIZE 4096 macro
301 cam->bulk_size = BULK_SIZE;
/linux-master/drivers/video/fbdev/
H A Dsmscufx.c58 /* -BULK_SIZE as per usb-skeleton. Can we get full page and avoid overhead? */
59 #define BULK_SIZE (512) macro
60 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)

Completed in 153 milliseconds