Lines Matching full:configuration

13 /// Global ID for the Driver Configuration Protocol defined in UEFI 2.0
39 /// A configuration change has been made that requires the platform to be restarted before
74 configuration options for the controller specified
80 configuration options for the controller specified by
85 configuration options for the controller specified
88 configuration options for the controller specified
103 Tests to see if a controller's current configuration options are valid.
107 configuration options are valid.
109 configuration options are valid. This is an optional
112 to test the configuration options for the bus controller.
114 configuration options for one of its child controllers.
118 specified by This has a valid set of configuration
127 specified by This has an invalid set of configuration
140 Forces a driver to set the default configuration options for a controller.
143 @param ControllerHandle The handle of the controller to force default configuration options on.
144configuration options on This is an optional parameter that may be NULL. It will be NULL for dev…
145 …@param DefaultType The type of default configuration options to force on the controller spec…
148 … The driver specified by This successfully forced the default configuration options on the…
152 … The driver specified by This does not support forcing the default configuration options on the…
153 …@retval EFI_UNSUPPORTED The driver specified by This does not support the configuration type…
154 …ERROR A device error occurred while attempt to force the default configuration options on the…
155 …CES There are not enough resources available to force the default configuration options on the…
169 /// Used to set configuration options for a controller that an EFI Driver is managing.