• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/

Lines Matching refs:region_obj

242  * PARAMETERS:  region_obj          - Region object
252 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function)
261 region_obj2 = acpi_ns_get_secondary_object(region_obj);
286 * Operation region space ID Same value as region_obj->Region.space_id
293 acpi_ut_create_integer_object((u64) region_obj->region.space_id);
327 * PARAMETERS: region_obj - Internal region object
342 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj,
355 region_obj2 = acpi_ns_get_secondary_object(region_obj);
362 handler_desc = region_obj->region.handler;
366 acpi_ut_get_node_name(region_obj->region.node),
367 region_obj,
368 acpi_ut_get_region_name(region_obj->region.
378 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) {
389 region_obj,
390 acpi_ut_get_region_name(region_obj->region.
402 status = region_setup(region_obj, ACPI_REGION_ACTIVATE,
415 acpi_ut_get_region_name(region_obj->
423 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) {
424 region_obj->region.flags |= AOPOBJ_SETUP_COMPLETE;
448 &region_obj->region.handler->address_space, handler,
449 ACPI_FORMAT_NATIVE_UINT(region_obj->region.address +
451 acpi_ut_get_region_name(region_obj->region.
467 (region_obj->region.address + region_offset),
473 acpi_ut_get_region_name(region_obj->region.
493 * PARAMETERS: region_obj - Region Object
504 acpi_ev_detach_region(union acpi_operand_object *region_obj,
517 region_obj2 = acpi_ns_get_secondary_object(region_obj);
525 handler_obj = region_obj->region.handler;
542 if (obj_desc == region_obj) {
545 region_obj, handler_obj));
562 status = acpi_ev_execute_reg_method(region_obj, 0);
567 (region_obj->region.space_id)));
582 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) {
585 region_setup(region_obj,
596 (region_obj->region.
600 region_obj->region.flags &=
613 region_obj->region.handler = NULL;
629 region_obj, handler_obj));
639 * region_obj - Region Object
651 union acpi_operand_object *region_obj,
659 acpi_ut_get_node_name(region_obj->region.node),
660 region_obj, handler_obj,
661 acpi_ut_get_region_name(region_obj->region.
666 region_obj->region.next = handler_obj->address_space.region_list;
667 handler_obj->address_space.region_list = region_obj;
671 if (region_obj->region.handler) {
675 region_obj->region.handler = handler_obj;