Home | History | Annotate | Download | only in events

Lines Matching defs:Context

176     void                    *Context,
272 ACPI_CONNECTION_INFO *Context;
300 Context = HandlerDesc->AddressSpace.Context;
325 ACPI_PCC_INFO *Ctx = HandlerDesc->AddressSpace.Context;
334 ACPI_FFH_INFO *Ctx = HandlerDesc->AddressSpace.Context;
348 Context, &RegionContext);
371 * Save the returned context for use in all accesses to
406 * handler via the context:
411 * Since we pass these extra parameters via the context, which is
412 * shared between threads, we must lock the context to avoid these
424 Context &&
438 Context->Connection = FieldObj->Field.ResourceBuffer;
439 Context->Length = FieldObj->Field.ResourceLength;
440 Context->AccessLength = FieldObj->Field.AccessLength;
451 Status = Handler (Function, Address, BitWidth, Value, Context,
596 HandlerObj->AddressSpace.Context, RegionContext);
941 void *Context,
950 Info = ACPI_CAST_PTR (ACPI_REG_WALK_INFO, Context);