Searched refs:default_red (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | selection.h | 28 extern int default_red[];
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 1042 int default_red[] = {0x00,0xaa,0x00,0xaa,0x00,0xaa,0x00,0xaa, variable 1049 module_param_array(default_red, int, NULL, S_IRUGO | S_IWUSR); 2943 vc->vc_palette[k++] = default_red[j] ; in vc_init() 3992 default_red[i] = colormap[k++]; in con_set_cmap() 4000 vc_cons[i].d->vc_palette[k++] = default_red[j]; in con_set_cmap() 4018 colormap[k++] = default_red[i]; in con_get_cmap() 4034 vc->vc_palette[k++] = default_red[j]; in reset_palette() 4294 EXPORT_SYMBOL(default_red);
|
/linux-4.4.14/drivers/video/console/ |
D | newport_con.c | 94 default_red[i], in newport_init_cmap()
|
D | vgacon.c | 489 outb_p(default_red[i], VGA_PEL_D); in vgacon_startup()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tgafb.c | 375 TGA_WRITE_REG(par, default_red[j], TGA_RAMDAC_REG);
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 4086 vt.default_red= [VT]
|