Searched refs:NR_PALETTE (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/arm/ |
D | hdlcd_regs.h | 85 #define NR_PALETTE 256 macro
|
/drivers/video/fbdev/savage/ |
D | savagefb.h | 176 #define NR_PALETTE 256 macro 242 } palette[NR_PALETTE];
|
D | savagefb_driver.c | 1211 if (regno >= NR_PALETTE) in savagefb_setcolreg() 2157 err = fb_alloc_cmap(&info->cmap, NR_PALETTE, 0); in savage_init_fb_info()
|
/drivers/video/fbdev/ |
D | cyber2000fb.c | 74 } palette[NR_PALETTE]; 293 if (regno >= NR_PALETTE) in cyber2000fb_setcolreg() 460 for (i = 0; i < NR_PALETTE; i++) { in cyber2000fb_set_timing() 1037 for (i = 0; i < NR_PALETTE; i++) { in cyber2000fb_blank() 1044 for (i = 0; i < NR_PALETTE; i++) { in cyber2000fb_blank() 1467 fb_alloc_cmap(&cfb->fb.cmap, NR_PALETTE, 0); in cyberpro_alloc_fb_info()
|
D | cyber2000fb.h | 16 #define NR_PALETTE 256 macro
|
D | stifb.c | 80 #define NR_PALETTE 256 macro 953 if (regno >= NR_PALETTE) in stifb_setcolreg() 1373 if (fb_alloc_cmap(&info->cmap, NR_PALETTE, 0)) in stifb_init_fb()
|
D | sm501fb.c | 61 #define NR_PALETTE 256 macro 1820 if (fb_alloc_cmap(&fb->cmap, NR_PALETTE, 0)) { in sm501fb_init_fb()
|
/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 26 #define NR_PALETTE 256 macro 747 if (fb_alloc_cmap(&info->cmap, NR_PALETTE, 0) < 0) { in of_platform_mb862xx_probe() 1084 if (fb_alloc_cmap(&info->cmap, NR_PALETTE, 0) < 0) { in mb862xx_pci_probe()
|