Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dselection.h27 extern unsigned char color_table[];
/linux-4.1.27/drivers/tty/vt/
Dvt.c1032 unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, variable
1414 vc->vc_color = color_table[vc->vc_par[i] - 30] in csi_m()
1417 vc->vc_color = (color_table[vc->vc_par[i] - 40] << 4) in csi_m()
1543 vc->vc_ulcolor = color_table[vc->vc_par[1]]; in setterm_command()
1551 vc->vc_halfcolor = color_table[vc->vc_par[1]]; in setterm_command()
3939 vc->vc_sw->con_set_palette(vc, color_table); in set_palette()
4258 EXPORT_SYMBOL(color_table);
/linux-4.1.27/drivers/video/console/
Dvgacon.c488 outb_p(color_table[i], VGA_PEL_IW); in vgacon_startup()
1015 vga_set_palette(c, color_table); in vgacon_blank()
Dnewport_con.c92 newport_cmap_setaddr(npregs, color_table[i]); in newport_init_cmap()
Dfbcon.c2278 fbcon_set_palette(vc, color_table); in fbcon_switch()
2371 fbcon_set_palette(vc, color_table); in fbcon_debug_enter()
2918 fbcon_set_palette(vc, color_table); in fbcon_modechanged()
/linux-4.1.27/drivers/video/fbdev/
Dtgafb.c373 int j = color_table[i];