Searched defs:Disconnect (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c994 BOOLEAN Disconnect; local
1132 Disconnect = FALSE;
1133 for ( Link = Prot->OpenList.ForwardLink; (Link != &Prot->OpenList) && (!Disconnect); Link = Link->ForwardLink) {
1136 Disconnect = TRUE;
1146 } while (Disconnect);
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DBluetoothConfig.h229 Disconnect a Bluetooth device.
502 EFI_BLUETOOTH_CONFIG_DISCONNECT Disconnect; member in struct:_EFI_BLUETOOTH_CONFIG_PROTOCOL
H A DSmartCardEdge.h274 SCardHandle is released only on Disconnect.
288 removed. A Disconnect should be performed.
303 The Disconnect function releases the connection previously established by
333 has been removed. A Disconnect should be performed.
360 has been removed. A Disconnect should be performed.
410 has been removed. A Disconnect should be performed.
441 has been removed. A Disconnect should be performed.
480 has been removed. A Disconnect should be performed.
531 has been removed. A Disconnect should be performed.
589 has been removed. A Disconnect shoul
724 EFI_SMART_CARD_EDGE_DISCONNECT Disconnect; member in struct:_EFI_SMART_CARD_EDGE_PROTOCOL
[all...]

Completed in 97 milliseconds