HomeSort by relevance Sort by last modified time
    Searched full:bulk (Results 1 - 25 of 705) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/arch/i386/prefix/
xromprefix.S 2 * ROM prefix that loads the bulk of the ROM using direct PCI accesses,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassStorageDxe.uni 8 // The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
12 // 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1
13 // 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.
31 #string STR_MODULE_DESCRIPTION #language en-US "The USB mass storage class is specified in two layers: the bottom layer is the transportation protocol. The top layer is the command set. The transportation layer provides the transportation of the command, data and result. The command set defines the command, data and result. The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol. USB mass storage class adopts various industrial standard as its command set.<BR><BR>\n"
34 "2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1<BR>\n"
35 "3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.<BR>\n"
UsbMassStorageDxe.inf 8 # The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
12 # 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1
13 # 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.
UsbMassBot.c 2 Implementation of the USB mass storage Bulk-Only Transport protocol,
3 according to USB Mass Storage Class Bulk-Only Transport, Revision 1.0.
83 // Locate and save the first bulk-in and bulk-out endpoint
108 // If bulk-in or bulk-out endpoint is not found, report error.
134 Send the command to the device using Bulk-Out endpoint.
136 This function sends the command to the device using Bulk-Out endpoint.
201 // Respond to Bulk-Out endpoint stall with a Reset Recovery,
202 // according to section 5.3.1 of USB Mass Storage Class Bulk-Only Transport Spec, v1.0.
    [all...]
  /external/libnl/etc/
classid 18 # top:3 bulk # bulk -> 1:3
  /external/skia/src/core/
SkRTree.h 19 * It only supports bulk-loading, i.e. creation from a batch of bounding rectangles.
20 * This performs a bottom-up bulk load using the STR (sort-tile-recursive) algorithm.
22 * TODO: Experiment with other bulk-load algorithms (in particular the Hilbert pack variant,
24 * exist top-down bulk load variants (VAMSplit, TopDownGreedy, etc).
37 * can provide an optional aspect ratio parameter. This allows the bulk-load algorithm to
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_channel.py 17 The object uses the BULK-IN endpoint exposed in the data interface for any
19 The object uses the BULK-OUT endpoint exposed in the data interface for any
39 BULK IN endpoint from the data interface.
41 BULK OUT endpoint from the data interface.
55 Send the specified payload down to the device using the bulk-out USB
82 Receive a payload from the device using the bulk-in USB pipe.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
vstusb.h 4 * Purpose: Support for the bulk USB Vernier Spectrophotometers
25 * In general, vstusb supports standard bulk usb pipes. It supports multiple
29 * 1 - ioctl SEND_PIPE/RECV_PIPE - a general bulk write/read msg
  /development/samples/USB/AdbTest/
README.txt 11 - Asynchronous IO on bulk endpoint
_index.html 12 <li>Asynchronous IO on bulk endpoints</li>
  /external/libmtp/logs/
mtp-detect-sonyericsson-mt27i-android4.txt 46 Transfer Type Bulk
56 Transfer Type Bulk
86 Transfer Type Bulk
96 Transfer Type Bulk
152 bInterfaceProtocol 80 Bulk-Only
159 Transfer Type Bulk
169 Transfer Type Bulk
189 Transfer Type Bulk
199 Transfer Type Bulk
mtp-detect-yifang-tesla.txt 49 Transfer Type Bulk
59 Transfer Type Bulk
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciDxe.uni 5 // Control, Bulk, Interrupt and Isochronous requests to Usb1.x device
22 #string STR_MODULE_DESCRIPTION #language en-US "It implements the interfaces of monitoring the status of all ports and transferring Control, Bulk, Interrupt and Isochronous requests to a Usb1.x device."
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciDxe.uni 5 // Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
22 #string STR_MODULE_DESCRIPTION #language en-US "It implements the interfaces of monitoring the status of all ports and transferring Control, Bulk, Interrupt and Isochronous requests to those attached USB LS/FS/HS/SS devices."
  /external/libmtp/src/
libopenusb1-glue.c 272 * MTP interfaces have three endpoints, two bulk and one
813 struct openusb_bulk_request bulk; local
855 bulk.payload = bytes;
856 bulk.length = toread;
857 bulk.timeout = ptp_usb->timeout;
858 bulk.flags = 0;
859 bulk.next = NULL;
860 ret = openusb_bulk_xfer(*ptp_usb->handle, ptp_usb->interface, ptp_usb->inep, &bulk);
861 xread = bulk.result.transferred_bytes;
956 struct openusb_bulk_request bulk; local
1317 struct openusb_bulk_request bulk; local
1578 struct openusb_bulk_request bulk; local
    [all...]
  /development/host/windows/usb/api/
adb_api_legacy.h 35 /// Name for the default bulk read pipe
38 /// Name for the default bulk write pipe
60 /// Control code for bulk read IOCTL
63 /// Control code for bulk write IOCTL
97 /// Bulk read IOCTL
104 // For bulk write IOCTL we send request data in the form of AdbBulkTransfer
108 /// Bulk write IOCTL
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
NetBuffer.c 103 UINT8 *Bulk;
113 Bulk = AllocatePool (Len);
115 if (Bulk == NULL) {
122 Vector->Block[0].Bulk = Bulk;
125 Nbuf->BlockOp[0].BlockHead = Bulk;
126 Nbuf->BlockOp[0].BlockTail = Bulk + Len;
128 Nbuf->BlockOp[0].Head = Bulk;
129 Nbuf->BlockOp[0].Tail = Bulk;
173 gBS->FreePool (Vector->Block[0].Bulk);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_32.txt 11 Precedence: bulk
  /external/python/cpython2/Lib/email/test/data/
msg_32.txt 11 Precedence: bulk
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_32.txt 11 Precedence: bulk
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_32.txt 11 Precedence: bulk
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_32.txt 11 Precedence: bulk
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_32.txt 11 Precedence: bulk
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciDxe.uni 5 // Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
28 "Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.<BR><BR>\n"
  /external/iproute2/man/man8/
tc-prio.8 112 0x8 4 Maximize Throughput 2 Bulk 2
113 0xa 5 mmc+mt 2 Bulk 2
114 0xc 6 mr+mt 2 Bulk 2
115 0xe 7 mmc+mr+mt 2 Bulk 2
120 0x18 12 mt+md 4 Int. Bulk 1
121 0x1a 13 mmc+mt+md 4 Int. Bulk 1
122 0x1c 14 mr+mt+md 4 Int. Bulk 1
123 0x1e 15 mmc+mr+mt+md 4 Int. Bulk 1

Completed in 478 milliseconds

1 2 3 4 5 6 7 8 91011>>