PICOLCDFB_SIZE    210 drivers/hid/hid-picolcd_fb.c 		memset(fbdata->vbitmap, 0, PICOLCDFB_SIZE);
PICOLCDFB_SIZE    211 drivers/hid/hid-picolcd_fb.c 		memset(fbdata->bitmap, 0, PICOLCDFB_SIZE*fbdata->bpp);
PICOLCDFB_SIZE    387 drivers/hid/hid-picolcd_fb.c 	tmp_fb = kmalloc_array(PICOLCDFB_SIZE, info->var.bits_per_pixel,
PICOLCDFB_SIZE    395 drivers/hid/hid-picolcd_fb.c 		for (i = 0; i < PICOLCDFB_SIZE; i++) {
PICOLCDFB_SIZE    403 drivers/hid/hid-picolcd_fb.c 		memcpy(o_fb, tmp_fb, PICOLCDFB_SIZE);
PICOLCDFB_SIZE    408 drivers/hid/hid-picolcd_fb.c 		memcpy(tmp_fb, o_fb, PICOLCDFB_SIZE);
PICOLCDFB_SIZE    409 drivers/hid/hid-picolcd_fb.c 		for (i = 0; i < PICOLCDFB_SIZE * 8; i++)
PICOLCDFB_SIZE    514 drivers/hid/hid-picolcd_fb.c 			PICOLCDFB_SIZE, dev);
PICOLCDFB_SIZE    529 drivers/hid/hid-picolcd_fb.c 	info->fix.smem_len   = PICOLCDFB_SIZE*8;
PICOLCDFB_SIZE    539 drivers/hid/hid-picolcd_fb.c 	fbdata->bitmap  = vmalloc(PICOLCDFB_SIZE*8);
PICOLCDFB_SIZE    546 drivers/hid/hid-picolcd_fb.c 	memset(fbdata->vbitmap, 0xff, PICOLCDFB_SIZE);