Lines Matching refs:parent
73 struct device *parent;
78 * If the device has parent we need to take its resources into
81 parent = acpi_get_first_physical_node(adev->parent);
82 if (parent && dev_is_pci(parent))
83 dest->parent = pci_find_resource(to_pci_dev(parent), dest);
136 * If the ACPI node has a parent and that parent has a physical device
137 * attached to it, that physical device should be the parent of the
140 pdevinfo.parent = adev->parent ?
141 acpi_get_first_physical_node(adev->parent) : NULL;