Searched refs:oldidx (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/console/
H A Dfbcon.c693 int unit, int oldidx) con2fb_acquire_newinfo()
719 con2fb_map[unit] = oldidx; con2fb_acquire_newinfo()
728 int oldidx, int found) con2fb_release_oldinfo()
735 con2fb_map[unit] = oldidx; con2fb_release_oldinfo()
820 int oldidx = con2fb_map[unit]; set_con2fb_map() local
825 if (oldidx == newidx) set_con2fb_map()
836 if (oldidx != -1) set_con2fb_map()
837 oldinfo = registered_fb[oldidx]; set_con2fb_map()
843 err = con2fb_acquire_newinfo(vc, info, unit, oldidx); set_con2fb_map()
850 if (!err && oldinfo && !search_fb_in_map(oldidx)) set_con2fb_map()
851 err = con2fb_release_oldinfo(vc, oldinfo, info, unit, oldidx, set_con2fb_map()
692 con2fb_acquire_newinfo(struct vc_data *vc, struct fb_info *info, int unit, int oldidx) con2fb_acquire_newinfo() argument
726 con2fb_release_oldinfo(struct vc_data *vc, struct fb_info *oldinfo, struct fb_info *newinfo, int unit, int oldidx, int found) con2fb_release_oldinfo() argument
/linux-4.1.27/drivers/mtd/
H A Dmtdswap.c206 unsigned int oldidx; mtdswap_eb_detach() local
211 oldidx = tp - &d->trees[0]; mtdswap_eb_detach()
213 d->trees[oldidx].count--; mtdswap_eb_detach()

Completed in 141 milliseconds