HomeSort by relevance Sort by last modified time
    Searched full:isochronous (Results 26 - 50 of 62) sorted by null

12 3

  /external/libusb/libusb/
io.c 234 * isochronous). The generic transfer object must be treated slightly
412 * \section asynciso Considerations for isochronous transfers
414 * Isochronous transfers are more complicated than transfers to
415 * non-isochronous endpoints.
417 * To perform I/O to an isochronous endpoint, allocate the transfer by calling
418 * libusb_alloc_transfer() with an appropriate number of isochronous packets.
426 * that you might not even use the transfer on an isochronous endpoint.
430 * 5.6.3 of the USB2 specifications describe how the maximum isochronous
436 * packet size for an isochronous endpoint. Note that the maximum packet
457 * - If the packets were submitted and the isochronous data microframe
    [all...]
core.c 100 * control/bulk/interrupt/isochronous transfers, etc). Full information
111 * - All transfer types supported (control/bulk/interrupt/isochronous)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 493 * usb_endpoint_xfer_isoc - check if the endpoint has isochronous transfer type
496 * Returns true if the endpoint is of type isochronous, otherwise it returns
559 * usb_endpoint_is_isoc_in - check if the endpoint is isochronous IN
562 * Returns true if the endpoint has isochronous transfer type and IN direction,
572 * usb_endpoint_is_isoc_out - check if the endpoint is isochronous OUT
575 * Returns true if the endpoint has isochronous transfer type and OUT direction,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 148 // USB endpoint types: 00: control, 01: isochronous, 10: bulk, 11: interrupt
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 660 Submits isochronous transfer to a target USB device.
677 @return EFI_UNSUPPORTED Isochronous transfer is unsupported.
696 Submits Async isochronous transfer to a target USB device.
715 @return EFI_UNSUPPORTED Isochronous transfer isn't supported.
Xhci.c     [all...]
XhciReg.h 98 UINT32 Ist:4; // Isochronous Scheduling Threshold
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.h 493 Execute a synchronous isochronous transfer.
501 @retval EFI_UNSUPPORTED Currently isochronous transfer isn't supported.
515 Queue an asynchronous isochronous transfer.
525 @retval EFI_UNSUPPORTED Currently isochronous transfer isn't supported.
UsbBus.c 453 Execute a synchronous isochronous transfer.
461 @retval EFI_UNSUPPORTED Currently isochronous transfer isn't supported.
479 Queue an asynchronous isochronous transfer.
489 @retval EFI_UNSUPPORTED Currently isochronous transfer isn't supported.
    [all...]
UsbUtility.c 567 Execute a synchronous Isochronous USB transfer.
581 @retval EFI_UNSUPPORTED The isochronous transfer isn't supported now.
603 Queue an asynchronous isochronous transfer.
618 @retval EFI_UNSUPPORTED The asynchronous isochronous transfer isn't supported.
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbConstants.java 71 * Isochronous endpoint type (currently not supported)
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 543 * usb_endpoint_xfer_isoc - check if the endpoint has isochronous transfer type
546 * Returns true if the endpoint is of type isochronous, otherwise it returns
609 * usb_endpoint_is_isoc_in - check if the endpoint is isochronous IN
612 * Returns true if the endpoint has isochronous transfer type and IN direction,
622 * usb_endpoint_is_isoc_out - check if the endpoint is isochronous OUT
625 * Returns true if the endpoint has isochronous transfer type and OUT direction,
667 /* USB_DT_SSP_ISOC_ENDPOINT_COMP: SuperSpeedPlus Isochronous Endpoint Companion
    [all...]
  /external/libusb/libusb/os/
netbsd_usb.c 443 /* Isochronous write is not supported */
652 * Bulk, Interrupt or Isochronous transfer depends on the
openbsd_usb.c 489 /* Isochronous write is not supported */
736 * Bulk, Interrupt or Isochronous transfer depends on the
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 89 #define USB_TRANSFER_TYPE_ISOCHRONOUS 0x01 // Endpoint is an isochronous endpoint.
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 232 // USB endpoint types: 00: control, 01: isochronous, 10: bulk, 11: interrupt
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 6 Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 133 UINT32 Ist:4; // Isochronous Scheduling Threshold
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciSched.c 473 // This field is not used for Isochronous Endpoints
Ohci.h 451 Submits isochronous transfer to a target USB device.
486 Submits Async isochronous transfer to a target USB device.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbspec.h 405 } Isochronous;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbFunctionIo.h 10 single configuration and a single interface. It does not support isochronous
232 This protocol currently does not support isochronous or interrupt transfers. Future
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
Isp1761UsbDxe.c 332 // Set endpoint type (Bulk/Isochronous/Interrupt)
  /system/core/adb/client/
usb_osx.cpp 408 // mult is only relevant for isochronous endpoints.

Completed in 598 milliseconds

12 3