Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c201 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
212 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate()
234 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_all()
257 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
275 struct fbcon_ops *ops = info->fbcon_par; in fbcon_get_rotate()
294 struct fbcon_ops *ops = info->fbcon_par; in fbcon_is_active()
379 struct fbcon_ops *ops = container_of(work, struct fbcon_ops, cursor_work.work); in fb_flashcursor()
419 struct fbcon_ops *ops = info->fbcon_par; in fbcon_add_cursor_work()
428 struct fbcon_ops *op in fbcon_del_cursor_work()
[all...]
H A Dfbcon_rotate.h93 extern void fbcon_rotate_cw(struct fbcon_ops *ops);
94 extern void fbcon_rotate_ud(struct fbcon_ops *ops);
95 extern void fbcon_rotate_ccw(struct fbcon_ops *ops);
H A Dfbcon_ud.c51 struct fbcon_ops *ops = info->fbcon_par; in ud_bmove()
69 struct fbcon_ops *ops = info->fbcon_par; in ud_clear()
89 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs_aligned()
122 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs_unaligned()
155 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs()
254 struct fbcon_ops *ops = info->fbcon_par; in ud_cursor()
401 struct fbcon_ops *ops = info->fbcon_par; in ud_update_start()
420 void fbcon_rotate_ud(struct fbcon_ops *ops) in fbcon_rotate_ud()
H A Dfbcon.h54 struct fbcon_ops { struct
189 extern void fbcon_set_bitops(struct fbcon_ops *ops);
228 extern void fbcon_set_rotate(struct fbcon_ops *ops);
55 bmovefbcon_ops global() argument
57 clearfbcon_ops global() argument
59 putcsfbcon_ops global() argument
62 clear_marginsfbcon_ops global() argument
64 cursorfbcon_ops global() argument
66 update_startfbcon_ops global() argument
67 rotate_fontfbcon_ops global() argument
68 varfbcon_ops global() argument
69 cursor_workfbcon_ops global() argument
70 cursor_statefbcon_ops global() argument
71 pfbcon_ops global() argument
72 infofbcon_ops global() argument
73 currconfbcon_ops global() argument
74 cur_blink_jiffiesfbcon_ops global() argument
75 cursor_flashfbcon_ops global() argument
76 cursor_resetfbcon_ops global() argument
77 blank_statefbcon_ops global() argument
78 graphicsfbcon_ops global() argument
79 save_graphicsfbcon_ops global() argument
80 initializedfbcon_ops global() argument
81 rotatefbcon_ops global() argument
82 cur_rotatefbcon_ops global() argument
83 cursor_datafbcon_ops global() argument
84 fontbufferfbcon_ops global() argument
85 fontdatafbcon_ops global() argument
86 cursor_srcfbcon_ops global() argument
87 cursor_sizefbcon_ops global() argument
88 fd_sizefbcon_ops global() argument
H A Dfbcon_cw.c51 struct fbcon_ops *ops = info->fbcon_par; in cw_bmove()
68 struct fbcon_ops *ops = info->fbcon_par; in cw_clear()
87 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs_aligned()
118 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs()
207 struct fbcon_ops *ops = info->fbcon_par; in cw_cursor()
361 struct fbcon_ops *ops = info->fbcon_par; in cw_update_start()
376 void fbcon_rotate_cw(struct fbcon_ops *ops) in fbcon_rotate_cw()
H A Dfbcon_ccw.c66 struct fbcon_ops *ops = info->fbcon_par; in ccw_bmove()
83 struct fbcon_ops *ops = info->fbcon_par; in ccw_clear()
102 struct fbcon_ops *ops = info->fbcon_par; in ccw_putcs_aligned()
133 struct fbcon_ops *ops = info->fbcon_par; in ccw_putcs()
224 struct fbcon_ops *ops = info->fbcon_par; in ccw_cursor()
378 struct fbcon_ops *ops = info->fbcon_par; in ccw_update_start()
393 void fbcon_rotate_ccw(struct fbcon_ops *ops) in fbcon_rotate_ccw()
H A Dfbcon_rotate.c23 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_font()
96 void fbcon_set_rotate(struct fbcon_ops *ops) in fbcon_set_rotate()
H A Dtileblit.c154 struct fbcon_ops *ops = info->fbcon_par; in tile_update_start()
167 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_tileops()
H A Dsoftcursor.c24 struct fbcon_ops *ops = info->fbcon_par; in soft_cursor()