Lines Matching refs:object

54  * These object types map directly to the ACPI_TYPES
219 * DESCRIPTION: Dump entire namespace with full object pathnames and object
318 /* Get the full pathname to this object */
323 acpi_os_printf("Could Not get pathname for object %p\n",
497 acpi_os_printf("[%4.4s]: Unknown object type %X\n",
532 if (node->object->field.region_obj->region.space_id !=
539 /* Get and display the full pathname to this object */
544 acpi_os_printf("Could Not get pathname for object %p\n",
555 acpi_os_printf("Could Not evaluate object %p\n",
613 /* Get and display the full pathname to this object */
618 acpi_os_printf("Could Not get pathname for object %p\n",
626 /* Dump short info about the object */
636 * PARAMETERS: obj_type_arg - Type of object to display
653 /* No argument means display summary/count of all object types */
685 /* Get the object type */
723 * PARAMETERS: obj_type_arg - Type of object to display
772 union acpi_operand_object *object;
792 node = (struct acpi_namespace_node *)node->object;
809 object = acpi_ns_get_attached_object(node);
810 if (object) {
812 if (ACPI_GET_DESCRIPTOR_TYPE(object) != ACPI_DESC_TYPE_OPERAND) {
815 object, acpi_ut_get_descriptor_name(object));
856 * DESCRIPTION: Check if this namespace object refers to the target object
859 * Note: Currently doesn't check subobjects within the Node's object
880 /* Check for match against the object attached to the node */
894 * PARAMETERS: object_arg - String with hex value of the object
898 * DESCRIPTION: Search namespace for all references to the input object
907 /* Convert string to object pointer */
957 /* Get the full path to this device object */
962 acpi_os_printf("Could Not get pathname for object %p\n",