Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dfbcon_rotate.c96 void fbcon_set_rotate(struct fbcon_ops *ops) in fbcon_set_rotate() function
112 EXPORT_SYMBOL(fbcon_set_rotate);
Dfbcon.h259 extern void fbcon_set_rotate(struct fbcon_ops *ops);
261 #define fbcon_set_rotate(x) do {} while(0) macro
Dbitblit.c414 fbcon_set_rotate(ops); in fbcon_set_bitops()