Lines Matching defs:Info
428 * PARAMETERS: Info - Contains all field creation info
439 ACPI_CREATE_FIELD_INFO *Info)
453 if (Info->FieldType != ACPI_TYPE_LOCAL_INDEX_FIELD)
455 if (!Info->RegionNode)
461 Type = AcpiNsGetType (Info->RegionNode);
473 ObjDesc = AcpiUtCreateInternalObject (Info->FieldType);
481 ObjDesc->CommonField.Node = Info->FieldNode;
483 Info->FieldFlags, Info->Attribute,
484 Info->FieldBitPosition, Info->FieldBitLength);
493 switch (Info->FieldType)
497 ObjDesc->Field.RegionObj = AcpiNsGetAttachedObject (Info->RegionNode);
501 ObjDesc->Field.AccessLength = Info->AccessLength;
503 if (Info->ConnectionNode)
505 SecondDesc = Info->ConnectionNode->Object;
521 else if (Info->ResourceBuffer)
523 ObjDesc->Field.ResourceBuffer = Info->ResourceBuffer;
524 ObjDesc->Field.ResourceLength = Info->ResourceLength;
527 ObjDesc->Field.PinNumberIndex = Info->PinNumberIndex;
560 ObjDesc->BankField.Value = Info->BankValue;
562 AcpiNsGetAttachedObject (Info->RegionNode);
564 AcpiNsGetAttachedObject (Info->RegisterNode);
586 Info->DataRegisterNode)->Named.Data;
588 Info->DataRegisterNode)->Named.Length;
597 AcpiNsGetAttachedObject (Info->RegisterNode);
599 AcpiNsGetAttachedObject (Info->DataRegisterNode);
623 * (Info->FieldBitPosition / ACPI_MUL_8 (
628 * ACPI_DIV_8 (Info->FieldBitPosition);
631 ACPI_DIV_8 (Info->FieldBitPosition),
657 Info->FieldNode, ObjDesc, AcpiNsGetType (Info->FieldNode));
661 Info->FieldNode, AcpiUtGetNodeName (Info->FieldNode), ObjDesc));