Home
last modified time | relevance | path

Searched refs:ParentDevice (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c306 ACPI_HANDLE ParentDevice; in AcpiHwBuildPciList() local
320 Status = AcpiGetParent (CurrentDevice, &ParentDevice); in AcpiHwBuildPciList()
331 if (ParentDevice == RootPciDevice) in AcpiHwBuildPciList()
348 ListElement->Device = ParentDevice; in AcpiHwBuildPciList()
351 CurrentDevice = ParentDevice; in AcpiHwBuildPciList()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpixf.h1092 ACPI_HANDLE ParentDevice,