50 #define _COMPONENT ACPI_NAMESPACE
98 info->return_object =
NULL;
99 info->param_count = 0;
120 info->resolved_node =
122 info->resolved_node->
object);
129 node = info->resolved_node;
146 if (!info->obj_desc) {
148 "Control method has no attached sub-object"));
154 if (info->parameters) {
155 while (info->parameters[info->param_count]) {
168 "Method at AML address %p Length %X\n",
169 info->obj_desc->method.aml_start + 1,
170 info->obj_desc->method.aml_length - 1));
189 switch (info->resolved_node->type) {
198 "[%4.4s] Evaluation of object type [%s] is not supported",
199 info->resolved_node->name.ascii,
239 info->return_object =
241 info->resolved_node);
244 "Returning object %p [%s]\n",
257 status, &info->return_object);
267 info->return_object =
NULL;
276 "*** Completed evaluation of object %s ***\n",
305 u32 method_count = 0;
327 next = next->
method.mutex;
332 acpi_ns_exec_module_code(prev, info);
341 "Executed %u blocks of module-level executable AML code",
381 method_obj->
method.next_object);
392 method_obj->
method.dispatch.handler =
428 method_obj->
method.aml_start));
445 parent_node->
type = (
u8)type;