Home
last modified time | relevance | path

Searched refs:fbcon_update_vcs (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/include/linux/
Dfbcon.h20 void fbcon_update_vcs(struct fb_info *info, bool all);
40 static inline void fbcon_update_vcs(struct fb_info *info, bool all) {} in fbcon_update_vcs() function
/linux-6.14.4/drivers/video/fbdev/core/
Dfb_chrdev.c92 fbcon_update_vcs(info, var.activate & FB_ACTIVATE_ALL); in do_fb_ioctl()
Dfbsysfs.c26 fbcon_update_vcs(fb_info, var->activate & FB_ACTIVATE_ALL); in activate()
Dfbcon.c2730 void fbcon_update_vcs(struct fb_info *info, bool all) in fbcon_update_vcs() function
2737 EXPORT_SYMBOL(fbcon_update_vcs);
/linux-6.14.4/drivers/video/fbdev/
Dps3fb.c835 fbcon_update_vcs(info, var.activate & FB_ACTIVATE_ALL); in ps3fb_ioctl()
Dsh_mobile_lcdcfb.c1776 fbcon_update_vcs(info, true); in sh_mobile_fb_reconfig()