Searched refs:display_type (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c227 u32 display_type; local
232 display_type = ACPI_DISPLAY_TYPE_VGA;
239 display_type = ACPI_DISPLAY_TYPE_TV;
246 display_type = ACPI_DISPLAY_TYPE_EXTERNAL_DIGITAL;
251 display_type = ACPI_DISPLAY_TYPE_INTERNAL_DIGITAL;
255 display_type = ACPI_DISPLAY_TYPE_OTHER;
259 display_type = ACPI_DISPLAY_TYPE_OTHER;
263 return display_type;
/linux-master/drivers/acpi/acpica/
H A Dnsdump.c182 if (!(info->display_type & ACPI_DISPLAY_SHORT)) {
215 switch (info->display_type & ACPI_DISPLAY_MASK) {
604 * display_type - 0 or ACPI_DISPLAY_SUMMARY
620 u8 display_type,
644 info.display_type = display_type;
728 * display_type - 0 or ACPI_DISPLAY_SUMMARY
744 u8 display_type,
805 info.display_type = ACPI_DISPLAY_SUMMARY;
619 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
743 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
H A Dacstruct.h201 u8 display_type; member in struct:acpi_region_walk_info
211 u8 display_type; member in struct:acpi_walk_info
H A Dacnamesp.h195 u8 display_type,
201 u8 display_type,
H A Ddbnames.c329 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT;
703 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT;
739 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT;
/linux-master/drivers/gpu/drm/amd/include/
H A Ddm_pp_interface.h63 uint32_t display_type; member in struct:single_display_configuration
/linux-master/drivers/media/rc/
H A Dimon.c139 u8 display_type; /* store the display type */ member in struct:imon_context
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 (default: autodetect)");
726 switch (ictx->display_type) {
1096 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA)
1905 ictx->display_type = detected_display_type;
1915 * it by hand via the display_type modparam. Default is VFD.
1918 if (display_type == IMON_DISPLAY_TYPE_AUTO) {
1922 configured_display_type = ictx->display_type;
[all...]
/linux-master/drivers/auxdisplay/
H A Dht16k33.c63 enum display_type { enum
98 enum display_type type;
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb.h202 int display_type; member in struct:savagefb_par
H A Dsavagefb_driver.c1559 if (par->display_type == DISP_CRT) {
1587 if (par->display_type == DISP_LCD ||
1588 par->display_type == DISP_DFP) {
1959 par->display_type = DISP_LCD;
1961 par->display_type = DISP_DFP;
1963 par->display_type = DISP_CRT;
1967 if (par->display_type == DISP_LCD) {
2020 par->display_type = DISP_CRT;
/linux-master/drivers/platform/x86/amd/pmf/
H A Dpmf.h604 u32 display_type; member in struct:ta_pmf_condition_info
/linux-master/drivers/acpi/
H A Dacpi_video.c130 u32 display_type:4; /* Describe the specific type in use */ member in struct:acpi_video_device_attrib
1143 switch (attribute->display_type) {

Completed in 188 milliseconds