Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/core/
Dfbcon.c194 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
205 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate()
227 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_all()
250 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation()
268 struct fbcon_ops *ops = info->fbcon_par; in fbcon_get_rotate()
275 struct fbcon_ops *ops = info->fbcon_par; in fbcon_is_inactive()
390 struct fbcon_ops *ops = info->fbcon_par; in fbcon_add_cursor_work()
399 struct fbcon_ops *ops = info->fbcon_par; in fbcon_del_cursor_work()
555 struct fbcon_ops *ops = info->fbcon_par; in fbcon_prepare_logo()
644 struct fbcon_ops *ops = info->fbcon_par; in set_blitting_type()
[all …]
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()
255 struct fbcon_ops *ops = info->fbcon_par; in ud_cursor()
411 struct fbcon_ops *ops = info->fbcon_par; in ud_update_start()
Dfbcon_cw.c51 struct fbcon_ops *ops = info->fbcon_par; in cw_bmove()
68 struct fbcon_ops *ops = info->fbcon_par; in cw_clear()
88 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs_aligned()
119 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs()
208 struct fbcon_ops *ops = info->fbcon_par; in cw_cursor()
371 struct fbcon_ops *ops = info->fbcon_par; in cw_update_start()
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()
225 struct fbcon_ops *ops = info->fbcon_par; in ccw_cursor()
388 struct fbcon_ops *ops = info->fbcon_par; in ccw_update_start()
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()
Dfbcon_rotate.c23 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_font()
Dbitblit.c240 struct fbcon_ops *ops = info->fbcon_par; in bit_cursor()
387 struct fbcon_ops *ops = info->fbcon_par; in bit_update_start()
/linux-6.6.21/include/linux/
Dfb.h499 void *fbcon_par; /* fbcon use-only private area */ member
/linux-6.6.21/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c1756 if (ch->use_count > 1 || (ch->use_count == 1 && !info->fbcon_par)) in sh_mobile_fb_reconfig()