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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 112 milliseconds