Lines Matching refs:region_context
26 * region_context - Region specific context
36 void *handler_context, void **region_context)
46 if (*region_context) {
48 (struct acpi_mem_space_context *)*region_context;
60 *region_context = NULL;
78 *region_context = local_region_context;
89 * region_context - Region specific context
100 void *handler_context, void **region_context)
105 *region_context = NULL;
107 *region_context = handler_context;
120 * region_context - Region specific context
133 void *handler_context, void **region_context)
137 struct acpi_pci_id *pci_id = *region_context;
159 *region_context = NULL;
296 *region_context = pci_id;
362 * region_context - Region specific context
375 void *handler_context, void **region_context)
389 * region_context - Region specific context
402 void *handler_context, void **region_context)
416 * region_context - Region specific context
429 void *handler_context, void **region_context)
438 if (*region_context) {
439 ACPI_FREE(*region_context);
440 *region_context = NULL;
457 *region_context = local_region_context;
468 * region_context - Region specific context
479 void *handler_context, void **region_context)
484 *region_context = NULL;
486 *region_context = handler_context;