Home
last modified time | relevance | path

Searched refs:cfag12864b_cache (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/auxdisplay/
H A Dcfag12864b.c208 static unsigned char *cfag12864b_cache; variable
262 if (memcmp(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE)) { in cfag12864b_update()
284 memcpy(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE); in cfag12864b_update()
336 cfag12864b_cache = kmalloc(CFAG12864B_SIZE, in cfag12864b_init()
338 if (cfag12864b_cache == NULL) { in cfag12864b_init()
357 kfree(cfag12864b_cache); in cfag12864b_init()
371 kfree(cfag12864b_cache); in cfag12864b_exit()