Searched refs:ProtocolId (Results 1 – 2 of 2) sorted by relevance
220 UINT32 ProtocolId, in AcpiExGetProtocolBufferLength() argument224 if ((ProtocolId > ACPI_MAX_PROTOCOL_ID) || in AcpiExGetProtocolBufferLength()225 (AcpiProtocolLengths[ProtocolId] == ACPI_INVALID_PROTOCOL_ID)) in AcpiExGetProtocolBufferLength()228 "Invalid Field/AccessAs protocol ID: 0x%4.4X", ProtocolId)); in AcpiExGetProtocolBufferLength()233 *ReturnLength = AcpiProtocolLengths[ProtocolId]; in AcpiExGetProtocolBufferLength()
289 UINT32 ProtocolId,