Lines Matching refs:This

6 This program and the accompanying materials
48 This function retrieves the user readable name of a driver in the form of a
49 Unicode string. If the driver specified by This has a user readable name in
52 by This does not support the language specified by Language,
55 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
59 array indicating the language. This is the
68 This Unicode string is the name of the
69 driver specified by This in the language
73 This and the language specified by Language was
80 @retval EFI_UNSUPPORTED The driver specified by This does not support
87 IN EFI_COMPONENT_NAME_PROTOCOL *This,
94 This->SupportedLanguages,
97 (BOOLEAN)(This == &gEhciComponentName)
105 This function retrieves the user readable name of the controller specified by
107 driver specified by This has a user readable name in the language specified by
109 and EFI_SUCCESS is returned. If the driver specified by This is not currently
111 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
114 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
118 specified by This is managing. This handle
123 the name of. This is an optional parameter that
132 array indicating the language. This is the
141 This Unicode string is the name of the
145 specified by This.
149 driver specified by This was returned in
161 @retval EFI_UNSUPPORTED The driver specified by This is not currently
165 @retval EFI_UNSUPPORTED The driver specified by This does not support
172 IN EFI_COMPONENT_NAME_PROTOCOL *This,
184 // This is a device driver, so ChildHandle must be NULL.
219 This->SupportedLanguages,
222 (BOOLEAN)(This == &gEhciComponentName)