Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dasus-laptop.c238 struct acpi_table_header *dsdt_info; member
889 if (asus->dsdt_info) { in infos_show()
890 snprintf(buf, 16, "%d", asus->dsdt_info->length); in infos_show()
892 snprintf(buf, 16, "%d", asus->dsdt_info->checksum); in infos_show()
894 snprintf(buf, 16, "%d", asus->dsdt_info->revision); in infos_show()
896 snprintf(buf, 7, "%s", asus->dsdt_info->oem_id); in infos_show()
898 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in infos_show()
900 snprintf(buf, 16, "%x", asus->dsdt_info->oem_revision); in infos_show()
902 snprintf(buf, 5, "%s", asus->dsdt_info->asl_compiler_id); in infos_show()
904 snprintf(buf, 16, "%x", asus->dsdt_info->asl_compiler_revision); in infos_show()
[all …]