Searched refs:NR_PALETTE (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 176 #define NR_PALETTE 256 macro 244 } palette[NR_PALETTE];
|
H A D | savagefb_driver.c | 1213 if (regno >= NR_PALETTE) savagefb_setcolreg() 2167 err = fb_alloc_cmap(&info->cmap, NR_PALETTE, 0); savage_init_fb_info()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | cyber2000fb.c | 79 } palette[NR_PALETTE]; 298 if (regno >= NR_PALETTE) cyber2000fb_setcolreg() 465 for (i = 0; i < NR_PALETTE; i++) { cyber2000fb_set_timing() 1042 for (i = 0; i < NR_PALETTE; i++) { cyber2000fb_blank() 1049 for (i = 0; i < NR_PALETTE; i++) { cyber2000fb_blank() 1470 fb_alloc_cmap(&cfb->fb.cmap, NR_PALETTE, 0); cyberpro_alloc_fb_info()
|
H A D | stifb.c | 79 #define NR_PALETTE 256 macro 924 if (regno >= NR_PALETTE) stifb_setcolreg() 1265 if (fb_alloc_cmap(&info->cmap, NR_PALETTE, 0)) stifb_init_fb()
|
H A D | cyber2000fb.h | 19 #define NR_PALETTE 256 macro
|
H A D | sm501fb.c | 64 #define NR_PALETTE 256 macro 1813 if (fb_alloc_cmap(&fb->cmap, NR_PALETTE, 0)) { sm501fb_init_fb()
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfbdrv.c | 30 #define NR_PALETTE 256 macro 751 if (fb_alloc_cmap(&info->cmap, NR_PALETTE, 0) < 0) { of_platform_mb862xx_probe() 1088 if (fb_alloc_cmap(&info->cmap, NR_PALETTE, 0) < 0) { mb862xx_pci_probe()
|
/linux-4.1.27/drivers/staging/sm7xxfb/ |
H A D | sm7xx.h | 16 #define NR_PALETTE 256 macro
|
Completed in 278 milliseconds