Searched refs:NextIsaAcpiDevice (Results 1 – 2 of 2) sorted by relevance
152 OUT EFI_ISA_ACPI_RESOURCE_LIST **NextIsaAcpiDevice in IsaDeviceLookup()158 if (NextIsaAcpiDevice != NULL) { in IsaDeviceLookup()159 *NextIsaAcpiDevice = NULL; in IsaDeviceLookup()176 if (NextIsaAcpiDevice != NULL && mLpcWpce791DeviceList[Index].Device.HID != 0){ in IsaDeviceLookup()177 *NextIsaAcpiDevice = &(mLpcWpce791DeviceList[Index]); in IsaDeviceLookup()195 EFI_ISA_ACPI_RESOURCE_LIST *NextIsaAcpiDevice; in IsaDeviceEnumerate()197 IsaDeviceLookup (*Device, &IsaAcpiDevice, &NextIsaAcpiDevice); in IsaDeviceEnumerate()198 if (NextIsaAcpiDevice == NULL) { in IsaDeviceEnumerate()201 *Device = &(NextIsaAcpiDevice->Device); in IsaDeviceEnumerate()
157 OUT EFI_ISA_ACPI_RESOURCE_LIST **NextIsaAcpiDevice in IsaDeviceLookup() argument163 if (NextIsaAcpiDevice != NULL) { in IsaDeviceLookup()164 *NextIsaAcpiDevice = NULL; in IsaDeviceLookup()181 if (gPcatIsaAcpiDeviceList[Index].ResourceItem != NULL && NextIsaAcpiDevice != NULL) { in IsaDeviceLookup()182 *NextIsaAcpiDevice = &(gPcatIsaAcpiDeviceList[Index]); in IsaDeviceLookup()205 EFI_ISA_ACPI_RESOURCE_LIST *NextIsaAcpiDevice; in IsaDeviceEnumerate() local207 IsaDeviceLookup (*Device, &IsaAcpiDevice, &NextIsaAcpiDevice); in IsaDeviceEnumerate()208 if (NextIsaAcpiDevice == NULL) { in IsaDeviceEnumerate()211 *Device = &(NextIsaAcpiDevice->Device); in IsaDeviceEnumerate()