Searched refs:Endpoint (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassCbi.c260 EFI_USB_ENDPOINT_DESCRIPTOR *Endpoint; local
279 Endpoint = UsbCbi->BulkInEndpoint;
281 Endpoint = UsbCbi->BulkOutEndpoint;
296 if (Remain > (UINTN) USB_CBI_MAX_PACKET_NUM * Endpoint->MaxPacketSize) {
297 Increment = USB_CBI_MAX_PACKET_NUM * Endpoint->MaxPacketSize;
304 Endpoint->EndpointAddress,
337 UsbClearEndpointStall (UsbCbi->UsbIo, Endpoint->EndpointAddress);
377 UINT8 Endpoint; local
382 Endpoint = UsbCbi->InterruptEndpoint->EndpointAddress;
395 Endpoint,
[all...]
H A DUsbMassBot.c242 EFI_USB_ENDPOINT_DESCRIPTOR *Endpoint; local
257 Endpoint = UsbBot->BulkInEndpoint;
259 Endpoint = UsbBot->BulkOutEndpoint;
267 Endpoint->EndpointAddress,
277 UsbClearEndpointStall (UsbBot->UsbIo, Endpoint->EndpointAddress);
320 UINT8 Endpoint; local
329 Endpoint = UsbBot->BulkInEndpoint->EndpointAddress;
342 Endpoint,
350 UsbClearEndpointStall (UsbIo, Endpoint);
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.h93 UCHAR Endpoint,
100 UCHAR Endpoint,
108 UCHAR Endpoint,
115 UCHAR Endpoint,
123 UCHAR Endpoint,
132 UCHAR Endpoint,
150 UCHAR Endpoint,
H A Dusbcalls.c742 UCHAR Endpoint,
748 return UsbBulkRead2(Handle, Endpoint, AltInterface, TRUE /* fShortOk */, ulNumBytes, pvData, ulTimeout);
753 UCHAR Endpoint,
790 BulkRequest.ucEndpoint = Endpoint;
837 UCHAR Endpoint,
843 return UsbBulkWrite2(Handle, Endpoint, AltInterface, FALSE /* fShortOk */, ulNumBytes, pvData, ulTimeout);
848 UCHAR Endpoint,
879 BulkRequest.ucEndpoint = Endpoint;
913 UCHAR Endpoint,
938 IrqStart.ucEndpoint = Endpoint;
741 UsbBulkRead( USBHANDLE Handle, UCHAR Endpoint, UCHAR AltInterface, ULONG *ulNumBytes, PVOID pvData, ULONG ulTimeout) argument
752 UsbBulkRead2( USBHANDLE Handle, UCHAR Endpoint, UCHAR AltInterface, BOOL fShortOk, ULONG *ulNumBytes, PVOID pvData, ULONG ulTimeout) argument
836 UsbBulkWrite( USBHANDLE Handle, UCHAR Endpoint, UCHAR AltInterface, ULONG ulNumBytes, PVOID pvData, ULONG ulTimeout) argument
847 UsbBulkWrite2( USBHANDLE Handle, UCHAR Endpoint, UCHAR AltInterface, BOOL fShortOk, ULONG ulNumBytes, PVOID pvData, ULONG ulTimeout) argument
912 UsbIrqStart( USBHANDLE Handle, UCHAR Endpoint, UCHAR AltInterface, USHORT ulNumBytes, PVOID pData, PHEV pHevModified) argument
979 UsbIsoStart( USBHANDLE Handle, UCHAR Endpoint, UCHAR AltInterface, ISOHANDLE *phIso) argument
1134 UsbIrqRead( USBHANDLE Handle, UCHAR Endpoint, UCHAR AltInterface, ULONG *ulNumBytes, PVOID pData, ULONG ulTimeout) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.c208 @param Endpoint The device endpoint.
224 IN UINT8 Endpoint,
239 if ((USB_ENDPOINT_ADDR (Endpoint) == 0) || (USB_ENDPOINT_ADDR(Endpoint) > 15) ||
250 EpDesc = UsbGetEndpointDesc (UsbIf, Endpoint);
262 Endpoint,
303 @param Endpoint The device endpoint.
319 IN UINT8 Endpoint,
333 if ((USB_ENDPOINT_ADDR (Endpoint) == 0) || (USB_ENDPOINT_ADDR(Endpoint) > 1
222 UsbIoBulkTransfer( IN EFI_USB_IO_PROTOCOL *This, IN UINT8 Endpoint, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN Timeout, OUT UINT32 *UsbStatus ) argument
317 UsbIoSyncInterruptTransfer( IN EFI_USB_IO_PROTOCOL *This, IN UINT8 Endpoint, IN OUT VOID *Data, IN OUT UINTN *DataLength, IN UINTN Timeout, OUT UINT32 *UsbStatus ) argument
396 UsbIoAsyncInterruptTransfer( IN EFI_USB_IO_PROTOCOL *This, IN UINT8 Endpoint, IN BOOLEAN IsNewTransfer, IN UINTN PollInterval, OPTIONAL IN UINTN DataLength, OPTIONAL IN EFI_ASYNC_USB_TRANSFER_CALLBACK Callback, OPTIONAL IN VOID *Context OPTIONAL ) argument
[all...]
H A DUsbBus.h400 @param Endpoint The device endpoint.
416 IN UINT8 Endpoint,
427 @param Endpoint The device endpoint.
443 IN UINT8 Endpoint,
455 @param Endpoint The device endpoint.
474 IN UINT8 Endpoint,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcdce.h373 RPC_CSTR Endpoint, RPC_CSTR Options, RPC_CSTR *StringBinding );
376 RPC_WSTR Endpoint, RPC_WSTR Options, RPC_WSTR *StringBinding );
381 RPC_CSTR *NetworkAddr, RPC_CSTR *Endpoint, RPC_CSTR *NetworkOptions );
384 RPC_WSTR *NetworkAddr, RPC_WSTR *Endpoint, RPC_WSTR *NetworkOptions );
478 RpcServerUseProtseqEpA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor );
480 RpcServerUseProtseqEpW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor );
484 RpcServerUseProtseqEpExA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor,
487 RpcServerUseProtseqEpExW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor,
H A Drpcdcep.h104 unsigned char* Endpoint; member in struct:_RPC_PROTSEQ_ENDPOINT
206 I_RpcSetWMsgEndpoint( WCHAR* Endpoint );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcdce.h359 RPC_CSTR Endpoint, RPC_CSTR Options, RPC_CSTR *StringBinding );
362 RPC_WSTR Endpoint, RPC_WSTR Options, RPC_WSTR *StringBinding );
367 RPC_CSTR *NetworkAddr, RPC_CSTR *Endpoint, RPC_CSTR *NetworkOptions );
370 RPC_WSTR *NetworkAddr, RPC_WSTR *Endpoint, RPC_WSTR *NetworkOptions );
460 RpcServerUseProtseqEpA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor );
462 RpcServerUseProtseqEpW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor );
466 RpcServerUseProtseqEpExA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor,
469 RpcServerUseProtseqEpExW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor,
H A Drpcdcep.h104 unsigned char* Endpoint; member in struct:_RPC_PROTSEQ_ENDPOINT
198 I_RpcSetWMsgEndpoint( WCHAR* Endpoint );
/vbox/src/VBox/Devices/USB/freebsd/
H A DUSBProxyDevice-freebsd.cpp116 static int usbProxyFreeBSDEndpointClose(PUSBPROXYDEV pProxyDev, int Endpoint);
246 static int usbProxyFreeBSDEndpointOpen(PUSBPROXYDEV pProxyDev, int Endpoint, bool fIsoc, int index) argument
254 LogFlow(("usbProxyFreeBSDEndpointOpen: pProxyDev=%p Endpoint=%d\n",
255 (void *)pProxyDev, Endpoint));
264 && (int)pEndpointFBSD->iEpNum == Endpoint)
288 index, Endpoint));
293 UsbFsOpen.ep_no = Endpoint;
309 pEndpointFBSD->iEpNum = Endpoint;
321 static int usbProxyFreeBSDEndpointClose(PUSBPROXYDEV pProxyDev, int Endpoint) argument
324 PUSBENDPOINTFBSD pEndpointFBSD = &pDevFBSD->aSwEndpoint[Endpoint];
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiUsbLib.h444 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoint).
477 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoint).
511 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoint).
545 @param Endpoint The endpoint address.
559 IN UINT8 Endpoint,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DUsbDxeLib.c368 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoint).
445 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoint).
524 @param Recipient The USB data recipient type (i.e. Device, Interface, Endpoint).
603 @param Endpoint The endpoint address.
617 IN UINT8 Endpoint,
651 if (EndpointDescriptor.EndpointAddress == Endpoint) {
615 UsbClearEndpointHalt( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Endpoint, OUT UINT32 *Status ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c499 @param EndPointAddress Endpoint number and its direction in bit 7.
1004 UINT8 Endpoint; local
1063 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
1067 Endpoint,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h239 @param EndPointAddress Endpoint number and its direction in bit 7.
654 @param Endpoint Endpoint number.
668 IN UINT8 Endpoint,
680 @param Endpoint Endpoint number.
696 IN UINT8 Endpoint,
710 @param Endpoint Endpoint number.
723 IN UINT8 Endpoint,
[all...]
H A DUhcPeim.c383 @param EndPointAddress Endpoint number and its direction in bit 7.
1487 @param Endpoint Endpoint number.
1501 IN UINT8 Endpoint,
1572 SetTDTokenEndPoint (TdStruct, Endpoint);
1592 @param Endpoint Endpoint number.
1608 IN UINT8 Endpoint,
1689 SetTDTokenEndPoint (TdStruct, Endpoint);
1709 @param Endpoint Endpoin
1498 GenSetupStageTD( IN USB_UHC_DEV *UhcDev, IN UINT8 DevAddr, IN UINT8 Endpoint, IN UINT8 DeviceSpeed, IN UINT8 *DevRequest, IN UINT8 RequestLen, OUT TD_STRUCT **PtrTD ) argument
1605 GenDataTD( IN USB_UHC_DEV *UhcDev, IN UINT8 DevAddr, IN UINT8 Endpoint, IN UINT8 *PtrData, IN UINT8 Len, IN UINT8 PktID, IN UINT8 Toggle, IN UINT8 DeviceSpeed, OUT TD_STRUCT **PtrTD ) argument
1719 CreateStatusTD( IN USB_UHC_DEV *UhcDev, IN UINT8 DevAddr, IN UINT8 Endpoint, IN UINT8 PktID, IN UINT8 DeviceSpeed, OUT TD_STRUCT **PtrTD ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c369 @param Endpoint Endpoint number.
384 IN UINT8 Endpoint,
414 Td->TdHw.EndPoint = Endpoint & 0x0F;
617 @param EndPoint Endpoint Number.
381 UhciCreateDataTd( IN USB_HC_DEV *Uhc, IN UINT8 DevAddr, IN UINT8 Endpoint, IN UINT8 *DataPtr, IN UINT8 *DataPhyPtr, IN UINTN Len, IN UINT8 PktId, IN UINT8 Toggle, IN BOOLEAN IsLow ) argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c691 UINT8 Endpoint; local
750 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
754 Endpoint,
810 @param EndPointAddress Endpoint number and its direction in bit 7.
951 @param EndPointAddress Endpoint number and its direction encoded in bit 7
1099 @param EndPointAddress Endpoint number and its direction encoded in bit 7
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c736 UINT8 Endpoint; local
858 Endpoint = (UINT8) (0 | ((TransferDirection == EfiUsbDataIn) ? 0x80 : 0));
862 Endpoint,
1054 @param EndPointAddress Endpoint number and its direction in bit 7.
1197 @param EndPointAddress Endpoint number and its direction encoded in bit 7
1357 @param EndPointAddress Endpoint number and its direction encoded in bit 7
H A DXhciSched.h61 // Endpoint Type (EP Type).
111 // Endpoint address and its capabilities
438 // 6.4.3.5 Configure Endpoint Command TRB
439 // The Configure Endpoint Command TRB evaluates the bandwidth and resource requirements of the
478 // 6.4.3.7 Reset Endpoint Command TRB
479 // The Reset Endpoint Command TRB is used by system software to reset a specified Transfer Ring
496 // 6.4.3.8 Stop Endpoint Command TRB
497 // The Stop Endpoint Command TRB command allows software to stop the xHC execution of the TDs on a
517 // Pointer and DCS fields of an Endpoint or Stream Context.
530 UINT32 Endpoint member in struct:_CMD_SET_TR_DEQ_POINTER
[all...]
H A DXhciSched.c123 @param EpAddr Endpoint addrress
524 System software shall use a Reset Endpoint Command (section 4.11.4.7) to remove the Halted
525 condition in the xHC. After the successful completion of the Reset Endpoint Command, the Endpoint
527 reenabled. The next write to the Doorbell of the Endpoint will transition the Endpoint Context from the
585 CmdSetTRDeq.Endpoint = Dci;
1773 // flags to '1'. These flags indicate that the Slot Context and the Endpoint 0 Context of the Input
1822 // 4) Allocate and initialize the Transfer Ring for the Default Control Endpoint.
1828 // 5) Initialize the Input default control Endpoint
[all...]

Completed in 106 milliseconds