Lines Matching refs:This

5 This program and the accompanying materials
60 @param This Protocol instance pointer.
64 @retval EFI_SUCCESS This driver supports this device
65 @retval other This driver does not support this device
70 IN EFI_DRIVER_BINDING_PROTOCOL *This,
78 @param This Protocol instance pointer.
83 @retval EFI_SUCCESS This driver supports this device.
84 @retval other This driver does not support this device.
90 IN EFI_DRIVER_BINDING_PROTOCOL *This,
98 @param This Protocol instance pointer.
103 @retval EFI_SUCCESS This driver supports this device.
104 @retval other This driver does not support this device.
110 IN EFI_DRIVER_BINDING_PROTOCOL *This,
124 @param This Protocol instance pointer.
129 @retval EFI_SUCCESS This driver is added to ControllerHandle
130 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
131 @retval other This driver does not support this device.
137 IN EFI_DRIVER_BINDING_PROTOCOL *This,
152 @param This Protocol instance pointer.
157 @retval EFI_SUCCESS This driver is added to ControllerHandle
158 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
159 @retval other This driver does not support this device
165 IN EFI_DRIVER_BINDING_PROTOCOL *This,
174 @param This Protocol instance pointer.
180 @retval EFI_SUCCESS This driver is removed ControllerHandle
181 @retval other This driver was not removed from this device
187 IN EFI_DRIVER_BINDING_PROTOCOL *This,
197 @param This Protocol instance pointer.
203 @retval EFI_SUCCESS This driver is removed ControllerHandle
204 @retval other This driver was not removed from this device
210 IN EFI_DRIVER_BINDING_PROTOCOL *This,
219 @param This Protocol instance pointer.
226 IN EFI_DRIVER_BINDING_PROTOCOL *This,
299 This function could be updated to check more types of Hot Plug devices.
319 This function retrieves the user readable name of a driver in the form of a
320 Unicode string. If the driver specified by This has a user readable name in
323 by This does not support the language specified by Language,
326 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
329 array indicating the language. This is the
337 This Unicode string is the name of the
338 driver specified by This in the language
342 This and the language specified by Language was
346 @retval EFI_UNSUPPORTED The driver specified by This does not support
353 IN EFI_COMPONENT_NAME_PROTOCOL *This,
363 This function retrieves the user readable name of the controller specified by
365 driver specified by This has a user readable name in the language specified by
367 and EFI_SUCCESS is returned. If the driver specified by This is not currently
369 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
372 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
375 specified by This is managing. This handle
379 the name of. This is an optional parameter that
387 array indicating the language. This is the
395 This Unicode string is the name of the
399 specified by This.
403 driver specified by This was returned in
410 @retval EFI_UNSUPPORTED The driver specified by This is not currently
413 @retval EFI_UNSUPPORTED The driver specified by This does not support
420 IN EFI_COMPONENT_NAME_PROTOCOL *This,