Home | History | Annotate | Download | only in CirrusLogic5430Dxe

Lines Matching full:specified

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

49 the language specified by Language, then a pointer to the driver name is
50 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
51 by This does not support the language specified by Language,
61 languages specified in SupportedLanguages. The
63 to the driver writer. Language is specified
68 driver specified by This in the language
69 specified by Language.
71 @retval EFI_SUCCESS The Unicode string for the Driver specified by
72 This and the language specified by Language was
79 @retval EFI_UNSUPPORTED The driver specified by This does not support
80 the language specified by Language.
104 This function retrieves the user readable name of the controller specified by
106 driver specified by This has a user readable name in the language specified by
108 and EFI_SUCCESS is returned. If the driver specified by This is not currently
109 managing the controller specified by ControllerHandle and ChildHandle,
110 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
111 support the language specified by Language, then EFI_UNSUPPORTED is returned.
117 specified by This is managing. This handle
134 languages specified in SupportedLanguages. The
136 to the driver writer. Language is specified in
141 controller specified by ControllerHandle and
142 ChildHandle in the language specified by
144 specified by This.
147 the language specified by Language for the
148 driver specified by This was returned in
160 @retval EFI_UNSUPPORTED The driver specified by This is not currently
161 managing the controller specified by
164 @retval EFI_UNSUPPORTED The driver specified by This does not support
165 the language specified by Language.