Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds