Home | History | Annotate | Download | only in QemuVideoDxe

Lines Matching full:specified

51   Unicode string. If the driver specified by This has a user readable name in

52 the language specified by Language, then a pointer to the driver name is
53 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
54 by This does not support the language specified by Language,
64 languages specified in SupportedLanguages. The
66 to the driver writer. Language is specified
71 driver specified by This in the language
72 specified by Language.
74 @retval EFI_SUCCESS The Unicode string for the Driver specified by
75 This and the language specified by Language was
82 @retval EFI_UNSUPPORTED The driver specified by This does not support
83 the language specified by Language.
107 This function retrieves the user readable name of the controller specified by
109 driver specified by This has a user readable name in the language specified by
111 and EFI_SUCCESS is returned. If the driver specified by This is not currently
112 managing the controller specified by ControllerHandle and ChildHandle,
113 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
114 support the language specified by Language, then EFI_UNSUPPORTED is returned.
120 specified by This is managing. This handle
137 languages specified in SupportedLanguages. The
139 to the driver writer. Language is specified in
144 controller specified by ControllerHandle and
145 ChildHandle in the language specified by
147 specified by This.
150 the language specified by Language for the
151 driver specified by This was returned in
163 @retval EFI_UNSUPPORTED The driver specified by This is not currently
164 managing the controller specified by
167 @retval EFI_UNSUPPORTED The driver specified by This does not support
168 the language specified by Language.