Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dasus-laptop.c239 struct acpi_table_header *dsdt_info; member
890 if (asus->dsdt_info) { in infos_show()
891 snprintf(buf, 16, "%d", asus->dsdt_info->length); in infos_show()
893 snprintf(buf, 16, "%d", asus->dsdt_info->checksum); in infos_show()
895 snprintf(buf, 16, "%d", asus->dsdt_info->revision); in infos_show()
897 snprintf(buf, 7, "%s", asus->dsdt_info->oem_id); in infos_show()
899 snprintf(buf, 9, "%s", asus->dsdt_info->oem_table_id); in infos_show()
901 snprintf(buf, 16, "%x", asus->dsdt_info->oem_revision); in infos_show()
903 snprintf(buf, 5, "%s", asus->dsdt_info->asl_compiler_id); in infos_show()
905 snprintf(buf, 16, "%x", asus->dsdt_info->asl_compiler_revision); in infos_show()
[all …]