Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c710 if (info->fbcon_par) { in fbcon_release()
718 kfree(info->fbcon_par); in fbcon_release()
719 info->fbcon_par = NULL; in fbcon_release()
747 info->fbcon_par = ops; in fbcon_open()
966 ops = info->fbcon_par; in fbcon_startup()
1036 if (!info->fbcon_par) in fbcon_init()
1085 ops = info->fbcon_par; in fbcon_init()
1204 ops = info->fbcon_par; in fbcon_deinit()
2088 ops = info->fbcon_par; in fbcon_switch()
3238 ops = info->fbcon_par; in cursor_blink_show()
[all …]
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()
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()
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()
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()
H A Dfbcon_rotate.c23 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_font()
H A Dbitblit.c239 struct fbcon_ops *ops = info->fbcon_par; in bit_cursor()
377 struct fbcon_ops *ops = info->fbcon_par; in bit_update_start()
/linux-6.15/include/linux/
H A Dfb.h517 void *fbcon_par; /* fbcon use-only private area */ member
/linux-6.15/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1752 if (ch->use_count > 1 || (ch->use_count == 1 && !info->fbcon_par)) in sh_mobile_fb_reconfig()