Lines Matching full:returned
25 * before the results are returned to the ACPI-related drivers.
33 * 3) For returned package objects, the count of package elements is
55 * return_object_ptr - Pointer to the object returned from the
60 * DESCRIPTION: Check the value returned from a predefined name.
131 * For returned Package objects, check the type of all sub-objects. in acpi_ns_check_return_value()
176 * return_object_ptr - Pointer to the object returned from the
216 * Note, the cases below must handle all of the possible types returned in acpi_ns_check_object_type()
217 * from all of the predefined names (including elements of returned in acpi_ns_check_object_type()
234 /* Attempt simple repair of the returned object if necessary */ in acpi_ns_check_object_type()
276 * return_object - Object returned from the evaluation of a
281 * DESCRIPTION: Check a returned reference object for the correct reference
282 * type. The only reference type that can be returned from a
313 * PARAMETERS: return_object - Object returned from method/obj evaluation
317 * object was returned (return_object is NULL).