Searched refs:display_type (Results 1 – 12 of 12) sorted by relevance
227 u32 display_type; in acpi_display_type() local232 display_type = ACPI_DISPLAY_TYPE_VGA; in acpi_display_type()239 display_type = ACPI_DISPLAY_TYPE_TV; in acpi_display_type()246 display_type = ACPI_DISPLAY_TYPE_EXTERNAL_DIGITAL; in acpi_display_type()251 display_type = ACPI_DISPLAY_TYPE_INTERNAL_DIGITAL; in acpi_display_type()255 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type()259 display_type = ACPI_DISPLAY_TYPE_OTHER; in acpi_display_type()263 return display_type; in acpi_display_type()
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()620 u8 display_type, in acpi_ns_dump_objects() argument644 info.display_type = display_type; in acpi_ns_dump_objects()744 u8 display_type, in acpi_ns_dump_object_paths() argument805 info.display_type = ACPI_DISPLAY_SUMMARY; in acpi_ns_dump_entry()
201 u8 display_type; member211 u8 display_type; member
195 u8 display_type,201 u8 display_type,
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()
139 u8 display_type; /* store the display type */ member472 static int display_type; variable473 module_param(display_type, int, S_IRUGO);726 switch (ictx->display_type) { in send_set_imon_clock()1902 ictx->display_type = detected_display_type; in imon_get_ffdc_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()1944 configured_display_type = display_type; in imon_set_display_type()1945 if (display_type == IMON_DISPLAY_TYPE_NONE) in imon_set_display_type()1950 __func__, display_type); in imon_set_display_type()[all …]
63 uint32_t display_type; member
1559 if (par->display_type == DISP_CRT) { in savagefb_blank()1587 if (par->display_type == DISP_LCD || in savagefb_blank()1588 par->display_type == DISP_DFP) { in savagefb_blank()1959 par->display_type = DISP_LCD; in savage_init_hw()1961 par->display_type = DISP_DFP; in savage_init_hw()1963 par->display_type = DISP_CRT; in savage_init_hw()1967 if (par->display_type == DISP_LCD) { in savage_init_hw()2020 par->display_type = DISP_CRT; in savage_init_hw()
202 int display_type; member
63 enum display_type { enum98 enum display_type type;
678 u32 display_type; member
130 u32 display_type:4; /* Describe the specific type in use */ member1143 switch (attribute->display_type) { in acpi_video_bus_get_one_device()
Completed in 53 milliseconds