Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c823 int oldidx = con2fb_map[unit]; in set_con2fb_map() local
830 if (oldidx == newidx) in set_con2fb_map()
841 if (oldidx != -1) in set_con2fb_map()
842 oldinfo = fbcon_registered_fb[oldidx]; in set_con2fb_map()
858 if (oldinfo && !search_fb_in_map(oldidx)) in set_con2fb_map()