Searched refs:DeviceHandle (Results 1 - 25 of 89) sorted by relevance

1234

/device/linaro/bootloader/edk2/OvmfPkg/XenIoPciDxe/
H A DXenIoPciDxe.c45 @param[in] DeviceHandle The device to probe.
63 IN EFI_HANDLE DeviceHandle,
77 DeviceHandle, // candidate device
81 DeviceHandle, // ControllerHandle, according to
116 gBS->CloseProtocol (DeviceHandle, &gEfiPciIoProtocolGuid,
117 This->DriverBindingHandle, DeviceHandle);
134 @param[in] DeviceHandle The supported device to drive.
153 IN EFI_HANDLE DeviceHandle,
167 Status = gBS->OpenProtocol (DeviceHandle, &gEfiPciIoProtocolGuid,
169 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVE
61 XenIoPciDeviceBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
151 XenIoPciDeviceBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
232 XenIoPciDeviceBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
323 XenIoPciGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
H A DTianoSpecTypes.h64 EFI_HANDLE DeviceHandle; member in struct:__anon4460
72 EFI_HANDLE DeviceHandle; member in struct:__anon4461
H A DTianoSpecApi.h81 IN EFI_HANDLE DeviceHandle OPTIONAL
104 DeviceHandle - The device handle consume the allocated space.
299 IN EFI_HANDLE DeviceHandle OPTIONAL
322 DeviceHandle - The device handle consume the allocated space.
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DDriverBinding.c345 IN EFI_HANDLE DeviceHandle,
358 DeviceHandle, // candidate device
362 DeviceHandle, // ControllerHandle, according to
379 gBS->CloseProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
380 This->DriverBindingHandle, DeviceHandle);
437 IN EFI_HANDLE DeviceHandle,
456 Status = gBS->OpenProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
458 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVER);
475 Status = gBS->OpenProtocol (DeviceHandle, &gEfiDevicePathProtocolGuid,
477 DeviceHandle, EFI_OPEN_PROTOCOL_GET_PROTOCO
343 VirtioNetDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
435 VirtioNetDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
582 VirtioNetDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/
H A DVirtioPciDevice.c223 @param[in] DeviceHandle The device to probe.
242 IN EFI_HANDLE DeviceHandle,
256 DeviceHandle, // candidate device
260 DeviceHandle, // ControllerHandle, according to
300 gBS->CloseProtocol (DeviceHandle, &gEfiPciIoProtocolGuid,
301 This->DriverBindingHandle, DeviceHandle);
405 @param[in] DeviceHandle The supported device to drive.
426 IN EFI_HANDLE DeviceHandle,
438 Status = gBS->OpenProtocol (DeviceHandle, &gEfiPciIoProtocolGuid,
440 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVE
240 VirtioPciDeviceBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
424 VirtioPciDeviceBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
537 VirtioPciDeviceBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
636 VirtioPciGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
H A DVirtioBlk.h72 @param[in] DeviceHandle The device to probe.
90 IN EFI_HANDLE DeviceHandle,
107 @param[in] DeviceHandle The supported device to drive.
128 IN EFI_HANDLE DeviceHandle,
145 @param[in] DeviceHandle Stop driving this device.
160 IN EFI_HANDLE DeviceHandle,
285 IN EFI_HANDLE DeviceHandle,
H A DVirtioBlk.c507 @param[in] DeviceHandle The device to probe.
526 IN EFI_HANDLE DeviceHandle,
539 DeviceHandle, // candidate device
543 DeviceHandle, // ControllerHandle, according to
560 gBS->CloseProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
561 This->DriverBindingHandle, DeviceHandle);
887 @param[in] DeviceHandle The supported device to drive.
908 IN EFI_HANDLE DeviceHandle,
920 Status = gBS->OpenProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
922 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVE
524 VirtioBlkDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
906 VirtioBlkDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
996 VirtioBlkDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
1099 VirtioBlkGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/
H A DVirtioMmioDevice.c183 IN EFI_HANDLE DeviceHandle
191 DeviceHandle, // candidate device
194 DeviceHandle, // requestor driver identity
195 DeviceHandle, // requesting lookup for dev.
210 Status = gBS->UninstallProtocolInterface (DeviceHandle,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImage/
H A DLoadedImage.h46 EFI_HANDLE DeviceHandle; member in struct:__anon4078
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
H A DVirtioScsi.h82 IN EFI_HANDLE DeviceHandle,
91 IN EFI_HANDLE DeviceHandle,
100 IN EFI_HANDLE DeviceHandle,
202 IN EFI_HANDLE DeviceHandle,
H A DVirtioScsi.c1007 IN EFI_HANDLE DeviceHandle,
1020 DeviceHandle, // candidate device
1024 DeviceHandle, // ControllerHandle, according to
1041 gBS->CloseProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
1042 This->DriverBindingHandle, DeviceHandle);
1051 IN EFI_HANDLE DeviceHandle,
1063 Status = gBS->OpenProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
1065 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVER);
1089 Status = gBS->InstallProtocolInterface (&DeviceHandle,
1105 gBS->CloseProtocol (DeviceHandle,
1005 VirtioScsiDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
1049 VirtioScsiDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
1117 VirtioScsiDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
1220 VirtioScsiGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
H A DPiDxeCis.h166 EFI_HANDLE DeviceHandle; member in struct:__anon7717
206 EFI_HANDLE DeviceHandle; member in struct:__anon7718
263 @param DeviceHandle The device handle for which the memory resource
289 IN EFI_HANDLE DeviceHandle OPTIONAL
482 @param DeviceHandle The device handle for which the I/O resource is being allocated.
505 IN EFI_HANDLE DeviceHandle OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DLoadedImage.h59 EFI_HANDLE DeviceHandle; ///< The device handle that the EFI Image was loaded from. member in struct:__anon8045
60 EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to DeviceHandle
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c47 EFI_HANDLE DeviceHandle; local
54 DeviceHandle = NULL;
59 &DeviceHandle
63 DeviceHandle,
78 DeviceHandle = NULL;
83 &DeviceHandle
88 DeviceHandle,
116 DeviceHandle = NULL;
121 &DeviceHandle
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c355 @param DeviceHandle A handle for a device
362 IN EFI_HANDLE DeviceHandle
375 DeviceHandle,
729 FileContext->DeviceHandle = SimpleFsHandle[Index];
730 FileContext->FileHandle = LibOpenRoot (FileContext->DeviceHandle);
736 MenuEntry->HelpString = LibDevicePathToStr (DevicePathFromHandle (FileContext->DeviceHandle));
738 FileContext->DevicePath = FileDevicePath (FileContext->DeviceHandle, FileContext->FileName);
804 FileContext->DeviceHandle = LoadFileHandle[Index];
807 FileContext->DevicePath = DevicePathFromHandle (FileContext->DeviceHandle);
892 @param DeviceHandle Drive
1348 EFI_HANDLE DeviceHandle; local
[all...]
H A DFileExplorer.h56 EFI_HANDLE DeviceHandle; member in struct:__anon6264
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
H A DDwUsbHostDxe.h64 EFI_HANDLE DeviceHandle; member in struct:_DWUSB_OTGHC_DEV
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
H A DNvmExpress.c69 EFI_HANDLE DeviceHandle; local
190 DeviceHandle = NULL;
192 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &DeviceHandle);
193 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) {
204 Device->DeviceHandle = NULL;
207 &Device->DeviceHandle,
226 &Device->DeviceHandle,
233 &Device->DeviceHandle,
251 Device->DeviceHandle,
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c86 IN EFI_HANDLE DeviceHandle
98 DeviceHandle - Handle of PCIIO protocol.
114 DeviceHandle,
257 IN EFI_HANDLE DeviceHandle
268 DeviceHandle - Handle of PCIIO protocol.
283 DeviceHandle,
301 IN EFI_HANDLE DeviceHandle
312 DeviceHandle - Handle of PCIIO protocol.
326 DeviceHandle,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c21 @param DeviceHandle A handle for a device
28 IN EFI_HANDLE DeviceHandle
41 DeviceHandle,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
H A DImage.c1054 EFI_HANDLE DeviceHandle; local
1087 DeviceHandle = NULL;
1099 Status = CoreLocateDevicePath (&gEfiDevicePathProtocolGuid, &HandleFilePath, &DeviceHandle);
1101 DeviceHandle = NULL;
1117 Status = CoreLocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &HandleFilePath, &DeviceHandle);
1122 Status = CoreLocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &HandleFilePath, &DeviceHandle);
1126 Status = CoreLocateDevicePath (&gEfiLoadFile2ProtocolGuid, &HandleFilePath, &DeviceHandle);
1130 Status = CoreLocateDevicePath (&gEfiLoadFileProtocolGuid, &HandleFilePath, &DeviceHandle);
1156 OriginalFilePath = AppendDevicePath (DevicePathFromHandle (DeviceHandle), Node);
1233 if (DeviceHandle !
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
H A DLegacyBiosPlatform.h192 IN EFI_HANDLE DeviceHandle,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
H A DTcgService.h153 IN EFI_HANDLE DeviceHandle,
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
H A DEmuSnpDxe.c752 Private->DeviceHandle = NULL;
805 &Private->DeviceHandle,
822 Private->DeviceHandle,
923 Private->DeviceHandle
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c507 if (Entry->DeviceHandle != AdjacentEntry->DeviceHandle) {
909 Entry->DeviceHandle = NULL;
1013 @param DeviceHandle The device handle consume the allocated space.
1030 IN EFI_HANDLE DeviceHandle OPTIONAL
1244 Entry->DeviceHandle = DeviceHandle;
1321 @param DeviceHandle The device handle consume the allocated space.
1337 IN EFI_HANDLE DeviceHandle OPTIONAL
1345 DEBUG ((DEBUG_GCD, " DeviceHandle
[all...]

Completed in 345 milliseconds

1234