Searched refs:color_table (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/linux/ |
D | selection.h | 29 extern const unsigned char color_table[];
|
/Linux-v5.4/drivers/tty/vt/ |
D | vt.c | 1372 const unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, variable 1769 vc->vc_color = color_table[vc->vc_par[i] - 30] in csi_m() 1772 vc->vc_color = (color_table[vc->vc_par[i] - 40] << 4) in csi_m() 1897 vc->vc_ulcolor = color_table[vc->vc_par[1]]; in setterm_command() 1905 vc->vc_halfcolor = color_table[vc->vc_par[1]]; in setterm_command() 4347 vc->vc_sw->con_set_palette(vc, color_table); in set_palette() 4726 EXPORT_SYMBOL(color_table);
|
/Linux-v5.4/drivers/video/console/ |
D | vgacon.c | 510 outb_p(color_table[i], VGA_PEL_IW); in vgacon_startup() 1030 vga_set_palette(c, color_table); in vgacon_blank()
|
D | newport_con.c | 93 newport_cmap_setaddr(npregs, color_table[i]); in newport_init_cmap()
|
/Linux-v5.4/drivers/video/fbdev/core/ |
D | fbcon.c | 2353 fbcon_set_palette(vc, color_table); in fbcon_switch() 2435 fbcon_set_palette(vc, color_table); in fbcon_debug_enter() 2990 fbcon_set_palette(vc, color_table); in fbcon_modechanged()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | tgafb.c | 373 int j = color_table[i];
|