Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dconsole.h70 void (*con_set_palette)(struct vc_data *vc, member
/openbmc/linux/drivers/video/console/
H A Dvgacon.c1180 .con_set_palette = vgacon_set_palette,
/openbmc/linux/drivers/tty/vt/
H A Dvt.c4456 if (vc->vc_mode != KD_GRAPHICS && vc->vc_sw->con_set_palette) in set_palette()
4457 vc->vc_sw->con_set_palette(vc, color_table); in set_palette()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c3165 .con_set_palette = fbcon_set_palette,