Lines Matching refs:RegionContext
169 * RegionContext - Region specific context
182 void **RegionContext)
194 if (*RegionContext)
196 LocalRegionContext = (ACPI_MEM_SPACE_CONTEXT *) *RegionContext;
208 *RegionContext = NULL;
226 *RegionContext = LocalRegionContext;
238 * RegionContext - Region specific context
251 void **RegionContext)
258 *RegionContext = NULL;
262 *RegionContext = HandlerContext;
276 * RegionContext - Region specific context
291 void **RegionContext)
295 ACPI_PCI_ID *PciId = *RegionContext;
318 *RegionContext = NULL;
471 *RegionContext = PciId;
547 * RegionContext - Region specific context
562 void **RegionContext)
578 * RegionContext - Region specific context
593 void **RegionContext)
609 * RegionContext - Region specific context
624 void **RegionContext)
635 if (*RegionContext)
637 ACPI_FREE (*RegionContext);
638 *RegionContext = NULL;
655 *RegionContext = LocalRegionContext;
667 * RegionContext - Region specific context
680 void **RegionContext)
687 *RegionContext = NULL;
691 *RegionContext = HandlerContext;