Searched refs:display_type (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Dnsdump.c210 if (!(info->display_type & ACPI_DISPLAY_SHORT)) { acpi_ns_dump_one_object()
243 switch (info->display_type & ACPI_DISPLAY_MASK) { acpi_ns_dump_one_object()
631 * display_type - 0 or ACPI_DISPLAY_SUMMARY
647 u8 display_type, acpi_ns_dump_objects()
670 info.display_type = display_type; acpi_ns_dump_objects()
753 * display_type - 0 or ACPI_DISPLAY_SUMMARY
769 u8 display_type, acpi_ns_dump_object_paths()
830 info.display_type = ACPI_DISPLAY_SUMMARY; acpi_ns_dump_entry()
646 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects() argument
768 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths() argument
H A Dacnamesp.h211 u8 display_type,
217 u8 display_type,
H A Dacstruct.h232 u8 display_type; member in struct:acpi_walk_info
H A Ddbnames.c357 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; acpi_db_walk_and_match_name()
644 info.display_type = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT; acpi_db_display_objects()
/linux-4.4.14/drivers/media/rc/
H A Dimon.c151 u8 display_type; /* store the display type */ member in struct:imon_context
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) { send_set_imon_clock()
1085 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA) imon_touch_display_timeout()
1647 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA && len == 8 && imon_incoming_packet()
1893 ictx->display_type = detected_display_type; imon_get_ffdc_type()
1903 * it by hand via the display_type modparam. Default is VFD. imon_set_display_type()
1906 if (display_type == IMON_DISPLAY_TYPE_AUTO) { imon_set_display_type()
1910 configured_display_type = ictx->display_type; imon_set_display_type()
1935 configured_display_type = display_type; imon_set_display_type()
1936 if (display_type == IMON_DISPLAY_TYPE_NONE) imon_set_display_type()
1941 "modparam\n", __func__, display_type); imon_set_display_type()
1944 ictx->display_type = configured_display_type; imon_set_display_type()
2171 if (ictx->display_type == IMON_DISPLAY_TYPE_NONE) { imon_find_endpoints()
2180 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA) { imon_find_endpoints()
2315 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA) { imon_init_intf1()
2329 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA) { imon_init_intf1()
2382 if (ictx->display_type == IMON_DISPLAY_TYPE_LCD) imon_init_display()
2524 if (ictx->display_type == IMON_DISPLAY_TYPE_LCD) imon_disconnect()
2526 else if (ictx->display_type == IMON_DISPLAY_TYPE_VFD) imon_disconnect()
2533 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA) { imon_disconnect()
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c1556 if (par->display_type == DISP_CRT) { savagefb_blank()
1584 if (par->display_type == DISP_LCD || savagefb_blank()
1585 par->display_type == DISP_DFP) { savagefb_blank()
1957 par->display_type = DISP_LCD; savage_init_hw()
1959 par->display_type = DISP_DFP; savage_init_hw()
1961 par->display_type = DISP_CRT; savage_init_hw()
1965 if (par->display_type == DISP_LCD) { savage_init_hw()
2018 par->display_type = DISP_CRT; savage_init_hw()
H A Dsavagefb.h203 int display_type; member in struct:savagefb_par
/linux-4.4.14/drivers/acpi/
H A Dacpi_video.c132 u32 display_type:4; /* Describe the specific type in use */ member in struct:acpi_video_device_attrib
1070 switch (attribute->display_type) { acpi_video_bus_get_one_device()
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_imon.c713 * it by hand via the display_type modparam. Default is VFD. imon_probe()

Completed in 232 milliseconds