Home | History | Annotate | Download | only in WinNtSerialIoDxe

Lines Matching refs:Handle

21   Handle(1) - WinNtIo - DevicePath(1)

23 If a serial port is added to the system this driver creates a new handle.
24 The new handle is required, since the serial device must add an UART device
27 Handle(2) - SerialIo - DevicePath(1)\UART
29 The driver then adds a gEfiWinNtSerialPortGuid as a protocol to Handle(1).
31 Handle(2).
33 Handle(1) - WinNtIo - DevicePath(1) - WinNtSerialPort
35 If the driver is unloaded Handle(2) is removed from the system and
36 gEfiWinNtSerialPortGuid is removed from Handle(1).
38 Note: Handle(1) is any handle created by the Win NT Bus driver that is passed
40 a Handle(1) to contain a WinNtIo protocol, a DevicePath protocol, and
43 If Handle(1) contains a gEfiWinNtSerialPortGuid protocol then the driver is
112 @param[in] ImageHandle The firmware allocated handle for the EFI image.
149 IN EFI_HANDLE Handle,
164 // TODO: Handle - add argument and description to function comment
237 Handle,
241 Handle,
256 Handle,
277 Handle,
300 Handle,
303 Handle
310 Handle,
314 Handle,
329 Handle,
332 Handle
344 // Check the GUID to see if this is a handle type the driver supports
361 IN EFI_HANDLE Handle,
376 // TODO: Handle - add argument and description to function comment
384 HANDLE NtHandle;
404 Handle,
408 Handle,
419 Handle,
423 Handle,
428 Handle,
431 Handle
446 // Make sure a child handle does not already exist. This driver can only
450 Handle,
467 Handle,
513 // from the WinNtIo handle. The Uart setings are zero here, since
578 Private->ControllerHandle = Handle;
579 Private->Handle = NULL;
620 // from the WinNtIo handle. The Uart setings are zero here, since
665 // Create new child handle
668 &Private->Handle,
683 Handle,
687 Private->Handle,
701 if (Private->Handle != NULL) {
702 This->Stop (This, Handle, 1, &Private->Handle);
718 This->Stop (This, Handle, 0, NULL);
727 IN EFI_HANDLE Handle,
740 Handle - TODO: add argument description
768 Handle,
771 Handle
774 Handle,
777 Handle
790 Handle,
796 ASSERT (Private->Handle == ChildHandleBuffer[Index]);
799 Handle,
816 Handle,
1129 if (Private->Handle != NULL) {
1137 Private->Handle,
1242 if (Private->Handle != NULL) {
1256 Private->Handle,