CFAG12864B_SIZE   262 drivers/auxdisplay/cfag12864b.c 	if (memcmp(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE)) {
CFAG12864B_SIZE   284 drivers/auxdisplay/cfag12864b.c 		memcpy(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE);
CFAG12864B_SIZE   326 drivers/auxdisplay/cfag12864b.c 	BUILD_BUG_ON(PAGE_SIZE < CFAG12864B_SIZE);
CFAG12864B_SIZE   336 drivers/auxdisplay/cfag12864b.c 	cfag12864b_cache = kmalloc(CFAG12864B_SIZE,
CFAG12864B_SIZE   341 drivers/auxdisplay/cfag12864b.c 			CFAG12864B_SIZE);
CFAG12864B_SIZE    79 drivers/auxdisplay/cfag12864bfb.c 	info->screen_size = CFAG12864B_SIZE;
CFAG12864B_SIZE    42 samples/auxdisplay/cfag12864b-example.c unsigned char cfag12864b_buffer[CFAG12864B_SIZE];
CFAG12864B_SIZE    57 samples/auxdisplay/cfag12864b-example.c 	cfag12864b_mem = mmap(0, CFAG12864B_SIZE, PROT_READ | PROT_WRITE,
CFAG12864B_SIZE    72 samples/auxdisplay/cfag12864b-example.c 	munmap(cfag12864b_mem, CFAG12864B_SIZE);
CFAG12864B_SIZE   130 samples/auxdisplay/cfag12864b-example.c 	for (i = 0; i < CFAG12864B_SIZE; i++)
CFAG12864B_SIZE   141 samples/auxdisplay/cfag12864b-example.c 	for (i = 0; i < CFAG12864B_SIZE; i++)
CFAG12864B_SIZE   173 samples/auxdisplay/cfag12864b-example.c 	memcpy(cfag12864b_mem, cfag12864b_buffer, CFAG12864B_SIZE);