Searched refs:BULK_SIZE (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | udlfb.h | 71 /* -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)
|
/kernel/linux/linux-6.6/include/video/ |
H A D | udlfb.h | 71 /* -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)
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | ath3k.c | 200 #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()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | ath3k.c | 199 #define BULK_SIZE 4096 macro 214 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL); in ath3k_load_firmware() 236 size = min_t(uint, count, BULK_SIZE); in ath3k_load_firmware() 283 send_buf = kmalloc(BULK_SIZE, GFP_KERNEL); in ath3k_load_fwfile() 309 size = min_t(uint, count, BULK_SIZE); in ath3k_load_fwfile()
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_meminit.c | 186 #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()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_meminit.c | 207 #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); in do_kmem_cache_size()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 17 /* -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)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 17 /* -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)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | smscufx.c | 58 /* -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)
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | smscufx.c | 58 /* -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 14 milliseconds