Home
last modified time | relevance | path

Searched refs:color_table (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/color/
H A DMakefile26 MOD_COLOR = color_gamma.o color_table.o
/linux/include/linux/
H A Dselection.h30 extern const unsigned char color_table[];
/linux/drivers/video/console/
H A Dvgacon.c305 outb_p(color_table[i], VGA_PEL_IW); in vgacon_startup()
810 vga_set_palette(c, color_table); in vgacon_blank()
H A Dnewport_con.c89 newport_cmap_setaddr(npregs, color_table[i]); in newport_init_cmap()
/linux/drivers/tty/vt/
H A Dvt.c1357 const unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, variable
1359 EXPORT_SYMBOL(color_table);
1802 vc->state.color = color_table[vc->vc_par[i]] | in csi_m()
1810 vc->state.color = (color_table[vc->vc_par[i]] << 4) | in csi_m()
1984 vc->vc_ulcolor = color_table[vc->vc_par[1]]; in csi_RSB()
1991 vc->vc_halfcolor = color_table[vc->vc_par[1]]; in csi_RSB()
4631 vc->vc_sw->con_set_palette(vc, color_table); in set_palette()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c2189 fbcon_set_palette(vc, color_table); in fbcon_switch()
2272 fbcon_set_palette(vc, color_table); in fbcon_debug_enter()
2689 fbcon_set_palette(vc, color_table); in fbcon_modechanged()
/linux/drivers/video/fbdev/
H A Dtgafb.c385 int j = color_table[i];