Searched refs:color_table (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | selection.h | 27 extern unsigned char color_table[];
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 1038 unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, variable 1420 vc->vc_color = color_table[vc->vc_par[i] - 30] in csi_m() 1423 vc->vc_color = (color_table[vc->vc_par[i] - 40] << 4) in csi_m() 1549 vc->vc_ulcolor = color_table[vc->vc_par[1]]; in setterm_command() 1557 vc->vc_halfcolor = color_table[vc->vc_par[1]]; in setterm_command() 3974 vc->vc_sw->con_set_palette(vc, color_table); in set_palette() 4293 EXPORT_SYMBOL(color_table);
|
/linux-4.4.14/drivers/video/console/ |
D | vgacon.c | 488 outb_p(color_table[i], VGA_PEL_IW); in vgacon_startup() 1015 vga_set_palette(c, color_table); in vgacon_blank()
|
D | newport_con.c | 92 newport_cmap_setaddr(npregs, color_table[i]); in newport_init_cmap()
|
D | fbcon.c | 2283 fbcon_set_palette(vc, color_table); in fbcon_switch() 2376 fbcon_set_palette(vc, color_table); in fbcon_debug_enter() 2923 fbcon_set_palette(vc, color_table); in fbcon_modechanged()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tgafb.c | 373 int j = color_table[i];
|