/prebuilts/go/darwin-x86/src/cmd/link/ |
main.go | 22 // The bulk of the linker implementation lives in cmd/link/internal/ld.
|
/prebuilts/go/linux-x86/src/cmd/link/ |
main.go | 22 // The bulk of the linker implementation lives in cmd/link/internal/ld.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
Uhci.h | 105 // control and bulk transfer, it uses three static queue head to
108 // speed control or bulk transfer. This is because FULL speed contrl
109 // or bulk transfer can reclaim the unused bandwidth. Some USB
|
UhciQueue.h | 242 Create Tds list for Bulk/Interrupt Transfer.
252 @param MaxPacket Maximum packet size for Bulk/Interrupt transfer.
255 @return The Tds list head for the bulk transfer.
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
UsbEndpointDescriptor.java | 58 // 00 = Control, 01 = Isochronous, 10 = Bulk, 11 = Interrupt 74 // Ignored for Bulk & Control Endpoints. Isochronous must equal 144 canvas.write("Bulk");
|
/development/host/windows/usb/api/ |
adb_api.h | 52 /// Endpoint is a bulk r/w pipe.
83 /// Shortcut to default write bulk endpoint in zero-based endpoint index API.
86 /// Shortcut to default read bulk endpoint in zero-based endpoint index API.
360 about bulk write and bulk read endpoints respectively.
369 /** \brief Gets information about default bulk read endpoint on the given
382 /** \brief Gets information about default bulk write endpoint on the given
403 about bulk write and bulk read endpoints respectively.
418 /** \brief Opens default bulk read endpoint on the given interface. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
UsbHostController.h | 144 Submits bulk transfer to a bulk endpoint of a USB device.
154 represents a bulk endpoint.
165 @param TransferResult A pointer to the detailed result information of the bulk transfer.
167 @retval EFI_SUCCESS The bulk transfer was completed successfully.
168 @retval EFI_OUT_OF_RESOURCES The bulk transfer could not be completed due to a lack of resources.
170 @retval EFI_TIMEOUT The bulk transfer failed due to timeout.
171 @retval EFI_DEVICE_ERROR The bulk transfer failed due to host controller or device error.
226 @retval EFI_TIMEOUT The bulk transfer failed due to timeout.
227 @retval EFI_DEVICE_ERROR The bulk transfer failed due to host controller or device error. [all...] |
UsbIo.h | 133 This function is used to manage a USB device with the bulk transfer pipe. Bulk Transfers are
141 the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
156 @retval EFI_SUCCESS The bulk transfer has been successfully executed.
185 the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
228 the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
268 the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
303 the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
479 /// transfer, bulk transfer and isochronous transfer. The EFI_USB_IO_PROTOCOL
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
Ohci.h | 210 Submits bulk transfer to a bulk endpoint of a USB device.
221 the EndPointAddress represents a bulk endpoint.
230 the initial data toggle value the bulk transfer should adopt;
232 of the subsequent bulk transfer.
236 bulk transfer.
238 @retval EFI_SUCCESS The bulk transfer was completed successfully.
239 @retval EFI_OUT_OF_RESOURCES The bulk transfer could not be submitted due to lack of resource.
241 @retval EFI_TIMEOUT The bulk transfer failed due to timeout.
242 @retval EFI_DEVICE_ERROR The bulk transfer failed due to host controller or device error. [all...] |
/external/libmtp/logs/ |
gigabeat1.html | 16 <p class="st0000ff"><span class="st0100ff">000002: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:16.1562500 +0.0625000 171 <p class="st0000ff"><span class="st0100ff">000020: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.5781250 +0.5156250 179 <p class="st0000ff"><span class="st0100ff">000021: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.9531250 +0.3750000 185 <p class="st0000ff"><span class="st0100ff">000022: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.9531250 +0.0 191 <p class="st0000ff"><span class="st0100ff">000023: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.9687500 +0.0156250 199 <p class="st0000ff"><span class="st0100ff">000024: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.9687500 +0.0 205 <p class="st0000ff"><span class="st0100ff">000025: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.9687500 +0.0 213 <p class="st0000ff"><span class="st0100ff">000026: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.9687500 +0.0 227 <p class="st0000ff"><span class="st0100ff">000027: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:32.9687500 +0.0 233 <p class="st0000ff"><span class="st0100ff">000028: Bulk or Interrupt Transfer (UP), 12.09.2006 21:05:40.0781250 +7.109375 [all...] |
/device/google/contexthub/firmware/os/inc/ |
halIntf.h | 88 // data structure for upload bulk data to sensor hal
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
EhciDxe.inf | 4 # Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
EhciSched.h | 49 UEFI only supports one CTRL/BULK transfer at a time
|
/external/e2fsprogs/misc/ |
uuidd.8.in | 60 When issuing a test request to a running uuidd, request a bulk response
|
/external/kernel-headers/original/uapi/linux/usb/ |
midi.h | 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|
/external/libusb/ |
ChangeLog | 18 * Allow transferred argument to be optional in bulk APIs 40 * Add support for USB bulk streams on Linux and Mac OS X (#11) 131 splitting of bulk transfers 191 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
|
/external/libusb/libusb/os/ |
darwin_usb.h | 157 /* Bulk */
|
/external/skia/src/ports/ |
SkGlobalInitialization_default.cpp | 60 * These are the bulk of our "effects" -- subclasses of various effects on SkPaint.
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
FetchProfile.java | 24 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
FetchProfile.java | 23 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
|
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
SpeedMeasurementController.java | 169 // Setup bulk endpoints. 185 throw new IllegalStateException("Unable to find bulk endpoints"); 225 // Setup bulk endpoints. 241 throw new IllegalStateException("Unable to find bulk endpoints");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
midi.h | 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/ |
midi.h | 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
xor.go | 15 // fastXORBytes xors in bulk. It only works on architectures that
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
xor.go | 15 // fastXORBytes xors in bulk. It only works on architectures that
|