Searched refs:con_set_palette (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dconsole.h66 * @con_set_palette: sets the palette of the console @vc to @table (optional)
114 void (*con_set_palette)(struct vc_data *vc, member in struct:consw
/linux-master/drivers/video/console/
H A Dvgacon.c1207 .con_set_palette = vgacon_set_palette,
/linux-master/drivers/tty/vt/
H A Dvt.c4622 if (vc->vc_mode != KD_GRAPHICS && vc->vc_sw->con_set_palette)
4623 vc->vc_sw->con_set_palette(vc, color_table);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3133 .con_set_palette = fbcon_set_palette,

Completed in 149 milliseconds