Lines Matching defs:obj_desc
171 union acpi_operand_object *obj_desc = params[i];
177 switch (obj_desc->common.type) {
179 ACPI_DEBUG_PRINT_RAW((ACPI_DB_TRACE_POINT, "%llx", obj_desc->integer.value));
182 if (!obj_desc->string.length) {
187 acpi_ut_print_string(obj_desc->string.pointer, ACPI_UINT8_MAX);
206 * obj_desc - The method object
218 union acpi_operand_object *obj_desc,
232 acpi_gbl_trace_method_object = obj_desc;
249 obj_desc ? obj_desc->method.aml_start : NULL,
263 * obj_desc - The method object
275 union acpi_operand_object *obj_desc,
291 obj_desc ? obj_desc->method.aml_start : NULL,
297 if (acpi_gbl_trace_method_object == obj_desc) {