Home
last modified time | relevance | path

Searched refs:transfer (Results 1 – 25 of 88) sorted by relevance

1234

/device/google/cuttlefish_common/guest/commands/usbforward/
Dtransport_request.cpp25 const ControlTransfer& transfer) in TransportRequest() argument
31 buffer_.reset(new uint8_t[transfer.length + LIBUSB_CONTROL_SETUP_SIZE]);
35 libusb_fill_control_setup(buffer_.get(), transfer.type, transfer.cmd,
36 transfer.value, transfer.index, transfer.length);
42 OnTransferComplete, this, transfer.timeout);
47 const DataTransfer& transfer) in TransportRequest() argument
52 buffer_.reset(new uint8_t[transfer.length]);
55 transfer.endpoint_id | (transfer.is_host_to_device ? LIBUSB_ENDPOINT_OUT
57 buffer_.get(), transfer.length, OnTransferComplete, this,
58 transfer.timeout);
Dtransport_request.h41 CallbackType callback, const ControlTransfer& transfer);
43 CallbackType callback, const DataTransfer& transfer);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_15.txt21 Content-transfer-encoding: quoted-printable
27 Content-transfer-encoding: quoted-printable
47 Content-transfer-encoding: base64
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DSpiDriver.txt6 - raw transfer over SPI bus
42 //select, max frequency and transfer mode supported by slave device.
75 //Perform transfer over SPI bus
87 during/after transfer (see file
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBdsDxe.uni10 // For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.
12 // EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.
32 … a library instance produced by the platform. For legacy boot, BDS will transfer control to legacy…
DBdsDxe.inf10 # For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.
12 # EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.
/device/google/bonito-sepolicy/vendor/google/
Dcitadeld.te13 allow citadeld hal_power_stats_default:binder { call transfer };
/device/google/crosshatch-sepolicy/vendor/google/
Dcitadeld.te13 allow citadeld hal_power_stats_default:binder { call transfer };
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DSpi.txt11 Max SCLK line frequency (in Hz) (max transfer frequency)
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciDxe.uni9 // This way avoids the control transfer on a shared port between EHCI and companion host
29 …taches to the companion UHCI controller. This method avoids the control transfer on a shared port …
DEhciDxe.inf8 # This way avoids the control transfer on a shared port between EHCI and companion host
/device/linaro/poplar/sepolicy/
Dhiavplayer.te11 allow hiavplayer hal_audio_default:binder { transfer call };
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciDxe.inf74 # # Periodic timer event for checking the result of interrupt transfer execution.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DDisablePaging64.asm59 call rdx ; transfer control to EntryPoint
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
DSecEntry.asm19 ; It will transfer the control to pei core.
DSecEntry.S19 # It will transfer the control to pei core.
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
DFlat32.s42 # transfer to PEI using the newly loaded GDT.
DFlat32.asm49 ; transfer to PEI using the newly loaded GDT.
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DReleaseNotes.txt24 * TCPv4 transfer rate is slow (< 10 Mbits/sec) - This is an unidentified issue.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DDisablePaging64.S79 callq *%rbx # transfer control to EntryPoint
DDisablePaging64.asm78 call rbx ; transfer control to EntryPoint
DDisablePaging64.nasm80 call rbx ; transfer control to EntryPoint
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DSecEntry.asm56 ; transfer to PEI using the newly loaded GDT.
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S248 addw %bx, %ax # ax = End Block number of transfer
252 subw %ax, %bx # Decrease transfer size by block overage
262 pushw %bx # Save number of blocks to transfer
Dstart16.S242 addw %bx, %ax # ax = End Block number of transfer
246 subw %ax, %bx # Decrease transfer size by block overage
256 pushw %bx # Save number of blocks to transfer

1234