• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/edk2/Include/Uefi/

Lines Matching defs:ControllerHandle

291   @param[in]  ControllerHandle      The handle of the controller to which driver(s) are to be connected.
295 controller specified by ControllerHandle.
298 by ControllerHandle have been created. If FALSE, then
301 @retval EFI_SUCCESS 1) One or more drivers were connected to ControllerHandle.
302 2) No drivers were connected to ControllerHandle, but
305 @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.
308 2) No drivers were connected to ControllerHandle.
311 associated with the ControllerHandle or specified by the RemainingDevicePath.
316 IN EFI_HANDLE ControllerHandle,
325 @param[in] ControllerHandle The handle of the controller from which driver(s) are to be disconnected.
326 @param[in] DriverImageHandle The driver to disconnect from ControllerHandle.
328 ControllerHandle are disconnected from ControllerHandle.
330 If ChildHandle is NULL, then all the children of ControllerHandle are
331 destroyed before the drivers are disconnected from ControllerHandle.
334 2) On entry, no drivers are managing ControllerHandle.
336 DriverImageHandle is not managing ControllerHandle.
337 @retval EFI_INVALID_PARAMETER 1) ControllerHandle is NULL.
342 ControllerHandle.
349 IN EFI_HANDLE ControllerHandle,
1285 @param[in] ControllerHandle If the agent that is opening a protocol is a driver that follows the
1309 IN EFI_HANDLE ControllerHandle,
1321 @param[in] ControllerHandle If the agent that opened a protocol is a driver that follows the
1328 3) ControllerHandle is not NULL and ControllerHandle is not a valid EFI_HANDLE.
1332 currently open by AgentHandle and ControllerHandle.
1341 IN EFI_HANDLE ControllerHandle
1349 EFI_HANDLE ControllerHandle;