Lines Matching full:specified
45 specified in SupportedLanguages. The number of languages
53 @retval EFI_SUCCESS The driver specified by This successfully set the
54 configuration options for the controller specified
59 @retval EFI_UNSUPPORTED The driver specified by This does not support setting
60 configuration options for the controller specified by
62 @retval EFI_UNSUPPORTED The driver specified by This does not support the
63 language specified by Language.
65 configuration options for the controller specified
68 configuration options for the controller specified
96 @retval EFI_SUCCESS The controller specified by ControllerHandle and
98 specified by This has a valid set of configuration
102 @retval EFI_UNSUPPORTED The driver specified by This is not currently
103 managing the controller specified by ControllerHandle
105 @retval EFI_DEVICE_ERROR The controller specified by ControllerHandle and
107 specified by This has an invalid set of configuration
125 @param DefaultType The type of default configuration options to force on the controller specified by ControllerHandle and ChildHandle. See Table 9-1 for legal values. A DefaultType of 0x00000000 must be supported by this protocol.
128 @retval EFI_SUCCESS The driver specified by This successfully forced the default configuration options on the controller specified by ControllerHandle and ChildHandle.
132 @retval EFI_UNSUPPORTED The driver specified by This does not support forcing the default configuration options on the controller specified by ControllerHandle and ChildHandle.
133 @retval EFI_UNSUPPORTED The driver specified by This does not support the configuration type specified by DefaultType.
134 @retval EFI_DEVICE_ERROR A device error occurred while attempt to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.
135 @retval EFI_OUT_RESOURCES There are not enough resources available to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.