Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_acpi.c226 u32 display_type; in acpi_display_type() local
231 display_type = ACPI_DISPLAY_TYPE_VGA; in acpi_display_type()
238 display_type = ACPI_DISPLAY_TYPE_TV; in acpi_display_type()
245 display_type = ACPI_DISPLAY_TYPE_EXTERNAL_DIGITAL; in acpi_display_type()
250 display_type = ACPI_DISPLAY_TYPE_INTERNAL_DIGITAL; in acpi_display_type()
254 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type()
258 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type()
262 return display_type; in acpi_display_type()
/drivers/acpi/acpica/
Dnsdump.c182 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()
Dacstruct.h201 u8 display_type; member
211 u8 display_type; member
Dacnamesp.h195 u8 display_type,
201 u8 display_type,
Ddbnames.c329 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_walk_and_match_name()
699 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_objects()
735 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_fields()
/drivers/media/rc/
Dimon.c139 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…
728 switch (ictx->display_type) { in send_set_imon_clock()
1098 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) in imon_touch_display_timeout()
1907 ictx->display_type = detected_display_type; in imon_get_ffdc_type()
1920 if (display_type == IMON_DISPLAY_TYPE_AUTO) { in imon_set_display_type()
1924 configured_display_type = ictx->display_type; in imon_set_display_type()
1949 configured_display_type = display_type; in imon_set_display_type()
[all …]
/drivers/gpu/drm/msm/dp/
Ddp_parser.h58 const char *display_type; member
/drivers/gpu/drm/amd/include/
Ddm_pp_interface.h64 uint32_t display_type; member
/drivers/video/fbdev/savage/
Dsavagefb_driver.c1555 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()
Dsavagefb.h203 int display_type; member
/drivers/acpi/
Dacpi_video.c135 u32 display_type:4; /* Describe the specific type in use */ member
1210 switch (attribute->display_type) { in acpi_video_bus_get_one_device()