Searched defs:DeviceHandle (Results 1 - 25 of 49) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
H A DComponentName.c77 @param DeviceHandle The handle of a controller that the driver specified by
103 IN EFI_HANDLE DeviceHandle,
101 NonDiscoverablePciGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
H A DNonDiscoverablePciDeviceDxe.c57 @param DeviceHandle Handle of device to test.
70 IN EFI_HANDLE DeviceHandle,
79 Status = gBS->OpenProtocol (DeviceHandle,
81 This->DriverBindingHandle, DeviceHandle,
113 gBS->CloseProtocol (DeviceHandle, &gEdkiiNonDiscoverableDeviceProtocolGuid,
114 This->DriverBindingHandle, DeviceHandle);
124 @param DeviceHandle Handle of device to bind driver to.
137 IN EFI_HANDLE DeviceHandle,
149 Status = gBS->OpenProtocol (DeviceHandle,
152 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVE
68 NonDiscoverablePciDeviceSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
135 NonDiscoverablePciDeviceStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
197 NonDiscoverablePciDeviceStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
H A DEmuSnpDxe.h55 EFI_HANDLE DeviceHandle; member in struct:__anon5416
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
H A DRamDiskFileExplorer.c158 EFI_HANDLE DeviceHandle; local
167 &DeviceHandle
174 DeviceHandle,
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
H A DMarvellYukon.h52 EFI_HANDLE DeviceHandle; member in struct:__anon2485
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadedImage/
H A DLoadedImage.h46 EFI_HANDLE DeviceHandle; member in struct:__anon4350
/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:__anon9129
60 EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to DeviceHandle
/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/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:__anon4732
72 EFI_HANDLE DeviceHandle; member in struct:__anon4733
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.h56 EFI_HANDLE DeviceHandle; member in struct:__anon6638
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
H A DDefer3rdPartyImageLoad.c59 EFI_HANDLE DeviceHandle; local
65 DeviceHandle = NULL;
70 &DeviceHandle
74 DeviceHandle,
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
H A DUndi32.h68 EFI_HANDLE DeviceHandle; member in struct:__anon9750
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/
H A DVirtioPciDevice.c222 @param[in] DeviceHandle The device to probe.
241 IN EFI_HANDLE DeviceHandle,
255 DeviceHandle, // candidate device
259 DeviceHandle, // ControllerHandle, according to
299 gBS->CloseProtocol (DeviceHandle, &gEfiPciIoProtocolGuid,
300 This->DriverBindingHandle, DeviceHandle);
404 @param[in] DeviceHandle The supported device to drive.
425 IN EFI_HANDLE DeviceHandle,
437 Status = gBS->OpenProtocol (DeviceHandle, &gEfiPciIoProtocolGuid,
439 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVE
239 VirtioPciDeviceBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
423 VirtioPciDeviceBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
536 VirtioPciDeviceBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
635 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/VirtioRngDxe/
H A DVirtioRng.c410 IN EFI_HANDLE DeviceHandle,
423 DeviceHandle, // candidate device
427 DeviceHandle, // ControllerHandle, according to
444 gBS->CloseProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
445 This->DriverBindingHandle, DeviceHandle);
454 IN EFI_HANDLE DeviceHandle,
466 Status = gBS->OpenProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
468 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVER);
492 Status = gBS->InstallProtocolInterface (&DeviceHandle,
508 gBS->CloseProtocol (DeviceHandle,
408 VirtioRngDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
452 VirtioRngDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
521 VirtioRngDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
622 VirtioRngGetDeviceName( 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/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c125 EFI_HANDLE DeviceHandle; local
134 &DeviceHandle
141 DeviceHandle,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
H A DNvmExpress.c72 EFI_HANDLE DeviceHandle; local
208 DeviceHandle = NULL;
210 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &DeviceHandle);
211 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) {
222 Device->DeviceHandle = NULL;
225 &Device->DeviceHandle,
246 &Device->DeviceHandle,
253 &Device->DeviceHandle,
273 Device->DeviceHandle,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
H A DEmmcDxe.c414 EFI_HANDLE DeviceHandle; local
432 DeviceHandle = NULL;
434 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &DeviceHandle);
435 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) {
541 EFI_HANDLE DeviceHandle; local
578 DeviceHandle = NULL;
580 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingEmmcDevPath, &DeviceHandle);
584 if (EFI_ERROR (Status) || (DeviceHandle == NULL) || !IsDevicePathEnd (RemainingEmmcDevPath)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
H A DSdDxe.c290 EFI_HANDLE DeviceHandle; local
326 DeviceHandle = NULL;
328 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &DeviceHandle);
329 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c538 EFI_HANDLE DeviceHandle; local
570 DeviceHandle = NULL;
572 Status = CoreLocateDevicePath (&gEfiDevicePathProtocolGuid, &DevicePath, &DeviceHandle);
573 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(DevicePath)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.h68 EFI_HANDLE DeviceHandle; member in struct:__anon6883
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
H A DSnpNt32.h200 EFI_HANDLE DeviceHandle; member in struct:_SNPNT32_INSTANCE_DATA
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
H A DVirtioBlk.c508 @param[in] DeviceHandle The device to probe.
527 IN EFI_HANDLE DeviceHandle,
540 DeviceHandle, // candidate device
544 DeviceHandle, // ControllerHandle, according to
561 gBS->CloseProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
562 This->DriverBindingHandle, DeviceHandle);
901 @param[in] DeviceHandle The supported device to drive.
922 IN EFI_HANDLE DeviceHandle,
934 Status = gBS->OpenProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
936 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVE
525 VirtioBlkDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
920 VirtioBlkDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
1010 VirtioBlkDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
1113 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/VirtioScsiDxe/
H A DVirtioScsi.c1019 IN EFI_HANDLE DeviceHandle,
1032 DeviceHandle, // candidate device
1036 DeviceHandle, // ControllerHandle, according to
1053 gBS->CloseProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
1054 This->DriverBindingHandle, DeviceHandle);
1063 IN EFI_HANDLE DeviceHandle,
1075 Status = gBS->OpenProtocol (DeviceHandle, &gVirtioDeviceProtocolGuid,
1077 DeviceHandle, EFI_OPEN_PROTOCOL_BY_DRIVER);
1101 Status = gBS->InstallProtocolInterface (&DeviceHandle,
1117 gBS->CloseProtocol (DeviceHandle,
1017 VirtioScsiDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
1061 VirtioScsiDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
1129 VirtioScsiDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
1232 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/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGlueReportStatusCodeLib.h196 EFI_HANDLE DeviceHandle; member in struct:__anon5188

Completed in 408 milliseconds

12