Searched refs:display_type (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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 | 195 u8 display_type, 201 u8 display_type,
|
| D | acstruct.h | 201 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-v5.4/drivers/media/rc/ |
| D | imon.c | 138 u8 display_type; /* store the display type */ member 429 static int display_type; variable 430 module_param(display_type, int, S_IRUGO); 431 MODULE_PARM_DESC(display_type, "Type of attached display. 0=autodetect, 1=vfd, 2=lcd, 3=vga, 4=none… 687 switch (ictx->display_type) { in send_set_imon_clock() 1065 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) in imon_touch_display_timeout() 1601 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA && len == 8 && in imon_incoming_packet() 1864 ictx->display_type = detected_display_type; in imon_get_ffdc_type() 1877 if (display_type == IMON_DISPLAY_TYPE_AUTO) { in imon_set_display_type() 1881 configured_display_type = ictx->display_type; in imon_set_display_type() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_opregion.c | 667 u32 display_type; in acpi_display_type() local 672 display_type = ACPI_DISPLAY_TYPE_VGA; in acpi_display_type() 679 display_type = ACPI_DISPLAY_TYPE_TV; in acpi_display_type() 686 display_type = ACPI_DISPLAY_TYPE_EXTERNAL_DIGITAL; in acpi_display_type() 691 display_type = ACPI_DISPLAY_TYPE_INTERNAL_DIGITAL; in acpi_display_type() 695 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 699 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type() 703 return display_type; in acpi_display_type()
|
| /Linux-v5.4/drivers/gpu/drm/amd/include/ |
| D | dm_pp_interface.h | 64 uint32_t display_type; member
|
| /Linux-v5.4/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-v5.4/drivers/acpi/ |
| D | acpi_video.c | 137 u32 display_type:4; /* Describe the specific type in use */ member 1175 switch (attribute->display_type) { in acpi_video_bus_get_one_device()
|