Lines Matching defs: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",
609 /* Get and display the full pathname to this object */
614 acpi_os_printf("Could Not get pathname for object %p\n",
622 /* Dump short info about the object */
632 * PARAMETERS: obj_type_arg - Type of object to display
649 /* No argument means display summary/count of all object types */
681 /* Get the object type */
719 * PARAMETERS: obj_type_arg - Type of object to display
768 union acpi_operand_object *object;
788 node = (struct acpi_namespace_node *)node->object;
805 object = acpi_ns_get_attached_object(node);
806 if (object) {
808 if (ACPI_GET_DESCRIPTOR_TYPE(object) != ACPI_DESC_TYPE_OPERAND) {
811 object, acpi_ut_get_descriptor_name(object));
852 * DESCRIPTION: Check if this namespace object refers to the target object
855 * Note: Currently doesn't check subobjects within the Node's object
876 /* Check for match against the object attached to the node */
890 * PARAMETERS: object_arg - String with hex value of the object
894 * DESCRIPTION: Search namespace for all references to the input object
903 /* Convert string to object pointer */
953 /* Get the full path to this device object */
958 acpi_os_printf("Could Not get pathname for object %p\n",