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

Lines Matching refs:obj_desc

56 acpi_ut_translate_one_cid(union acpi_operand_object *obj_desc,
339 union acpi_operand_object *obj_desc;
345 ACPI_BTYPE_INTEGER, &obj_desc);
352 *address = obj_desc->integer.value;
356 acpi_ut_remove_reference(obj_desc);
394 union acpi_operand_object *obj_desc;
401 &obj_desc);
406 if (ACPI_GET_OBJECT_TYPE(obj_desc) == ACPI_TYPE_INTEGER) {
410 acpi_ex_eisa_id_to_string((u32) obj_desc->integer.value,
415 acpi_ut_copy_id_string(hid->value, obj_desc->string.pointer,
421 acpi_ut_remove_reference(obj_desc);
429 * PARAMETERS: obj_desc - _CID object, must be integer or string
443 acpi_ut_translate_one_cid(union acpi_operand_object *obj_desc,
447 switch (ACPI_GET_OBJECT_TYPE(obj_desc)) {
452 acpi_ex_eisa_id_to_string((u32) obj_desc->integer.value,
458 if (obj_desc->string.length > ACPI_MAX_CID_LENGTH) {
464 acpi_ut_copy_id_string(one_cid->value, obj_desc->string.pointer,
494 union acpi_operand_object *obj_desc;
507 | ACPI_BTYPE_PACKAGE, &obj_desc);
515 if (ACPI_GET_OBJECT_TYPE(obj_desc) == ACPI_TYPE_PACKAGE) {
516 count = obj_desc->package.count;
543 if (ACPI_GET_OBJECT_TYPE(obj_desc) == ACPI_TYPE_PACKAGE) {
549 acpi_ut_translate_one_cid(obj_desc->package.
559 status = acpi_ut_translate_one_cid(obj_desc, cid_list->id);
572 acpi_ut_remove_reference(obj_desc);
596 union acpi_operand_object *obj_desc;
603 &obj_desc);
608 if (ACPI_GET_OBJECT_TYPE(obj_desc) == ACPI_TYPE_INTEGER) {
612 acpi_ex_unsigned_integer_to_string(obj_desc->integer.value,
617 acpi_ut_copy_id_string(uid->value, obj_desc->string.pointer,
623 acpi_ut_remove_reference(obj_desc);
646 union acpi_operand_object *obj_desc;
652 ACPI_BTYPE_INTEGER, &obj_desc);
668 *flags = (u32) obj_desc->integer.value;
672 acpi_ut_remove_reference(obj_desc);
695 union acpi_operand_object *obj_desc;
707 ACPI_BTYPE_INTEGER, &obj_desc);
725 highest[i] = (u8) obj_desc->integer.value;
729 acpi_ut_remove_reference(obj_desc);