Home
last modified time | relevance | path

Searched refs:IMGSIZE (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Didmouse.c30 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1) macro
159 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()