| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_acpi.c | 204 u32 display_type; in acpi_display_type() local 209 display_type = ACPI_DISPLAY_TYPE_VGA; in acpi_display_type() 216 display_type = ACPI_DISPLAY_TYPE_TV; in acpi_display_type() 223 display_type = ACPI_DISPLAY_TYPE_EXTERNAL_DIGITAL; in acpi_display_type() 228 display_type = ACPI_DISPLAY_TYPE_INTERNAL_DIGITAL; in acpi_display_type() 232 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 236 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 240 return display_type; in acpi_display_type()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsdump.c | 182 if (!(info->display_type & ACPI_DISPLAY_SHORT)) { in acpi_ns_dump_one_object() 215 switch (info->display_type & ACPI_DISPLAY_MASK) { in acpi_ns_dump_one_object() 620 u8 display_type, in acpi_ns_dump_objects() argument 644 info.display_type = display_type; in acpi_ns_dump_objects() 744 u8 display_type, in acpi_ns_dump_object_paths() argument 805 info.display_type = ACPI_DISPLAY_SUMMARY; in acpi_ns_dump_entry()
|
| H A D | acstruct.h | 201 u8 display_type; member 211 u8 display_type; member
|
| H A D | acnamesp.h | 195 u8 display_type, 201 u8 display_type,
|
| H A D | dbnames.c | 329 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_walk_and_match_name() 696 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_objects() 732 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_fields()
|
| /OK3568_Linux_fs/u-boot/board/compulab/common/ |
| H A D | omap3_display.c | 22 enum display_type { enum 44 static enum display_type lcd_def; 156 static enum display_type set_dvi_preset(const struct panel_config preset, in set_dvi_preset() 163 static enum display_type set_dataimage_preset(const struct panel_config preset, in set_dataimage_preset() 379 static enum display_type env_parse_displaytype(char *displaytype) in env_parse_displaytype()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | imon.c | 139 u8 display_type; /* store the display type */ member 472 static int display_type; variable 473 module_param(display_type, int, S_IRUGO); 474 MODULE_PARM_DESC(display_type, "Type of attached display. 0=autodetect, 1=vfd, 2=lcd, 3=vga, 4=none… 729 switch (ictx->display_type) { in send_set_imon_clock() 1101 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) in imon_touch_display_timeout() 1910 ictx->display_type = detected_display_type; in imon_get_ffdc_type() 1923 if (display_type == IMON_DISPLAY_TYPE_AUTO) { in imon_set_display_type() 1927 configured_display_type = ictx->display_type; in imon_set_display_type() 1952 configured_display_type = display_type; in imon_set_display_type() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 312 def list_tests(self, suite, display_type): argument 313 if display_type == 'name': 315 elif display_type == 'class': 317 elif display_type == 'module':
|
| H A D | context.py | 96 def listTests(self, display_type): argument 98 return self.runner.list_tests(self.suites, display_type)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_event_log_filter.c | 1373 int display_type; /* MAX display BYTE : valid for HEX and BIN FORM */ member 1617 int32 display_type, int32 display_bit_length, int32 bit_offset); 2007 ewpr_serial_basic(char *buf, int buf_len, uint32 data, int format, int display_type, char del) in ewpr_serial_basic() argument 2010 switch (display_type) { in ewpr_serial_basic() 2021 DHD_FILTER_ERR(("INVALID TYPE for Serial:%d", display_type)); in ewpr_serial_basic() 2028 switch (display_type) { in ewpr_serial_basic() 2039 DHD_FILTER_ERR(("INVALID TYPE for Serial:%d", display_type)); in ewpr_serial_basic() 2046 switch (display_type) { in ewpr_serial_basic() 2050 DHD_FILTER_ERR(("INVALID TYPE for Serial:%d", display_type)); in ewpr_serial_basic() 2134 return ewpr_serial_basic(buf, buf_len, sval, info->display_format, info->display_type, del); in ewpr_single_serial() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_event_log_filter.c | 1373 int display_type; /* MAX display BYTE : valid for HEX and BIN FORM */ member 1617 int32 display_type, int32 display_bit_length, int32 bit_offset); 2007 ewpr_serial_basic(char *buf, int buf_len, uint32 data, int format, int display_type, char del) in ewpr_serial_basic() argument 2010 switch (display_type) { in ewpr_serial_basic() 2021 DHD_FILTER_ERR(("INVALID TYPE for Serial:%d", display_type)); in ewpr_serial_basic() 2028 switch (display_type) { in ewpr_serial_basic() 2039 DHD_FILTER_ERR(("INVALID TYPE for Serial:%d", display_type)); in ewpr_serial_basic() 2046 switch (display_type) { in ewpr_serial_basic() 2050 DHD_FILTER_ERR(("INVALID TYPE for Serial:%d", display_type)); in ewpr_serial_basic() 2134 return ewpr_serial_basic(buf, buf_len, sval, info->display_format, info->display_type, del); in ewpr_single_serial() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_parser.h | 58 const char *display_type; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | vbe.h | 16 u8 display_type; /* 0=NONE, 1= analog, 2=digital */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/ |
| H A D | dm_pp_interface.h | 64 uint32_t display_type; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/savage/ |
| H A D | savagefb_driver.c | 1555 if (par->display_type == DISP_CRT) { in savagefb_blank() 1583 if (par->display_type == DISP_LCD || in savagefb_blank() 1584 par->display_type == DISP_DFP) { in savagefb_blank() 1955 par->display_type = DISP_LCD; in savage_init_hw() 1957 par->display_type = DISP_DFP; in savage_init_hw() 1959 par->display_type = DISP_CRT; in savage_init_hw() 1963 if (par->display_type == DISP_LCD) { in savage_init_hw() 2016 par->display_type = DISP_CRT; in savage_init_hw()
|
| H A D | savagefb.h | 203 int display_type; member
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 140 def listTests(self, display_type, machine=None): argument 141 return super(OESelftestTestContext, self).listTests(display_type)
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | print_edid.c | 144 switch (c->display_type) { in print_dpms_features() 160 int enc = c->display_type; in print_dpms_features()
|
| H A D | edid.h | 423 unsigned int display_type:2; member
|
| H A D | interpret_edid.c | 481 r->display_type = DISPLAY_TYPE; in get_display_section()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_video.c | 137 u32 display_type:4; /* Describe the specific type in use */ member 1204 switch (attribute->display_type) { in acpi_video_bus_get_one_device()
|