Searched refs:initmode (Results 1 – 2 of 2) sorted by relevance
124 def update(self, repo, option, value, initmode=False): argument131 if initmode and not parser.has_section(section):142 def sanity_check(self, initmode=False): argument144 if initmode:423 conf.update(name, "last_revision", lastrev, initmode=True)1373 initmode = (args[1] == 'init')1374 confdata.sanity_check(initmode)
1174 struct fb_videomode initmode; in s3c_fb_probe_win() local1193 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()