Lines Matching full:dsdt
113 s_dsdt *d = &acpi->dsdt;
132 /* DSDT wasn't already detected
138 if (memcmp(new_adh.signature, DSDT, sizeof(DSDT) - 1) == 0) {
139 DEBUG_PRINT(("DSDT table found via x_dsdt\n"));
148 if (memcmp(new_adh.signature, DSDT, sizeof(DSDT) - 1) ==
150 DEBUG_PRINT(("DSDT table found via dsdt_address\n"));
167 } else if (memcmp(adh.signature, DSDT, sizeof(DSDT) - 1) == 0) {
168 DEBUG_PRINT(("DSDT table found\n"));
169 s_dsdt *d = &acpi->dsdt;