Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c177 static void fbcon_set_palette(struct vc_data *vc, const unsigned char *table);
2171 fbcon_set_palette(vc, color_table); in fbcon_switch()
2253 fbcon_set_palette(vc, color_table); in fbcon_debug_enter()
2560 static void fbcon_set_palette(struct vc_data *vc, const unsigned char *table) in fbcon_set_palette() function
2700 fbcon_set_palette(vc, color_table); in fbcon_modechanged()
3163 .con_set_palette = fbcon_set_palette,