Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dselection.h32 extern unsigned char default_grn[];
/linux/drivers/tty/vt/
H A Dvt.c1369 unsigned char default_grn[] = { variable
1373 module_param_array(default_grn, byte, NULL, S_IRUGO | S_IWUSR);
1374 EXPORT_SYMBOL(default_grn);
3602 vc->vc_palette[k++] = default_grn[j] ; in vc_init()
4650 default_grn[i] = colormap[k++]; in con_set_cmap()
4658 vc_cons[i].d->vc_palette[k++] = default_grn[j]; in con_set_cmap()
4676 colormap[k++] = default_grn[i]; in con_get_cmap()
4692 vc->vc_palette[k++] = default_grn[j]; in reset_palette()
/linux/drivers/video/console/
H A Dnewport_con.c92 default_grn[i], default_blu[i]); in newport_init_cmap()
H A Dvgacon.c307 outb_p(default_grn[i], VGA_PEL_D); in vgacon_startup()
/linux/drivers/video/fbdev/
H A Dtgafb.c388 TGA_WRITE_REG(par, default_grn[j], TGA_RAMDAC_REG);
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7807 vt.default_grn= [VT]