HomeSort by relevance Sort by last modified time
    Searched refs:DSDT (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/gplinclude/acpi/
dsdt.h 18 #define DSDT "DSDT"
27 void parse_dsdt(s_dsdt *dsdt);
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
AcpiTables.inf 32 DSDT.ASL
  /external/syslinux/com32/gpllib/acpi/
acpi.c 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)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
ACPI.c 64 UINT32 DSDT; // 40
149 { DSDT_SIGNATURE, "DSDT", PAGE_ACPI_DSDT },
1003 Respond with the ACPI DSDT table
1042 Status = TableHeader ( SocketFD, pPort, L"DSDT - Differentiated System Description Table", pDsdt );
1048 // Display the DSDT header
1120 // Display the data from the DSDT
    [all...]

Completed in 119 milliseconds