Lines Matching refs:parent
74 * PARAMETERS: handle - Handle of object whose parent is desired
75 * ret_handle - Where the parent handle will be placed
79 * DESCRIPTION: Returns a handle to the parent of the object represented by
93 /* Special case for the predefined Root Node (no parent) */
112 /* Get the parent entry */
114 parent_node = node->parent;
117 /* Return exception if parent is null */
136 * parent - Parent object whose children we are getting
150 acpi_handle parent,
169 /* If null handle, use the parent */
175 parent_node = acpi_ns_validate_handle(parent);
181 /* Non-null handle, ignore the parent */