HT16K33_FB_SIZE   141 drivers/auxdisplay/ht16k33.c 	while (pos < HT16K33_FB_SIZE && first < 0) {
HT16K33_FB_SIZE   151 drivers/auxdisplay/ht16k33.c 	len = HT16K33_FB_SIZE - first;
HT16K33_FB_SIZE   152 drivers/auxdisplay/ht16k33.c 	p1 = fbdev->cache + HT16K33_FB_SIZE - 1;
HT16K33_FB_SIZE   153 drivers/auxdisplay/ht16k33.c 	p2 = fbdev->buffer + HT16K33_FB_SIZE - 1;
HT16K33_FB_SIZE   423 drivers/auxdisplay/ht16k33.c 	BUILD_BUG_ON(PAGE_SIZE < HT16K33_FB_SIZE);
HT16K33_FB_SIZE   428 drivers/auxdisplay/ht16k33.c 	fbdev->cache = devm_kmalloc(&client->dev, HT16K33_FB_SIZE, GFP_KERNEL);
HT16K33_FB_SIZE   451 drivers/auxdisplay/ht16k33.c 	fbdev->info->screen_size = HT16K33_FB_SIZE;