Lines Matching refs:ObjDesc

179     ACPI_OPERAND_OBJECT     *ObjDesc,  in AcpiExReadGpio()  argument
185 ACPI_FUNCTION_TRACE_PTR (ExReadGpio, ObjDesc); in AcpiExReadGpio()
196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadGpio()
200 AcpiExAcquireGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExReadGpio()
205 ObjDesc, 0, (UINT64 *) Buffer, ACPI_READ); in AcpiExReadGpio()
207 AcpiExReleaseGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExReadGpio()
231 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExWriteGpio() argument
238 ACPI_FUNCTION_TRACE_PTR (ExWriteGpio, ObjDesc); in AcpiExWriteGpio()
258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteGpio()
264 AcpiExAcquireGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExWriteGpio()
269 ObjDesc, 0, (UINT64 *) Buffer, ACPI_WRITE); in AcpiExWriteGpio()
270 AcpiExReleaseGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExWriteGpio()
291 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExReadSerialBus() argument
301 ACPI_FUNCTION_TRACE_PTR (ExReadSerialBus, ObjDesc); in AcpiExReadSerialBus()
316 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExReadSerialBus()
321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16); in AcpiExReadSerialBus()
332 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus()
382 AcpiExAcquireGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExReadSerialBus()
386 Status = AcpiExAccessRegion (ObjDesc, 0, in AcpiExReadSerialBus()
388 AcpiExReleaseGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExReadSerialBus()
413 ACPI_OPERAND_OBJECT *ObjDesc, in AcpiExWriteSerialBus() argument
425 ACPI_FUNCTION_TRACE_PTR (ExWriteSerialBus, ObjDesc); in AcpiExWriteSerialBus()
455 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExWriteSerialBus()
460 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16); in AcpiExWriteSerialBus()
471 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()
519 AcpiExAcquireGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExWriteSerialBus()
526 ObjDesc, 0, (UINT64 *) Buffer, Function); in AcpiExWriteSerialBus()
527 AcpiExReleaseGlobalLock (ObjDesc->CommonField.FieldFlags); in AcpiExWriteSerialBus()