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

/linux-4.4.14/Documentation/auxdisplay/
H A Dcfag12864b-example.c40 #define CFAG12864B_SIZE (128 * 64 / 8) macro
56 unsigned char cfag12864b_buffer[CFAG12864B_SIZE];
71 cfag12864b_mem = mmap(0, CFAG12864B_SIZE, PROT_READ | PROT_WRITE, cfag12864b_init()
86 munmap(cfag12864b_mem, CFAG12864B_SIZE); cfag12864b_exit()
144 for (i = 0; i < CFAG12864B_SIZE; i++) cfag12864b_fill()
155 for (i = 0; i < CFAG12864B_SIZE; i++) cfag12864b_clear()
187 memcpy(cfag12864b_mem, cfag12864b_buffer, CFAG12864B_SIZE); cfag12864b_blit()
/linux-4.4.14/include/linux/
H A Dcfag12864b.h33 #define CFAG12864B_SIZE ((CFAG12864B_CONTROLLERS) * \ macro
40 * Its size is CFAG12864B_SIZE.
/linux-4.4.14/drivers/auxdisplay/
H A Dcfag12864b.c276 if (memcmp(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE)) { cfag12864b_update()
298 memcpy(cfag12864b_cache, cfag12864b_buffer, CFAG12864B_SIZE); cfag12864b_update()
340 BUILD_BUG_ON(PAGE_SIZE < CFAG12864B_SIZE); cfag12864b_init()
351 CFAG12864B_SIZE, GFP_KERNEL); cfag12864b_init()
355 CFAG12864B_SIZE); cfag12864b_init()
H A Dcfag12864bfb.c92 info->screen_size = CFAG12864B_SIZE; cfag12864bfb_probe()

Completed in 157 milliseconds