Home
last modified time | relevance | path

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

/acpica-latest/source/common/
Ddmtbdump2.c1360 ComponentCount = Subtable0->NumPhysicalComponents; in AcpiDmDumpMpst()
1412 (sizeof (ACPI_MPST_COMPONENT) * Subtable0->NumPhysicalComponents)); in AcpiDmDumpMpst()
Ddmtbinfo2.c1283 {ACPI_DMT_UINT32, ACPI_MPST0_OFFSET (NumPhysicalComponents), "Num Physical Components", 0},
/acpica-latest/source/include/
Dactbl2.h1883 UINT32 NumPhysicalComponents; member
/acpica-latest/source/compiler/
Ddttable2.c701 ComponentCount = MpstPowerNode->NumPhysicalComponents; in DtCompileMpst()