Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c838 static int set_con2fb_map(int unit, int newidx, int user) in set_con2fb_map() argument
842 struct fb_info *info = fbcon_registered_fb[newidx]; in set_con2fb_map()
848 if (oldidx == newidx) in set_con2fb_map()
855 info_idx = newidx; in set_con2fb_map()
862 if (!search_fb_in_map(newidx)) { in set_con2fb_map()
872 con2fb_map[unit] = newidx; in set_con2fb_map()
884 con2fb_map_boot[unit] = newidx; in set_con2fb_map()
888 info_idx = newidx; in set_con2fb_map()