• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/

Lines Matching defs:region_obj

184  * PARAMETERS:  region_obj          - Region object
194 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function)
203 region_obj2 = acpi_ns_get_secondary_object(region_obj);
229 * Operation region space ID Same value as region_obj->Region.space_id
249 args[0]->integer.value = region_obj->region.space_id;
273 * PARAMETERS: region_obj - Internal region object
288 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj,
302 region_obj2 = acpi_ns_get_secondary_object(region_obj);
309 handler_desc = region_obj->region.handler;
313 acpi_ut_get_node_name(region_obj->region.node),
314 region_obj,
315 acpi_ut_get_region_name(region_obj->region.
325 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) {
336 region_obj,
337 acpi_ut_get_region_name(region_obj->region.
349 status = region_setup(region_obj, ACPI_REGION_ACTIVATE,
362 acpi_ut_get_region_name(region_obj->
371 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) {
372 region_obj->region.flags |= AOPOBJ_SETUP_COMPLETE;
396 &region_obj->region.handler->address_space, handler,
398 acpi_ut_get_region_name(region_obj->region.
419 acpi_ut_get_region_name(region_obj->region.
439 * PARAMETERS: region_obj - Region Object
450 acpi_ev_detach_region(union acpi_operand_object *region_obj,
463 region_obj2 = acpi_ns_get_secondary_object(region_obj);
471 handler_obj = region_obj->region.handler;
488 if (obj_desc == region_obj) {
491 region_obj, handler_obj));
508 status = acpi_ev_execute_reg_method(region_obj, 0);
513 (region_obj->region.space_id)));
528 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) {
531 region_setup(region_obj,
542 (region_obj->region.
546 region_obj->region.flags &=
559 region_obj->region.handler = NULL;
575 region_obj, handler_obj));
585 * region_obj - Region Object
597 union acpi_operand_object *region_obj,
605 acpi_ut_get_node_name(region_obj->region.node),
606 region_obj, handler_obj,
607 acpi_ut_get_region_name(region_obj->region.
612 region_obj->region.next = handler_obj->address_space.region_list;
613 handler_obj->address_space.region_list = region_obj;
617 if (region_obj->region.handler) {
621 region_obj->region.handler = handler_obj;