Lines Matching defs:ControllerHandle

83   Test to see if EFI_SIMPLE_TEXT_INPUT_PROTOCOL is supported on ControllerHandle. 
86 @param ControllerHandle Handle of device to test.
98 IN EFI_HANDLE ControllerHandle,
104 ControllerHandle,
111 Test to see if EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL is supported on ControllerHandle.
114 @param ControllerHandle Handle of device to test.
126 IN EFI_HANDLE ControllerHandle,
132 ControllerHandle,
139 Test to see if the specified protocol is supported on ControllerHandle.
142 @param ControllerHandle Handle of device to test.
152 IN EFI_HANDLE ControllerHandle,
164 ControllerHandle,
168 ControllerHandle,
178 ControllerHandle,
182 ControllerHandle,
190 ControllerHandle,
193 ControllerHandle
202 Start this driver on ControllerHandle by opening Simple Text Input Protocol,
203 reading Device Path, and installing Console In Devcice GUID on ControllerHandle.
209 @param ControllerHandle Handle of device to bind driver to
213 @retval EFI_SUCCESS This driver is added to ControllerHandle
214 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
222 IN EFI_HANDLE ControllerHandle,
235 ControllerHandle,
239 ControllerHandle,
249 ControllerHandle,
253 ControllerHandle,
280 &ControllerHandle,
308 // then install EfiConsoleInDeviceGuid onto ControllerHandle
312 &ControllerHandle,
319 ControllerHandle,
322 ControllerHandle
333 Start this driver on ControllerHandle by opening Simple Text Output Protocol,
335 Device GUID on ControllerHandle.
341 @param ControllerHandle Handle of device to bind driver to
345 @retval EFI_SUCCESS This driver is added to ControllerHandle
346 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
354 IN EFI_HANDLE ControllerHandle,
371 ControllerHandle,
375 ControllerHandle,
385 ControllerHandle,
389 ControllerHandle,
426 &ControllerHandle,
475 // then install EfiConsoleOutDeviceGuid onto ControllerHandle
480 &ControllerHandle,
488 // then install EfiStandardErrorDeviceGuid onto ControllerHandle
493 &ControllerHandle,
502 ControllerHandle,
505 ControllerHandle
514 Stop this driver on ControllerHandle by removing Console In Devcice GUID
515 and closing the Simple Text Input protocol on ControllerHandle.
518 @param ControllerHandle Handle of device to stop driver on
523 @retval EFI_SUCCESS This driver is removed ControllerHandle
531 IN EFI_HANDLE ControllerHandle,
543 ControllerHandle,
547 ControllerHandle,
551 // If there is device path on ControllerHandle
569 ControllerHandle,
577 ControllerHandle,
580 ControllerHandle
588 Stop this driver on ControllerHandle by removing Console Out Devcice GUID
589 and closing the Simple Text Output protocol on ControllerHandle.
592 @param ControllerHandle Handle of device to stop driver on
597 @retval EFI_SUCCESS This driver is removed ControllerHandle
605 IN EFI_HANDLE ControllerHandle,
617 ControllerHandle,
621 ControllerHandle,
645 ControllerHandle,
651 ControllerHandle,
659 ControllerHandle,
662 ControllerHandle
1084 OpenInfoBuffer[Index].ControllerHandle,