Searched refs:IMGSIZE (Results 1 – 3 of 3) sorted by relevance
30 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1) macro159 while (bytes_read < IMGSIZE) { in idmouse_create_image()182 for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH) in idmouse_create_image()187 for (bytes_read = IMGSIZE-WIDTH; bytes_read < IMGSIZE-1; bytes_read++) in idmouse_create_image()309 dev->bulk_in_buffer, IMGSIZE); in idmouse_read()352 dev->bulk_in_buffer = kmalloc(IMGSIZE + dev->bulk_in_size, GFP_KERNEL); in idmouse_probe()
19 #define IMGSIZE 0x28 macro
73 print_wrapper_reg(dev, reg, IMGSIZE); in print_wrapper_info()