Home | History | Annotate | Download | only in WinNtBlockIoDxe

Lines Matching full:controller

80     Allows the user to set controller specific options for a controller that a

85 ControllerHandle - The handle of the controller to set options on.
86 ChildHandle - The handle of the child controller to set options on. This
89 options for the bus controller. It will not be NULL for a
105 configuration options for the controller specified
111 configuration options for the controller specified by
116 configuration options for the controller specified
119 configuration options for the controller specified
152 // Validate controller handle
194 Tests to see if a controller's current configuration options are valid.
198 ControllerHandle - The handle of the controller to test if it's current
200 ChildHandle - The handle of the child controller to test if it's current
204 to test the configuration options for the bus controller.
209 EFI_SUCCESS - The controller specified by ControllerHandle and
216 managing the controller specified by ControllerHandle
218 EFI_DEVICE_ERROR - The controller specified by ControllerHandle and
237 // Validate controller handle
280 Forces a driver to set the default configuration options for a controller.
284 ControllerHandle - The handle of the controller to force default configuration options on.
285 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 a 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.
286 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.
290 EFI_SUCCESS - The driver specified by This successfully forced the default configuration options on the controller specified by ControllerHandle and ChildHandle.
294 EFI_UNSUPPORTED - The driver specified by This does not support forcing the default configuration options on the controller specified by ControllerHandle and ChildHandle.
296 EFI_DEVICE_ERROR - A device error occurred while attempt to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.
297 EFI_OUT_RESOURCES - There are not enough resources available to force the default configuration options on the controller specified by ControllerHandle and ChildHandle.
313 // Validate controller handle