Lines Matching refs:Context
174 void *Context,
270 ACPI_CONNECTION_INFO *Context; in AcpiEvAddressSpaceDispatch() local
296 Context = HandlerDesc->AddressSpace.Context; in AcpiEvAddressSpaceDispatch()
325 Context, &RegionContext); in AcpiEvAddressSpaceDispatch()
378 Context && in AcpiEvAddressSpaceDispatch()
383 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch()
384 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
385 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch()
388 Context && in AcpiEvAddressSpaceDispatch()
393 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch()
394 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
395 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch()
419 Status = Handler (Function, Address, BitWidth, Value, Context, in AcpiEvAddressSpaceDispatch()
558 HandlerObj->AddressSpace.Context, RegionContext); in AcpiEvDetachRegion()
887 void *Context, in AcpiEvRegRun() argument
896 Info = ACPI_CAST_PTR (ACPI_REG_WALK_INFO, Context); in AcpiEvRegRun()