Searched refs:sar_root (Results 1 – 1 of 1) sorted by relevance
34 union acpi_object *sar_root; in mt792x_acpi_read() local52 sar_root = buf.pointer; in mt792x_acpi_read()53 if (sar_root->type != ACPI_TYPE_PACKAGE || in mt792x_acpi_read()54 sar_root->package.count < 4 || in mt792x_acpi_read()55 sar_root->package.elements[0].type != ACPI_TYPE_INTEGER) { in mt792x_acpi_read()57 sar_root->package.count); in mt792x_acpi_read()63 *tbl = devm_kzalloc(mdev->dev, sar_root->package.count, in mt792x_acpi_read()72 *len = sar_root->package.count; in mt792x_acpi_read()74 for (i = 0; i < sar_root->package.count; i++) { in mt792x_acpi_read()75 union acpi_object *sar_unit = &sar_root->package.elements[i]; in mt792x_acpi_read()[all …]