Home
last modified time | relevance | path

Searched refs:display_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c19 enum display_type { enum
41 static enum display_type lcd_def;
153 static enum display_type set_dvi_preset(const struct panel_config preset, in set_dvi_preset()
160 static enum display_type set_dataimage_preset(const struct panel_config preset, in set_dataimage_preset()
376 static enum display_type env_parse_displaytype(char *displaytype) in env_parse_displaytype()
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py322 def list_tests(self, suite, display_type): argument
323 if display_type == 'name':
325 elif display_type == 'class':
327 elif display_type == 'module':
H A Dcontext.py96 def listTests(self, display_type): argument
98 return self.runner.list_tests(self.suites, display_type)
/openbmc/u-boot/include/
H A Dvbe.h15 u8 display_type; /* 0=NONE, 1= analog, 2=digital */ member
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py174 def listTests(self, display_type, machine=None): argument
175 return super(OESelftestTestContext, self).listTests(display_type)
/openbmc/qemu/hw/display/
H A Dmacfb.c421 static MacFbMode *macfb_find_mode(MacfbDisplayType display_type, in macfb_find_mode() argument
431 if (display_type == macfb_mode->type && width == macfb_mode->width && in macfb_find_mode()