Lines Matching defs:ControllerHandle

266   @param  ControllerHandle      The handle of the controller to which driver(s) are to be connected.
270 controller specified by ControllerHandle.
273 by ControllerHandle have been created. If FALSE, then
276 @retval EFI_SUCCESS 1) One or more drivers were connected to ControllerHandle.
277 2) No drivers were connected to ControllerHandle, but
280 @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.
283 2) No drivers were connected to ControllerHandle.
289 IN EFI_HANDLE ControllerHandle,
298 @param ControllerHandle The handle of the controller from which driver(s) are to be disconnected.
299 @param DriverImageHandle The driver to disconnect from ControllerHandle.
301 ControllerHandle are disconnected from ControllerHandle.
303 If ChildHandle is NULL, then all the children of ControllerHandle are
304 destroyed before the drivers are disconnected from ControllerHandle.
307 2) On entry, no drivers are managing ControllerHandle.
309 DriverImageHandle is not managing ControllerHandle.
310 @retval EFI_INVALID_PARAMETER 1) ControllerHandle is NULL.
315 ControllerHandle.
322 IN EFI_HANDLE ControllerHandle,
1267 @param ControllerHandle If the agent that is opening a protocol is a driver that follows the
1291 IN EFI_HANDLE ControllerHandle,
1303 @param ControllerHandle If the agent that opened a protocol is a driver that follows the
1310 3) ControllerHandle is not NULL and ControllerHandle is not a valid EFI_HANDLE.
1314 currently open by AgentHandle and ControllerHandle.
1323 IN EFI_HANDLE ControllerHandle
1331 EFI_HANDLE ControllerHandle;