Lines Matching defs:context
29 u32 level, void *context, void **return_value);
114 struct acpi_connection_info *context;
140 context = handler_desc->address_space.context;
167 handler_desc->address_space.context;
178 handler_desc->address_space.context;
192 context, ®ion_context);
215 * Save the returned context for use in all accesses to
250 * handler via the context:
255 * Since we pass these extra parameters via the context, which is
256 * shared between threads, we must lock the context to avoid these
268 context && field_obj) {
280 context->connection = field_obj->field.resource_buffer;
281 context->length = field_obj->field.resource_length;
282 context->access_length = field_obj->field.access_length;
292 status = handler(function, address, bit_width, value, context,
431 context, region_context);
752 u32 level, void *context, void **return_value)
759 info = ACPI_CAST_PTR(struct acpi_reg_walk_info, context);