Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dnsdump.c212 if (!(info->display_type & ACPI_DISPLAY_SHORT)) { in acpi_ns_dump_one_object()
245 switch (info->display_type & ACPI_DISPLAY_MASK) { in acpi_ns_dump_one_object()
650 u8 display_type, in acpi_ns_dump_objects() argument
673 info.display_type = display_type; in acpi_ns_dump_objects()
774 u8 display_type, in acpi_ns_dump_object_paths() argument
836 info.display_type = ACPI_DISPLAY_SUMMARY; in acpi_ns_dump_entry()
Dacnamesp.h213 u8 display_type,
219 u8 display_type,
Dacstruct.h231 u8 display_type; member
/linux-4.1.27/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.1.27/drivers/video/fbdev/savage/
Dsavagefb_driver.c1560 if (par->display_type == DISP_CRT) { in savagefb_blank()
1588 if (par->display_type == DISP_LCD || in savagefb_blank()
1589 par->display_type == DISP_DFP) { in savagefb_blank()
1968 par->display_type = DISP_LCD; in savage_init_hw()
1970 par->display_type = DISP_DFP; in savage_init_hw()
1972 par->display_type = DISP_CRT; in savage_init_hw()
1976 if (par->display_type == DISP_LCD) { in savage_init_hw()
2029 par->display_type = DISP_CRT; in savage_init_hw()
Dsavagefb.h203 int display_type; member
/linux-4.1.27/drivers/acpi/
Dvideo.c139 u32 display_type:4; /* Describe the specific type in use */ member
1135 switch (attribute->display_type) { in acpi_video_bus_get_one_device()