Lines Matching full:controller
30 /// The controller is still in a usable state. No actions
31 /// are required before this controller can be used again.
35 /// The driver has detected that the controller is not in a
40 /// This controller needs to be stopped and restarted
46 /// the controller can be used again.
58 Allows the user to set controller specific options for a controller that a
62 @param ControllerHandle The handle of the controller to set options on.
63 @param ChildHandle The handle of the child controller to set options on. This
66 options for the bus controller. It will not be NULL for a
80 configuration options for the controller specified
86 configuration options for the controller specified by
91 configuration options for the controller specified
94 configuration options for the controller specified
109 Tests to see if a controller's current configuration options are valid.
112 @param ControllerHandle The handle of the controller to test if it's current
114 @param ChildHandle The handle of the child controller to test if it's current
118 to test the configuration options for the bus controller.
122 @retval EFI_SUCCESS The controller specified by ControllerHandle and
129 managing the controller specified by ControllerHandle
131 @retval EFI_DEVICE_ERROR The controller specified by ControllerHandle and
146 Forces a driver to set the default configuration options for a controller.
149 @param ControllerHandle The handle of the controller to force default configuration options on.
150 @param ChildHandle The handle of the child controller to force default configuration options on This is an optional parameter that may be NULL. It will be NULL for device drivers. It will also be NULL for bus drivers that wish to force default configuration options for the bus controller. It will not be NULL for a bus driver that wishes to force default configuration options for one of its child controllers.
151 @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.
154 @retval EFI_SUCCESS The driver specified by This successfully forced the default configuration options on the controller specified by ControllerHandle and ChildHandle.
158 @retval EFI_UNSUPPORTED The driver specified by This does not support forcing the default configuration options on the controller specified by ControllerHandle and ChildHandle.
160 @retval EFI_DEVICE_ERROR A device error occurred while attempt to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.
161 @retval EFI_OUT_RESOURCES There are not enough resources available to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.
175 /// Used to set configuration options for a controller that an EFI Driver is managing.