Lines Matching refs:This

4   This protocol is produced by every driver that follows the UEFI Driver Model, 
8 This program and the accompanying materials are licensed and made available under
35 This function checks to see if the driver specified by This supports the device specified by
38 ControllerHandle to determine if the driver supports ControllerHandle. This function
40 performed by this function must be very small, and take as little time as possible to execute. This
43 different driver. This function must match its calls to AllocatePages() with FreePages(),
46 already in the opened state, then it must not be closed with CloseProtocol(). This is required
49 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
50 @param[in] ControllerHandle The handle of the controller to test. This handle
53 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
62 RemainingDevicePath is supported by the driver specified by This.
65 specified by This.
71 RemainingDevicePath is not supported by the driver specified by This.
76 IN EFI_DRIVER_BINDING_PROTOCOL *This,
91 3. Prior to calling Start(), the Supported() function for the driver specified by This must
94 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
95 @param[in] ControllerHandle The handle of the controller to start. This handle
98 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
119 IN EFI_DRIVER_BINDING_PROTOCOL *This,
138 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
153 IN EFI_DRIVER_BINDING_PROTOCOL *This,
160 /// This protocol provides the services required to determine if a driver supports a given controller.
170 /// EFI_DRIVER_BINDING_PROTOCOL. This field is used by