[go: nahoru, domu]

Searched defs:display_type (Results 1 - 5 of 5) sorted by relevance

/drivers/acpi/acpica/
H A Dnsdump.c212 if (!(info->display_type & ACPI_DISPLAY_SHORT)) {
245 switch (info->display_type & ACPI_DISPLAY_MASK) {
634 * display_type - 0 or ACPI_DISPLAY_SUMMARY
650 u8 display_type,
673 info.display_type = display_type;
758 * display_type - 0 or ACPI_DISPLAY_SUMMARY
774 u8 display_type,
836 info.display_type = ACPI_DISPLAY_SUMMARY;
649 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
773 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
H A Dacstruct.h236 u8 display_type; member in struct:acpi_walk_info
/drivers/acpi/
H A Dvideo.c133 u32 display_type:4; /* Describe the specific type in use */ member in struct:acpi_video_device_attrib
1056 switch (attribute->display_type) {
/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) {
1085 if (ictx->display_type != IMON_DISPLAY_TYPE_VGA)
1647 if (ictx->display_type == IMON_DISPLAY_TYPE_VGA && len == 8 &&
1893 ictx->display_type = detected_display_type;
1903 * it by hand via the display_type modparam. Default is VFD.
1906 if (display_type
[all...]
/drivers/video/fbdev/savage/
H A Dsavagefb.h203 int display_type; member in struct:savagefb_par

Completed in 145 milliseconds