Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c2778 int fbcon_modechange_possible(struct fb_info *info, struct fb_var_screeninfo *var) in fbcon_modechange_possible() function
2803 EXPORT_SYMBOL_GPL(fbcon_modechange_possible);
H A Dfbmem.c1122 ret = fbcon_modechange_possible(info, &var); in do_fb_ioctl()