Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Dnsdump.c199 if (!(info->display_type & ACPI_DISPLAY_SHORT)) { in acpi_ns_dump_one_object()
240 switch (info->display_type & ACPI_DISPLAY_MASK) { in acpi_ns_dump_one_object()
635 u8 display_type, in acpi_ns_dump_objects() argument
658 info.display_type = display_type; in acpi_ns_dump_objects()
691 info.display_type = ACPI_DISPLAY_SUMMARY; in acpi_ns_dump_entry()
Dacstruct.h217 u8 display_type; member
Dacnamesp.h190 u8 display_type,
/linux-3.4.99/drivers/media/rc/
Dimon.c138 u8 display_type; /* store the display type */ member
340 static int display_type; variable
341 module_param(display_type, int, S_IRUGO);
342 MODULE_PARM_DESC(display_type, "Type of attached display. 0=autodetect, "
601 switch (ictx->display_type) { in send_set_imon_clock()
981 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) in imon_touch_display_timeout()
1545 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA && len == 8 && in imon_incoming_packet()
1798 ictx->display_type = detected_display_type; in imon_get_ffdc_type()
1811 if (display_type == IMON_DISPLAY_TYPE_AUTO) { in imon_set_display_type()
1815 configured_display_type = ictx->display_type; in imon_set_display_type()
[all …]
/linux-3.4.99/drivers/video/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()
1969 par->display_type = DISP_LCD; in savage_init_hw()
1971 par->display_type = DISP_DFP; in savage_init_hw()
1973 par->display_type = DISP_CRT; in savage_init_hw()
1977 if (par->display_type == DISP_LCD) { in savage_init_hw()
2030 par->display_type = DISP_CRT; in savage_init_hw()
Dsavagefb.h203 int display_type; member
/linux-3.4.99/drivers/acpi/
Dvideo.c131 u32 display_type:4; /*Describe the specific type in use */ member
1059 switch (attribute->display_type) { in acpi_video_bus_get_one_device()