Home
last modified time | relevance | path

Searched refs:display_type (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Dnsdump.c210 if (!(info->display_type & ACPI_DISPLAY_SHORT)) { in acpi_ns_dump_one_object()
243 switch (info->display_type & ACPI_DISPLAY_MASK) { in acpi_ns_dump_one_object()
647 u8 display_type, in acpi_ns_dump_objects() argument
670 info.display_type = display_type; in acpi_ns_dump_objects()
769 u8 display_type, in acpi_ns_dump_object_paths() argument
830 info.display_type = ACPI_DISPLAY_SUMMARY; in acpi_ns_dump_entry()
Dacnamesp.h211 u8 display_type,
217 u8 display_type,
Dacstruct.h232 u8 display_type; member
Ddbnames.c357 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_walk_and_match_name()
644 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; in acpi_db_display_objects()
/linux-4.4.14/drivers/media/rc/
Dimon.c151 u8 display_type; /* store the display type */ member
442 static int display_type; variable
443 module_param(display_type, int, S_IRUGO);
444 MODULE_PARM_DESC(display_type, "Type of attached display. 0=autodetect, "
705 switch (ictx->display_type) { in send_set_imon_clock()
1085 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) in imon_touch_display_timeout()
1647 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA && len == 8 && in imon_incoming_packet()
1893 ictx->display_type = detected_display_type; in imon_get_ffdc_type()
1906 if (display_type == IMON_DISPLAY_TYPE_AUTO) { in imon_set_display_type()
1910 configured_display_type = ictx->display_type; in imon_set_display_type()
[all …]
/linux-4.4.14/drivers/video/fbdev/savage/
Dsavagefb_driver.c1556 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()
Dsavagefb.h203 int display_type; member
/linux-4.4.14/drivers/acpi/
Dacpi_video.c132 u32 display_type:4; /* Describe the specific type in use */ member
1070 switch (attribute->display_type) { in acpi_video_bus_get_one_device()