Home
last modified time | relevance | path

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

/linux/drivers/mtd/
H A Dmtdswap.c191 unsigned int oldidx; in mtdswap_eb_detach() local
196 oldidx = tp - &d->trees[0]; in mtdswap_eb_detach()
198 d->trees[oldidx].count--; in mtdswap_eb_detach()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c841 int oldidx = con2fb_map[unit]; in set_con2fb_map() local
848 if (oldidx == newidx) in set_con2fb_map()
859 if (oldidx != -1) in set_con2fb_map()
860 oldinfo = fbcon_registered_fb[oldidx]; in set_con2fb_map()
878 if (oldinfo && !search_fb_in_map(oldidx)) in set_con2fb_map()