Home | History | Annotate | Download | only in DxeTcg2PhysicalPresenceLib

Lines Matching full:ppdata

1132   EFI_TCG2_PHYSICAL_PRESENCE        PpData;

1145 &PpData
1154 *MostRecentRequest = PpData.LastPPRequest;
1155 *Response = PpData.PPResponse;
1182 EFI_TCG2_PHYSICAL_PRESENCE PpData;
1196 &PpData
1211 if (PpData.PPRequest != OperationRequest) {
1212 PpData.PPRequest = (UINT8)OperationRequest;
1213 PpData.PPRequestParameter = RequestParameter;
1220 &PpData