BULK_SIZE         217 drivers/bluetooth/ath3k.c 	send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
BULK_SIZE         240 drivers/bluetooth/ath3k.c 		size = min_t(uint, count, BULK_SIZE);
BULK_SIZE         312 drivers/bluetooth/ath3k.c 	send_buf = kmalloc(BULK_SIZE, GFP_KERNEL);
BULK_SIZE         340 drivers/bluetooth/ath3k.c 		size = min_t(uint, count, BULK_SIZE);
BULK_SIZE          22 drivers/gpu/drm/udl/udl_main.c #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
BULK_SIZE         301 drivers/media/usb/gspca/se401.c 	cam->bulk_size = BULK_SIZE;
BULK_SIZE         528 drivers/media/usb/gspca/touptek.c 	gspca_dev->cam.bulk_size = BULK_SIZE;
BULK_SIZE         558 drivers/media/usb/gspca/touptek.c 	if (len != BULK_SIZE) {
BULK_SIZE          60 drivers/video/fbdev/smscufx.c #define MAX_TRANSFER		(PAGE_SIZE*16 - BULK_SIZE)
BULK_SIZE          73 include/video/udlfb.h #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)