Searched defs:acpi_device_info (Results 1 – 1 of 1) sorted by relevance
1154 struct acpi_device_info { struct1155 u32 info_size; /* Size of info, including ID strings */1156 u32 name; /* ACPI object Name */1157 acpi_object_type type; /* ACPI object Type */1158 u8 param_count; /* If a method, required parameter count */1159 u16 valid; /* Indicates which optional fields are valid */1160 u8 flags; /* Miscellaneous info */1161 u8 highest_dstates[4]; /* _sx_d values: 0xFF indicates not valid */1162 u8 lowest_dstates[5]; /* _sx_w values: 0xFF indicates not valid */1163 u64 address; /* _ADR value */[all …]