Searched refs:PICOLCDFB_SIZE (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/hid/ |
| D | hid-picolcd_fb.c | 51 #define PICOLCDFB_SIZE (PICOLCDFB_WIDTH * PICOLCDFB_HEIGHT / 8) macro 220 memset(fbdata->vbitmap, 0, PICOLCDFB_SIZE); in picolcd_fb_reset() 221 memset(fbdata->bitmap, 0, PICOLCDFB_SIZE*fbdata->bpp); in picolcd_fb_reset() 397 tmp_fb = kmalloc_array(PICOLCDFB_SIZE, info->var.bits_per_pixel, in picolcd_set_par() 405 for (i = 0; i < PICOLCDFB_SIZE; i++) { in picolcd_set_par() 413 memcpy(o_fb, tmp_fb, PICOLCDFB_SIZE); in picolcd_set_par() 418 memcpy(tmp_fb, o_fb, PICOLCDFB_SIZE); in picolcd_set_par() 419 for (i = 0; i < PICOLCDFB_SIZE * 8; i++) in picolcd_set_par() 524 PICOLCDFB_SIZE, dev); in picolcd_init_framebuffer() 541 info->fix.smem_len = PICOLCDFB_SIZE*8; in picolcd_init_framebuffer() [all …]
|