Lines Matching defs:obj_desc
282 if (info->obj_desc->method.param_count > info->param_count) {
286 info->obj_desc->method.param_count));
292 else if (info->obj_desc->method.param_count < info->param_count) {
296 info->obj_desc->method.param_count));
300 info->param_count = info->obj_desc->method.param_count;
474 union acpi_operand_object *obj_desc = NULL;
493 obj_desc = *(info->return_object->reference.where);
500 obj_desc = node->object;
511 if (obj_desc) {
512 acpi_ut_add_reference(obj_desc);
514 info->return_object = obj_desc;