Home
last modified time | relevance | path

Searched refs:fbcon_modechange_possible (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dfbcon.h18 int fbcon_modechange_possible(struct fb_info *info,
38 static inline int fbcon_modechange_possible(struct fb_info *info, in fbcon_modechange_possible() function
/Linux-v6.1/drivers/video/fbdev/core/
Dfbcon.c2760 int fbcon_modechange_possible(struct fb_info *info, struct fb_var_screeninfo *var) in fbcon_modechange_possible() function
2785 EXPORT_SYMBOL_GPL(fbcon_modechange_possible);
Dfbmem.c1121 ret = fbcon_modechange_possible(info, &var); in do_fb_ioctl()