Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Dcombo-layer124 def update(self, repo, option, value, initmode=False): argument
131 if initmode and not parser.has_section(section):
142 def sanity_check(self, initmode=False): argument
144 if initmode:
423 conf.update(name, "last_revision", lastrev, initmode=True)
1373 initmode = (args[1] == 'init')
1374 confdata.sanity_check(initmode)
/openbmc/linux/drivers/video/fbdev/
H A Ds3c-fb.c1174 struct fb_videomode initmode; in s3c_fb_probe_win() local
1193 initmode = *sfb->pdata->vtiming; in s3c_fb_probe_win()
1235 initmode.xres = windata->xres; in s3c_fb_probe_win()
1236 initmode.yres = windata->yres; in s3c_fb_probe_win()
1237 fb_videomode_to_var(&fbinfo->var, &initmode); in s3c_fb_probe_win()