Lines Matching defs:Start
84 The Start() function is designed to be invoked from the EFI boot service ConnectController().
85 As a result, much of the error checking on the parameters to Start() has been moved into this
86 common boot service. It is legal to call Start() from other locations,
91 3. Prior to calling Start(), the Supported() function for the driver specified by This must
95 @param[in] ControllerHandle The handle of the controller to start. This handle
113 @retval Others The driver failded to start the device.
132 same driver's Start() function.
135 Start() function, and the Start() function must have called OpenProtocol() on
161 /// If a controller is supported, then it also provides routines to start and stop the controller.
165 EFI_DRIVER_BINDING_START Start;