Searched refs:display_type (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_acpi.c | 230 u32 display_type; in acpi_display_type() local 235 display_type = ACPI_DISPLAY_TYPE_VGA; in acpi_display_type() 242 display_type = ACPI_DISPLAY_TYPE_TV; in acpi_display_type() 249 display_type = ACPI_DISPLAY_TYPE_EXTERNAL_DIGITAL; in acpi_display_type() 254 display_type = ACPI_DISPLAY_TYPE_INTERNAL_DIGITAL; in acpi_display_type() 258 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 262 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 266 return display_type; in acpi_display_type()
|
/linux/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() 604 * display_type - 0 or ACPI_DISPLAY_SUMMARY 620 u8 display_type, in acpi_ns_dump_objects() argument 644 info.display_type = display_type; in acpi_ns_dump_objects() 728 * display_type - 0 or ACPI_DISPLAY_SUMMARY 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() 703 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_objects() 739 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_fields()
|
/linux/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 (default: autodetect)"); 726 switch (ictx->display_type) { in send_set_imon_clock() 1096 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) in imon_touch_display_timeout() 1902 ictx->display_type = detected_display_type; in imon_get_ffdc_type() 1912 * it by hand via the display_type modparam. Default is VFD. in imon_set_display_type() 1915 if (display_type == IMON_DISPLAY_TYPE_AUTO) { in imon_set_display_type() 1919 configured_display_type = ictx->display_type; in imon_set_display_type() [all...] |
/linux/drivers/gpu/drm/amd/include/ |
H A D | dm_pp_interface.h | 63 uint32_t display_type; member
|
/linux/drivers/auxdisplay/ |
H A D | ht16k33.c | 63 enum display_type { enum 98 enum display_type type;
|
/linux/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 202 int display_type; member
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | pmf.h | 712 u32 display_type; member
|
/linux/drivers/acpi/ |
H A D | acpi_video.c | 131 u32 display_type:4; /* Describe the specific type in use */ member 1164 switch (attribute->display_type) { in acpi_video_bus_get_one_device()
|