Home | History | Annotate | Download | only in namespace

Lines Matching refs:Handle

167  * PARAMETERS:  Handle          - Handle of object whose type is desired
173 * handle
179 ACPI_HANDLE Handle,
195 if (Handle == ACPI_ROOT_OBJECT)
207 /* Convert and validate the handle */
209 Node = AcpiNsValidateHandle (Handle);
229 * PARAMETERS: Handle - Handle of object whose parent is desired
230 * RetHandle - Where the parent handle will be placed
234 * DESCRIPTION: Returns a handle to the parent of the object represented by
235 * Handle.
241 ACPI_HANDLE Handle,
256 if (Handle == ACPI_ROOT_OBJECT)
267 /* Convert and validate the handle */
269 Node = AcpiNsValidateHandle (Handle);
306 * RetHandle - Where handle to the next object is placed
310 * DESCRIPTION: Return the next peer object within the namespace. If Handle is
342 /* If null handle, use the parent */
357 /* Non-null handle, ignore the parent */
358 /* Convert and validate the handle */