Lines Matching refs:This

6   This program and the accompanying materials
27 This function checks to see if the driver specified by This supports the device specified by
30 ControllerHandle to determine if the driver supports ControllerHandle. This function
32 performed by this function must be very small, and take as little time as possible to execute. This
35 different driver. This function must match its calls to AllocatePages() with FreePages(),
38 already in the opened state, then it must not be closed with CloseProtocol(). This is required
41 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
42 @param[in] ControllerHandle The handle of the controller to test. This handle
45 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
54 RemainingDevicePath is supported by the driver specified by This.
57 specified by This.
63 RemainingDevicePath is not supported by the driver specified by This.
68 IN EFI_DRIVER_BINDING_PROTOCOL *This,
76 This service is called by the EFI boot service ConnectController(). In order to make
82 @param[in] This Protocol instance pointer.
87 @retval EFI_SUCCES This driver is added to ControllerHandle.
89 @retval other This driver does not support this device.
95 IN EFI_DRIVER_BINDING_PROTOCOL *This,
103 This service is called by the EFI boot service DisconnectController(). In order to
109 @param[in] This Protocol instance pointer.
115 @retval EFI_SUCCESS This driver removed ControllerHandle.
117 @retval other This driver was not removed from this device.
123 IN EFI_DRIVER_BINDING_PROTOCOL *This,
136 @param[in] This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
142 @retval EFI_INVALID_PARAMETER This is NULL or ChildHandle is NULL.
151 IN EFI_SERVICE_BINDING_PROTOCOL *This,
161 @param[in] This Protocol instance pointer.
177 IN EFI_SERVICE_BINDING_PROTOCOL *This,