Searched refs:BULK_SIZE (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | ath3k.c | 197 #define BULK_SIZE 4096 macro 212 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL); in ath3k_load_firmware() 234 size = min_t(uint, count, BULK_SIZE); in ath3k_load_firmware() 281 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL); in ath3k_load_fwfile() 307 size = min_t(uint, count, BULK_SIZE); in ath3k_load_fwfile()
|
| /linux/lib/ |
| H A D | test_meminit.c | 207 #define BULK_SIZE 100 macro 208 static void *bulk_array[BULK_SIZE]; 232 if (!kmem_cache_alloc_bulk(c, alloc_mask, BULK_SIZE, in do_kmem_cache_size() 237 for (i = 0; i < BULK_SIZE; i++) in do_kmem_cache_size() 239 kmem_cache_free_bulk(c, BULK_SIZE, bulk_array); in do_kmem_cache_size()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | touptek.c | 99 #define BULK_SIZE 0x4000 macro 528 gspca_dev->cam.bulk_size = BULK_SIZE; in sd_config() 558 if (len != BULK_SIZE) { in sd_pkt_scan()
|
| H A D | se401.c | 16 #define BULK_SIZE 4096 macro 301 cam->bulk_size = BULK_SIZE; in sd_config()
|
| /linux/drivers/gpu/drm/udl/ |
| H A D | udl_main.c | 20 #define BULK_SIZE 512 macro 24 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
|
| /linux/drivers/video/fbdev/ |
| H A D | smscufx.c | 59 #define BULK_SIZE (512) macro 60 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
|