Lines Matching refs:This

5   This program and the accompanying materials                          
40 /// This controller needs to be stopped and restarted
61 @param This A pointer to the EFI_DRIVER_CONFIGURATION2_PROTOCOL instance.
63 @param ChildHandle The handle of the child controller to set options on. This
70 language codes. This is the list of language codes that this
79 @retval EFI_SUCCESS The driver specified by This successfully set the
85 @retval EFI_UNSUPPORTED The driver specified by This does not support setting
88 @retval EFI_UNSUPPORTED The driver specified by This does not support the
101 IN EFI_DRIVER_CONFIGURATION2_PROTOCOL *This,
111 @param This A pointer to the EFI_DRIVER_CONFIGURATION2_PROTOCOL instance.
115 configuration options are valid. This is an optional
124 specified by This has a valid set of configuration
128 @retval EFI_UNSUPPORTED The driver specified by This is not currently
133 specified by This has an invalid set of configuration
140 IN EFI_DRIVER_CONFIGURATION2_PROTOCOL *This,
148 @param This A pointer to the EFI_DRIVER_CONFIGURATION2_PROTOCOL instance.
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.
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.
159 @retval EFI_UNSUPPORTED The driver specified by This does not support the configuration type specified by DefaultType.
167 IN EFI_DRIVER_CONFIGURATION2_PROTOCOL *This,
183 /// language codes. This is the list of language codes that this protocol supports.