HomeSort by relevance Sort by last modified time
    Searched defs:ControllerHandle (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkDxe/
WinNtThunk.c 92 EFI_HANDLE ControllerHandle;
94 ControllerHandle = NULL;
96 &ControllerHandle,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/
MvEeprom.h 61 EFI_HANDLE ControllerHandle;
73 IN EFI_HANDLE ControllerHandle,
81 IN EFI_HANDLE ControllerHandle,
89 IN EFI_HANDLE ControllerHandle,
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
EmuBusDriverDxe.h 63 EFI_HANDLE ControllerHandle;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.h 60 EFI_HANDLE ControllerHandle;
288 IN EFI_HANDLE ControllerHandle,
Lan9118Dxe.c 53 EFI_HANDLE ControllerHandle;
154 ControllerHandle = NULL;
156 &ControllerHandle,
165 LanDriver->ControllerHandle = ControllerHandle;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.h 61 EFI_HANDLE ControllerHandle;
124 ControllerHandle and ChildHandle in the form of a Unicode string. If the
128 managing the controller specified by ControllerHandle and ChildHandle,
134 @param ControllerHandle[in] The handle of a controller that the driver
156 controller specified by ControllerHandle and
165 @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.
172 ControllerHandle and ChildHandle.
181 IN EFI_HANDLE ControllerHandle,
188 Test to see if this driver supports ControllerHandle.
191 @param[in] ControllerHandle Handle of device to test
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.h 162 EFI_HANDLE ControllerHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Driver.h 47 EFI_HANDLE ControllerHandle;
156 @param ControllerHandle The handle of the controller to test. This handle
163 @retval EFI_SUCCESS The device specified by ControllerHandle and
166 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
169 @retval EFI_ACCESS_DENIED The device specified by ControllerHandle and
173 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
182 IN EFI_HANDLE ControllerHandle,
187 Start this driver on ControllerHandle.
194 1. ControllerHandle must be a valid EFI_HANDLE.
202 @param ControllerHandle The handle of the controller to start. This handle
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDriver.h 31 EFI_HANDLE ControllerHandle;
78 Test to see if this driver supports ControllerHandle.
81 @param[in] ControllerHandle Handle of the device to test.
94 IN EFI_HANDLE ControllerHandle,
99 Start this driver on ControllerHandle.
102 @param[in] ControllerHandle Handle of device to bind driver to.
106 @retval EFI_SUCCESS The driver was added to ControllerHandle.
109 @retval other The driver cannot be added to ControllerHandle.
116 IN EFI_HANDLE ControllerHandle,
121 Stop this driver on ControllerHandle.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenBusDxe.h 84 EFI_HANDLE ControllerHandle;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsInternal.h 75 EFI_HANDLE ControllerHandle;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.h 73 EFI_HANDLE ControllerHandle;
215 @param ControllerHandle The class guid specifies which form set will be displayed.
233 IN EFI_HANDLE ControllerHandle, OPTIONAL
293 @param ControllerHandle The class guid specifies which form set will be displayed.
298 with the controller specified by ControllerHandle and
301 controller specified by ControllerHandle and ChildHandle.
307 IN EFI_HANDLE ControllerHandle, OPTIONAL
469 @param ControllerHandle The handle of a controller that the driver specified by This is managing.
477 is the name of the controller specified by ControllerHandle and ChildHandle.
488 IN EFI_HANDLE ControllerHandle,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Handle.h 89 EFI_HANDLE ControllerHandle;
183 @param ControllerHandle Handle of the controller to be
191 specified by ControllerHandle.
194 connected to ControllerHandle.
198 ControllerHandle.
203 IN EFI_HANDLE ControllerHandle,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHcDxe.h 83 EFI_HANDLE ControllerHandle;
378 ControllerHandle. Drivers will typically use the device path attached to
379 ControllerHandle and/or the services from the bus I/O abstraction attached to
380 ControllerHandle to determine if the driver supports ControllerHandle. This function
384 device specified by ControllerHandle may already be managed by the same driver or a
387 Since ControllerHandle may have been previously started by the same driver, if a protocol is
389 to guarantee the state of ControllerHandle is not modified by this function.
392 @param[in] ControllerHandle The handle of the controller to test. This handle
399 by ControllerHandle and the child controller specified
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 85 EFI_HANDLE ControllerHandle;
233 ControllerHandle and ChildHandle in the form of a Unicode string. If the
237 managing the controller specified by ControllerHandle and ChildHandle,
244 @param ControllerHandle[in] The handle of a controller that the driver
269 controller specified by ControllerHandle and
279 @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.
290 ControllerHandle and ChildHandle.
300 IN EFI_HANDLE ControllerHandle,
311 ControllerHandle. Drivers will typically use the device path attached to
312 ControllerHandle and/or the services from the bus I/O abstraction attached to
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UefiBootManagerLib.h 687 EFI_HANDLE ControllerHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.c 351 EFI_HANDLE ControllerHandle;
396 Status = gBS->LocateDevicePath(&gEfiDevicePathProtocolGuid, &TmpDevicePath, &ControllerHandle);
407 // on ControllerHandle.
411 ControllerHandle,
430 OpenInfoBuffer[Index].ControllerHandle,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpDriver.h 50 EFI_HANDLE ControllerHandle;
145 Test to see if this driver supports ControllerHandle. This service
153 @param[in] ControllerHandle Handle of device to test.
166 IN EFI_HANDLE ControllerHandle,
171 Start this driver on ControllerHandle. This service is called by the
178 @param[in] ControllerHandle Handle of device to bind driver to.
182 @retval EFI_SUCCESS This driver is added to ControllerHandle.
183 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle.
192 IN EFI_HANDLE ControllerHandle,
198 Stop this driver on ControllerHandle. This service is called by the
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.h 69 EFI_HANDLE ControllerHandle;
422 @param[in] ControllerHandle The controller handle this udp4 driver binds on.
434 IN EFI_HANDLE ControllerHandle
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.h 60 EFI_HANDLE ControllerHandle;
252 ControllerHandle. Drivers will typically use the device path attached to
253 ControllerHandle and/or the services from the bus I/O abstraction attached to
254 ControllerHandle to determine if the driver supports ControllerHandle. This function
258 device specified by ControllerHandle may already be managed by the same driver or a
261 Because ControllerHandle may have been previously started by the same driver, if a protocol is
263 to guarantee the state of ControllerHandle is not modified by this function.
266 @param[in] ControllerHandle The handle of the controller to test. This handle
273 by ControllerHandle and the child controller specified
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.h 77 EFI_HANDLE ControllerHandle;
133 @param[in] ControllerHandle The controller handle this udp6 driver binds on.
145 IN EFI_HANDLE ControllerHandle
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.h 76 EFI_HANDLE ControllerHandle;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
Tftp.c 62 @param[in] ControllerHandle The network physical device handle.
80 IN EFI_HANDLE ControllerHandle,
89 @param[in] ControllerHandle Controller handle.
107 IN EFI_HANDLE ControllerHandle,
119 @param[in] ControllerHandle Controller handle.
129 IN EFI_HANDLE ControllerHandle,
283 EFI_HANDLE ControllerHandle;
459 ControllerHandle = Handles[NicNumber];
462 Status = GetNicName (ControllerHandle, NicNumber, NicName);
479 ControllerHandle,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.h 93 EFI_HANDLE ControllerHandle;
383 ControllerHandle. Drivers will typically use the device path attached to
384 ControllerHandle and/or the services from the bus I/O abstraction attached to
385 ControllerHandle to determine if the driver supports ControllerHandle. This function
389 device specified by ControllerHandle may already be managed by the same driver or a
392 Since ControllerHandle may have been previously started by the same driver, if a protocol is
394 to guarantee the state of ControllerHandle is not modified by this function.
397 @param[in] ControllerHandle The handle of the controller to test. This handle
404 by ControllerHandle and the child controller specified
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 157 EFI_HANDLE ControllerHandle;

Completed in 704 milliseconds

1 2