Lines Matching refs:Device
155 IN EFI_ISA_ACPI_DEVICE_ID *Device, in IsaDeviceLookup() argument
166 if (Device == NULL) { in IsaDeviceLookup()
170 if (Device->HID == gPcatIsaAcpiDeviceList[Index].Device.HID && in IsaDeviceLookup()
171 Device->UID == gPcatIsaAcpiDeviceList[Index].Device.UID ) { in IsaDeviceLookup()
201 OUT EFI_ISA_ACPI_DEVICE_ID **Device in IsaDeviceEnumerate() argument
207 IsaDeviceLookup (*Device, &IsaAcpiDevice, &NextIsaAcpiDevice); in IsaDeviceEnumerate()
211 *Device = &(NextIsaAcpiDevice->Device); in IsaDeviceEnumerate()
230 IN EFI_ISA_ACPI_DEVICE_ID *Device, in IsaDeviceSetPower() argument
251 IN EFI_ISA_ACPI_DEVICE_ID *Device, in IsaGetCurrentResource() argument
255 IsaDeviceLookup (Device, ResourceList, NULL); in IsaGetCurrentResource()
275 IN EFI_ISA_ACPI_DEVICE_ID *Device, in IsaGetPossibleResource() argument
296 IN EFI_ISA_ACPI_DEVICE_ID *Device, in IsaSetResource() argument
317 IN EFI_ISA_ACPI_DEVICE_ID *Device, in IsaEnableDevice() argument
337 IN EFI_ISA_ACPI_DEVICE_ID *Device in IsaInitDevice() argument