Searched refs:default_grn (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | selection.h | 29 extern int default_grn[];
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt.c | 1038 int default_grn[] = {0x00,0x00,0xaa,0x55,0x00,0x00,0xaa,0xaa, variable 1044 module_param_array(default_grn, int, NULL, S_IRUGO | S_IWUSR); 2930 vc->vc_palette[k++] = default_grn[j] ; in vc_init() 3958 default_grn[i] = colormap[k++]; in con_set_cmap() 3966 vc_cons[i].d->vc_palette[k++] = default_grn[j]; in con_set_cmap() 3984 colormap[k++] = default_grn[i]; in con_get_cmap() 4000 vc->vc_palette[k++] = default_grn[j]; in reset_palette() 4260 EXPORT_SYMBOL(default_grn);
|
/linux-4.1.27/drivers/video/console/ |
D | newport_con.c | 95 default_grn[i], default_blu[i]); in newport_init_cmap()
|
D | vgacon.c | 490 outb_p(default_grn[i], VGA_PEL_D); in vgacon_startup()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | tgafb.c | 376 TGA_WRITE_REG(par, default_grn[j], TGA_RAMDAC_REG);
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 3960 vt.default_grn= [VT]
|