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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/auxdisplay/
H A Dcfag12864b.c222 static unsigned char *cfag12864b_cache; variable
276 if (memcmp(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE)) {
298 memcpy(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE);
350 cfag12864b_cache = kmalloc(sizeof(unsigned char) *
352 if (cfag12864b_cache == NULL) {
371 kfree(cfag12864b_cache);
385 kfree(cfag12864b_cache);

Completed in 40 milliseconds