IMGSIZE           160 drivers/usb/misc/idmouse.c 	while (bytes_read < IMGSIZE) {
IMGSIZE           187 drivers/usb/misc/idmouse.c 	for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH)
IMGSIZE           192 drivers/usb/misc/idmouse.c 	for (bytes_read = IMGSIZE-WIDTH; bytes_read < IMGSIZE-1; bytes_read++)
IMGSIZE           324 drivers/usb/misc/idmouse.c 					dev->bulk_in_buffer, IMGSIZE);
IMGSIZE           367 drivers/usb/misc/idmouse.c 	dev->bulk_in_buffer = kmalloc(IMGSIZE + dev->bulk_in_size, GFP_KERNEL);