Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacpixf.h1073 ACPI_HANDLE ParentDevice,