Searched defs:acpi_device_info (Results 1 – 1 of 1) sorted by relevance
995 struct acpi_device_info { struct996 u32 info_size; /* Size of info, including ID strings */997 u32 name; /* ACPI object Name */998 acpi_object_type type; /* ACPI object Type */999 u8 param_count; /* If a method, required parameter count */1000 u8 valid; /* Indicates which optional fields are valid */1001 u8 flags; /* Miscellaneous info */1002 u8 highest_dstates[4]; /* _sx_d values: 0xFF indicates not valid */1003 u8 lowest_dstates[5]; /* _sx_w values: 0xFF indicates not valid */1004 u32 current_status; /* _STA value */[all …]