Searched defs:Interface (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.h56 EFI_SHELL_PROTOCOL *Interface; member in struct:__anon12757
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusbdlib.h33 PUSBD_INTERFACE_INFORMATION Interface; member in struct:_USBD_INTERFACE_LIST_ENTRY
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusbdlib.h33 PUSBD_INTERFACE_INFORMATION Interface; member in struct:_USBD_INTERFACE_LIST_ENTRY
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DComponentName.c193 VOID *Interface; local
225 &Interface,
234 Instance = ATA_PASS_THRU_PRIVATE_DATA_FROM_THIS (Interface);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassCbi.h39 // Put Interface at the first field to make it easy to distinguish BOT/CBI Protocol instance
41 EFI_USB_INTERFACE_DESCRIPTOR Interface; member in struct:__anon10904
H A DUsbMassBot.c52 EFI_USB_INTERFACE_DESCRIPTOR *Interface; local
69 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbBot->Interface);
75 Interface = &UsbBot->Interface;
77 if (Interface->InterfaceProtocol != USB_MASS_STORE_BOT) {
85 for (Index = 0; Index < Interface->NumEndpoints; Index++) {
497 Request.Index = UsbBot->Interface.InterfaceNumber;
566 Request.Index = UsbBot->Interface.InterfaceNumber;
H A DUsbMassBot.h83 // Put Interface at the first field to make it easy to distinguish BOT/CBI Protocol instance
85 EFI_USB_INTERFACE_DESCRIPTOR Interface; member in struct:__anon10903
H A DUsbMassCbi.c66 EFI_USB_INTERFACE_DESCRIPTOR *Interface; local
85 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbCbi->Interface);
90 Interface = &UsbCbi->Interface;
91 if ((Interface->InterfaceProtocol != USB_MASS_STORE_CBI0)
92 && (Interface->InterfaceProtocol != USB_MASS_STORE_CBI1)) {
100 for (Index = 0; Index < Interface->NumEndpoints; Index++) {
127 if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) &&
140 if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) && (UsbCbi->InterruptEndpoint == NULL)) {
194 Request.Index = UsbCbi->Interface
[all...]
H A DUsbMassImpl.c394 EFI_USB_INTERFACE_DESCRIPTOR Interface; local
411 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &Interface);
427 if (Interface.InterfaceProtocol == (*Transport)->Protocol) {
754 EFI_USB_INTERFACE_DESCRIPTOR Interface; local
775 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &Interface);
782 if (Interface.InterfaceClass != USB_MASS_STORE_CLASS) {
794 if (Interface.InterfaceProtocol == Transport->Protocol) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDependency.c221 VOID *Interface; local
306 Status = CoreLocateProtocol (&DriverGuid, NULL, &Interface);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDependency.c25 /// Driver Execution Environment Core Interface use 0xff
183 VOID *Interface; local
249 Status = SmmLocateProtocol (&DriverGuid, NULL, &Interface);
254 Status = gBS->LocateProtocol (&DriverGuid, NULL, &Interface);
H A DHandle.c119 @param Interface The interface for the protocol being searched
128 IN VOID *Interface
150 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) {
166 @param InterfaceType Indicates whether Interface is supplied in
168 @param Interface The interface for the protocol being added
179 IN VOID *Interface
186 Interface,
197 @param InterfaceType Indicates whether Interface is supplied in
199 @param Interface Th
209 SmmInstallProtocolInterfaceNotify( IN OUT EFI_HANDLE *UserHandle, IN EFI_GUID *Protocol, IN EFI_INTERFACE_TYPE InterfaceType, IN VOID *Interface, IN BOOLEAN Notify ) argument
[all...]
H A DLocate.c37 OUT VOID **Interface
44 @param Interface Return the interface structure for the matching
54 OUT VOID **Interface
68 *Interface = NULL;
80 @param Interface Return the interface structure for the matching
90 OUT VOID **Interface
99 *Interface = NULL;
116 *Interface = Prot->Interface;
126 @param Interface Retur
292 VOID *Interface; local
[all...]
H A DPiSmmCore.c173 VOID *Interface; local
198 Status = SmmLocateProtocol (&gEfiSmmCpuIo2ProtocolGuid, NULL, &Interface);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDiskInfo.h37 /// Global ID for an IDE interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
45 /// Global ID for a SCSI interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
53 /// Global ID for a USB interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
61 /// Global ID for an AHCI interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
72 of Identify data is defined by the Interface GUID.
96 of Identify data is defined by the Interface GUID.
122 Data format of Sense data is defined by the Interface GUID.
171 EFI_GUID Interface; member in struct:_EFI_DISK_INFO_PROTOCOL
174 /// format of Inquiry data is defined by the Interface GUID.
179 /// format of Identify data is defined by the Interface GUI
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DHid.c29 // 1 = Interface
36 and Interface and return the HID descriptor in HidDescriptor.
41 @param Interface The index of the HID interface on the USB target.
55 IN UINT8 Interface,
69 Request.Index = Interface;
90 UsbIo and Interface and return the report descriptor in DescriptorBuffer.
95 @param Interface The index of the report interface on the USB target.
111 IN UINT8 Interface,
129 Request.Index = Interface;
150 and Interface an
53 UsbGetHidDescriptor( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, OUT EFI_USB_HID_DESCRIPTOR *HidDescriptor ) argument
109 UsbGetReportDescriptor( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT16 DescriptorLength, OUT UINT8 *DescriptorBuffer ) argument
165 UsbGetProtocolRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, OUT UINT8 *Protocol ) argument
220 UsbSetProtocolRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 Protocol ) argument
273 UsbSetIdleRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 Duration ) argument
327 UsbGetIdleRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, OUT UINT8 *Duration ) argument
387 UsbSetReportRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 ReportType, IN UINT16 ReportLen, IN UINT8 *Report ) argument
452 UsbGetReportRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 ReportType, IN UINT16 ReportLen, OUT UINT8 *Report ) argument
[all...]
H A DUsbDxeLib.c148 and Interface, and place the result in the buffer specified by AlternateSetting.
155 @param Interface The interface index value.
169 IN UINT16 Interface,
186 DevReq.Index = Interface;
205 Interface, and set the alternate setting to the value specified by AlternateSetting.
211 @param Interface The interface index value.
225 IN UINT16 Interface,
240 DevReq.Index = Interface;
368 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoint).
445 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoin
167 UsbGetInterface( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT16 Interface, OUT UINT16 *AlternateSetting, OUT UINT32 *Status ) argument
223 UsbSetInterface( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT16 Interface, IN UINT16 AlternateSetting, OUT UINT32 *Status ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/LockBox/SmmLockBox/
H A DSmmLockBox.c287 @param[in] Interface Points to the interface instance.
296 IN VOID *Interface,
294 SmmReadyToLockEventNotify( IN CONST EFI_GUID *Protocol, IN VOID *Interface, IN EFI_HANDLE Handle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDriver.c137 VOID *Interface; local
164 &Interface,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.h74 VOID *Interface; member in struct:__anon10931
149 @param Interface The interface for the protocol being searched
158 IN VOID *Interface
167 @param Interface The interface of the protocol
176 IN VOID *Interface
H A DLocate.c38 OUT VOID **Interface
45 @param Interface Return the interface structure for the matching
55 OUT VOID **Interface
63 @param Interface Return the interface structure for the matching
73 OUT VOID **Interface
80 @param Interface Return the interface structure for the matching
90 OUT VOID **Interface
129 VOID *Interface; local
212 Handle = GetNext (&Position, &Interface);
266 @param Interface Retur
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c144 VOID **Interface; local
166 Interface = (VOID **) (&TcpIo->Tcp.Tcp4);
170 Interface = (VOID **) (&TcpIo->Tcp.Tcp6);
193 Interface,
198 if (EFI_ERROR (Status) || (*Interface == NULL)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmm.c392 @param[in] Interface Points to the interface instance
402 IN VOID *Interface,
400 FvbNotificationEvent( IN CONST EFI_GUID *Protocol, IN VOID *Interface, IN EFI_HANDLE Handle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSmBus.h27 UINT16 Interface; member in struct:__anon11906
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c69 USB_INTERFACE_DESC *Interface; local
78 Interface = Config->Interfaces[Index];
80 if (Interface == NULL) {
87 for (SetIndex = 0; SetIndex < Interface->NumOfSetting; SetIndex++) {
88 if (Interface->Settings[SetIndex] != NULL) {
89 UsbFreeInterfaceDesc (Interface->Settings[SetIndex]);
93 FreePool (Interface);
308 USB_INTERFACE_DESC *Interface; local
335 Interface = AllocateZeroPool (sizeof (USB_INTERFACE_DESC));
337 if (Interface
[all...]

Completed in 93 milliseconds

123