Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon_rotate.c98 ops->rotate_font = fbcon_rotate_font; in fbcon_set_rotate()
H A Dfbcon.h67 int (*rotate_font)(struct fb_info *info, struct vc_data *vc); member
H A Dbitblit.c396 ops->rotate_font = NULL; in fbcon_set_bitops()
H A Dfbcon.c1148 if (ops->rotate_font && ops->rotate_font(info, vc)) { in fbcon_init()
2153 if (ops->rotate_font && ops->rotate_font(info, vc)) { in fbcon_switch()