Searched refs:FieldType (Results 1 – 5 of 5) sorted by relevance
557 UINT8 FieldType; in DtCompileTable() local633 FieldType = DtGetFieldType (Info); in DtCompileTable()636 if (FieldType != DT_FIELD_TYPE_INLINE_SUBTABLE && in DtCompileTable()644 switch (FieldType) in DtCompileTable()741 FieldLength, FieldType, Info->Flags); in DtCompileTable()
561 if (Info->FieldType != ACPI_TYPE_LOCAL_INDEX_FIELD) in AcpiExPrepFieldValue()581 ObjDesc = AcpiUtCreateInternalObject (Info->FieldType); in AcpiExPrepFieldValue()601 switch (Info->FieldType) in AcpiExPrepFieldValue()
554 (char *) &Arg->Named.Name, Info->FieldType, in AcpiDsGetFieldNames()686 Info.FieldType = ACPI_TYPE_LOCAL_REGION_FIELD; in AcpiDsCreateField()916 Info.FieldType = ACPI_TYPE_LOCAL_BANK_FIELD; in AcpiDsCreateBankField()996 Info.FieldType = ACPI_TYPE_LOCAL_INDEX_FIELD; in AcpiDsCreateIndexField()
847 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName) \ argument848 {{FieldType, 0, FieldName, 0}, ACPI_DMT_TERMINATOR}
425 UINT8 FieldType; member