Home
last modified time | relevance | path

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

/Linux-v5.10/include/video/
Dudlfb.h72 #define BULK_SIZE 512 macro
73 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
/Linux-v5.10/drivers/bluetooth/
Dath3k.c200 #define BULK_SIZE 4096 macro
215 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL); in ath3k_load_firmware()
237 size = min_t(uint, count, BULK_SIZE); in ath3k_load_firmware()
284 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL); in ath3k_load_fwfile()
310 size = min_t(uint, count, BULK_SIZE); in ath3k_load_fwfile()
/Linux-v5.10/lib/
Dtest_meminit.c186 #define BULK_SIZE 100 macro
187 static void *bulk_array[BULK_SIZE];
213 ret = kmem_cache_alloc_bulk(c, alloc_mask, BULK_SIZE, bulk_array); in do_kmem_cache_size()
/Linux-v5.10/drivers/media/usb/gspca/
Dtouptek.c99 #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()
Dse401.c16 #define BULK_SIZE 4096 macro
301 cam->bulk_size = BULK_SIZE; in sd_config()
/Linux-v5.10/drivers/gpu/drm/udl/
Dudl_main.c18 #define BULK_SIZE 512 macro
22 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
/Linux-v5.10/drivers/video/fbdev/
Dsmscufx.c59 #define BULK_SIZE (512) macro
60 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)