Searched refs:display_type (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
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() 622 u8 display_type, in acpi_ns_dump_objects() argument 646 info.display_type = display_type; in acpi_ns_dump_objects() 746 u8 display_type, in acpi_ns_dump_object_paths() argument 807 info.display_type = ACPI_DISPLAY_SUMMARY; in acpi_ns_dump_entry()
|
D | acnamesp.h | 194 u8 display_type, 200 u8 display_type,
|
D | acstruct.h | 198 u8 display_type; member
|
D | dbnames.c | 328 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_walk_and_match_name() 615 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_objects()
|
/Linux-v4.19/drivers/media/rc/ |
D | imon.c | 147 u8 display_type; /* store the display type */ member 438 static int display_type; variable 439 module_param(display_type, int, S_IRUGO); 440 MODULE_PARM_DESC(display_type, "Type of attached display. 0=autodetect, 1=vfd, 2=lcd, 3=vga, 4=none… 696 switch (ictx->display_type) { in send_set_imon_clock() 1074 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) in imon_touch_display_timeout() 1610 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA && len == 8 && in imon_incoming_packet() 1868 ictx->display_type = detected_display_type; in imon_get_ffdc_type() 1881 if (display_type == IMON_DISPLAY_TYPE_AUTO) { in imon_set_display_type() 1885 configured_display_type = ictx->display_type; in imon_set_display_type() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_opregion.c | 660 u32 display_type; in acpi_display_type() local 665 display_type = ACPI_DISPLAY_TYPE_VGA; in acpi_display_type() 672 display_type = ACPI_DISPLAY_TYPE_TV; in acpi_display_type() 679 display_type = ACPI_DISPLAY_TYPE_EXTERNAL_DIGITAL; in acpi_display_type() 684 display_type = ACPI_DISPLAY_TYPE_INTERNAL_DIGITAL; in acpi_display_type() 688 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 692 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 696 return display_type; in acpi_display_type()
|
/Linux-v4.19/drivers/gpu/drm/amd/include/ |
D | dm_pp_interface.h | 64 uint32_t display_type; member
|
/Linux-v4.19/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 1556 if (par->display_type == DISP_CRT) { in savagefb_blank() 1584 if (par->display_type == DISP_LCD || in savagefb_blank() 1585 par->display_type == DISP_DFP) { in savagefb_blank() 1957 par->display_type = DISP_LCD; in savage_init_hw() 1959 par->display_type = DISP_DFP; in savage_init_hw() 1961 par->display_type = DISP_CRT; in savage_init_hw() 1965 if (par->display_type == DISP_LCD) { in savage_init_hw() 2018 par->display_type = DISP_CRT; in savage_init_hw()
|
D | savagefb.h | 203 int display_type; member
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_video.c | 144 u32 display_type:4; /* Describe the specific type in use */ member 1159 switch (attribute->display_type) { in acpi_video_bus_get_one_device()
|