Home | History | Annotate | Download | only in QemuVideoDxe

Lines Matching full:specified

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

290 the language specified by Language, then a pointer to the driver name is
291 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
292 by This does not support the language specified by Language,
302 languages specified in SupportedLanguages. The
304 to the driver writer. Language is specified
309 driver specified by This in the language
310 specified by Language.
312 @retval EFI_SUCCESS The Unicode string for the Driver specified by
313 This and the language specified by Language was
320 @retval EFI_UNSUPPORTED The driver specified by This does not support
321 the language specified by Language.
337 This function retrieves the user readable name of the controller specified by
339 driver specified by This has a user readable name in the language specified by
341 and EFI_SUCCESS is returned. If the driver specified by This is not currently
342 managing the controller specified by ControllerHandle and ChildHandle,
343 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
344 support the language specified by Language, then EFI_UNSUPPORTED is returned.
350 specified by This is managing. This handle
367 languages specified in SupportedLanguages. The
369 to the driver writer. Language is specified in
374 controller specified by ControllerHandle and
375 ChildHandle in the language specified by
377 specified by This.
380 the language specified by Language for the
381 driver specified by This was returned in
393 @retval EFI_UNSUPPORTED The driver specified by This is not currently
394 managing the controller specified by
397 @retval EFI_UNSUPPORTED The driver specified by This does not support
398 the language specified by Language.