Lines Matching defs: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
427 void *handler_context, void **region_context)
432 *region_context = NULL;
434 *region_context = handler_context;