Searched refs:IMGSIZE (Results 1 – 2 of 2) sorted by relevance
30 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1) macro159 while (bytes_read < IMGSIZE) { in idmouse_create_image()186 for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH) in idmouse_create_image()191 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()
589 + dev_dbg(dev, " MXC JPEG IMGSIZE %x (%d x %d)\n", desc->imgsize,632 + print_wrapper_reg(dev, reg, IMGSIZE);805 + writel(desc->imgsize, reg + IMGSIZE);835 +#define IMGSIZE 0x28