Lines Matching defs:PldInfo
164 ACPI_PLD_INFO *PldInfo);
199 ACPI_PLD_INFO PldInfo;
219 memset (&PldInfo, 0, sizeof (ACPI_PLD_INFO));
247 PldInfo.Revision = (UINT8) Value;
264 PldInfo.IgnoreColor = (UINT8) Value;
285 PldInfo.Red = (UINT8) Value;
289 PldInfo.Green = (UINT8) Value;
293 PldInfo.Blue = (UINT8) Value;
314 PldInfo.Width = (UINT16) Value;
318 PldInfo.Height = (UINT16) Value;
341 PldInfo.UserVisible = (UINT8) Value;
345 PldInfo.Dock = (UINT8) Value;
349 PldInfo.Lid = (UINT8) Value;
375 PldInfo.Panel = (UINT8) Value;
399 PldInfo.VerticalPosition = (UINT8) Value;
423 PldInfo.HorizontalPosition = (UINT8) Value;
447 PldInfo.Shape = (UINT8) Value;
464 PldInfo.GroupOrientation = (UINT8) Value;
484 PldInfo.GroupToken = (UINT8) Value;
488 PldInfo.GroupPosition = (UINT8) Value;
511 PldInfo.Bay = (UINT8) Value;
515 PldInfo.Ejectable = (UINT8) Value;
519 PldInfo.OspmEjectRequired = (UINT8) Value;
541 PldInfo.CabinetNumber = (UINT8) Value;
545 PldInfo.CardCageNumber = (UINT8) Value;
564 PldInfo.Reference = (UINT8) Value;
621 PldInfo.Rotation = (UINT8) Value;
638 PldInfo.Order = (UINT8) Value;
658 PldInfo.VerticalOffset = (UINT16) Value;
662 PldInfo.HorizontalOffset = (UINT16) Value;
676 Buffer = OpcEncodePldBuffer (&PldInfo);
715 * PARAMETERS: PldInfo - _PLD buffer struct (Using local struct)
725 ACPI_PLD_INFO *PldInfo)
736 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
737 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor);
738 ACPI_PLD_SET_RED (&Dword, PldInfo->Red);
739 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
740 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue);
746 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width);
747 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
753 ACPI_PLD_SET_USER_VISIBLE (&Dword, PldInfo->UserVisible);
754 ACPI_PLD_SET_DOCK (&Dword, PldInfo->Dock);
755 ACPI_PLD_SET_LID (&Dword, PldInfo->Lid);
756 ACPI_PLD_SET_PANEL (&Dword, PldInfo->Panel);
757 ACPI_PLD_SET_VERTICAL (&Dword, PldInfo->VerticalPosition);
758 ACPI_PLD_SET_HORIZONTAL (&Dword, PldInfo->HorizontalPosition);
759 ACPI_PLD_SET_SHAPE (&Dword, PldInfo->Shape);
760 ACPI_PLD_SET_ORIENTATION (&Dword, PldInfo->GroupOrientation);
761 ACPI_PLD_SET_TOKEN (&Dword, PldInfo->GroupToken);
762 ACPI_PLD_SET_POSITION (&Dword, PldInfo->GroupPosition);
763 ACPI_PLD_SET_BAY (&Dword, PldInfo->Bay);
769 ACPI_PLD_SET_EJECTABLE (&Dword, PldInfo->Ejectable);
770 ACPI_PLD_SET_OSPM_EJECT (&Dword, PldInfo->OspmEjectRequired);
771 ACPI_PLD_SET_CABINET (&Dword, PldInfo->CabinetNumber);
772 ACPI_PLD_SET_CARD_CAGE (&Dword, PldInfo->CardCageNumber);
773 ACPI_PLD_SET_REFERENCE (&Dword, PldInfo->Reference);
774 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation);
775 ACPI_PLD_SET_ORDER (&Dword, PldInfo->Order);
780 if (PldInfo->Revision >= 2)
785 ACPI_PLD_SET_VERT_OFFSET (&Dword, PldInfo->VerticalOffset);
786 ACPI_PLD_SET_HORIZ_OFFSET (&Dword, PldInfo->HorizontalOffset);