Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/console/
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);
Dfbcon.c202 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
213 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate()
235 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_all()
258 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
276 struct fbcon_ops *ops = info->fbcon_par; in fbcon_get_rotate()
283 struct fbcon_ops *ops = info->fbcon_par; in fbcon_is_inactive()
372 struct fbcon_ops *ops = info->fbcon_par; in fb_flashcursor()
399 struct fbcon_ops *ops = info->fbcon_par; in cursor_timer_handler()
407 struct fbcon_ops *ops = info->fbcon_par; in fbcon_add_cursor_timer()
426 struct fbcon_ops *ops = info->fbcon_par; in fbcon_del_cursor_timer()
[all …]
Dfbcon.h54 struct fbcon_ops { struct
219 extern void fbcon_set_bitops(struct fbcon_ops *ops);
258 extern void fbcon_set_rotate(struct fbcon_ops *ops);
Dfbcon_ud.c51 struct fbcon_ops *ops = info->fbcon_par; in ud_bmove()
69 struct fbcon_ops *ops = info->fbcon_par; in ud_clear()
90 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs_aligned()
123 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs_unaligned()
156 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs()
256 struct fbcon_ops *ops = info->fbcon_par; in ud_cursor()
421 struct fbcon_ops *ops = info->fbcon_par; in ud_update_start()
440 void fbcon_rotate_ud(struct fbcon_ops *ops) in fbcon_rotate_ud()
Dfbcon_ccw.c66 struct fbcon_ops *ops = info->fbcon_par; in ccw_bmove()
83 struct fbcon_ops *ops = info->fbcon_par; in ccw_clear()
103 struct fbcon_ops *ops = info->fbcon_par; in ccw_putcs_aligned()
134 struct fbcon_ops *ops = info->fbcon_par; in ccw_putcs()
226 struct fbcon_ops *ops = info->fbcon_par; in ccw_cursor()
397 struct fbcon_ops *ops = info->fbcon_par; in ccw_update_start()
412 void fbcon_rotate_ccw(struct fbcon_ops *ops) in fbcon_rotate_ccw()
Dfbcon_cw.c52 struct fbcon_ops *ops = info->fbcon_par; in cw_bmove()
69 struct fbcon_ops *ops = info->fbcon_par; in cw_clear()
89 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs_aligned()
120 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs()
210 struct fbcon_ops *ops = info->fbcon_par; in cw_cursor()
381 struct fbcon_ops *ops = info->fbcon_par; in cw_update_start()
396 void fbcon_rotate_cw(struct fbcon_ops *ops) in fbcon_rotate_cw()
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()
Dtileblit.c121 struct fbcon_ops *ops = info->fbcon_par; in tile_update_start()
134 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_tileops()
Dsoftcursor.c24 struct fbcon_ops *ops = info->fbcon_par; in soft_cursor()
Dbitblit.c241 struct fbcon_ops *ops = info->fbcon_par; in bit_cursor()
394 struct fbcon_ops *ops = info->fbcon_par; in bit_update_start()
404 void fbcon_set_bitops(struct fbcon_ops *ops) in fbcon_set_bitops()