Searched defs:acpi_ex_dump_operand (Results 1 - 1 of 1) sorted by path

/drivers/acpi/acpica/
H A Dexdump.c595 * FUNCTION: acpi_ex_dump_operand
606 void acpi_ex_dump_operand(union acpi_operand_object *obj_desc, u32 depth) function
748 acpi_ex_dump_operand(obj_desc->package.
802 acpi_ex_dump_operand(obj_desc->field.region_obj, depth + 1);
823 acpi_ex_dump_operand(obj_desc->buffer_field.buffer_obj,
910 acpi_ex_dump_operand(*operands, 0);

Completed in 61 milliseconds