cfag12864b_cache  208 drivers/auxdisplay/cfag12864b.c static unsigned char *cfag12864b_cache;
cfag12864b_cache  262 drivers/auxdisplay/cfag12864b.c 	if (memcmp(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE)) {
cfag12864b_cache  284 drivers/auxdisplay/cfag12864b.c 		memcpy(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE);
cfag12864b_cache  336 drivers/auxdisplay/cfag12864b.c 	cfag12864b_cache = kmalloc(CFAG12864B_SIZE,
cfag12864b_cache  338 drivers/auxdisplay/cfag12864b.c 	if (cfag12864b_cache == NULL) {
cfag12864b_cache  357 drivers/auxdisplay/cfag12864b.c 	kfree(cfag12864b_cache);
cfag12864b_cache  371 drivers/auxdisplay/cfag12864b.c 	kfree(cfag12864b_cache);