Lines Matching refs:This

6 This program and the accompanying materials
40 This function is the entrypoint of this module. It installs Driver Binding
85 @param This Protocol instance pointer.
90 @retval EFI_SUCCESS This driver supports this device.
91 @retval other This driver does not support this device.
97 IN EFI_DRIVER_BINDING_PROTOCOL *This,
103 This,
113 @param This Protocol instance pointer.
118 @retval EFI_SUCCESS This driver supports this device.
119 @retval other This driver does not support this device.
125 IN EFI_DRIVER_BINDING_PROTOCOL *This,
131 This,
141 @param This Protocol instance pointer.
145 @retval EFI_SUCCESS This driver supports this device.
146 @retval other This driver does not support this device.
151 IN EFI_DRIVER_BINDING_PROTOCOL *This,
167 This->DriverBindingHandle,
181 This->DriverBindingHandle,
192 This->DriverBindingHandle,
208 @param This Protocol instance pointer.
213 @retval EFI_SUCCESS This driver is added to ControllerHandle
214 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
215 @retval other This driver does not support this device.
221 IN EFI_DRIVER_BINDING_PROTOCOL *This,
238 This->DriverBindingHandle,
252 This->DriverBindingHandle,
321 This->DriverBindingHandle,
340 @param This Protocol instance pointer.
345 @retval EFI_SUCCESS This driver is added to ControllerHandle
346 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
347 @retval other This driver does not support this device
353 IN EFI_DRIVER_BINDING_PROTOCOL *This,
374 This->DriverBindingHandle,
388 This->DriverBindingHandle,
504 This->DriverBindingHandle,
517 @param This Protocol instance pointer.
523 @retval EFI_SUCCESS This driver is removed ControllerHandle
524 @retval other This driver was not removed from this device
530 IN EFI_DRIVER_BINDING_PROTOCOL *This,
546 This->DriverBindingHandle,
568 This,
579 This->DriverBindingHandle,
591 @param This Protocol instance pointer.
597 @retval EFI_SUCCESS This driver is removed ControllerHandle
598 @retval other This driver was not removed from this device
604 IN EFI_DRIVER_BINDING_PROTOCOL *This,
620 This->DriverBindingHandle,
644 This,
650 This,
661 This->DriverBindingHandle,
672 @param This Protocol instance pointer.
679 IN EFI_DRIVER_BINDING_PROTOCOL *This,
690 This->DriverBindingHandle,
984 This function could be updated to check more types of Hot Plug devices.