Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dfbcon.c173 static int fbcon_set_palette(struct vc_data *vc, unsigned char *table);
2283 fbcon_set_palette(vc, color_table); in fbcon_switch()
2376 fbcon_set_palette(vc, color_table); in fbcon_debug_enter()
2655 static int fbcon_set_palette(struct vc_data *vc, unsigned char *table) in fbcon_set_palette() function
2923 fbcon_set_palette(vc, color_table); in fbcon_modechanged()
3346 .con_set_palette = fbcon_set_palette,