Searched refs:transfer (Results 1 – 25 of 88) sorted by relevance
1234
/device/google/cuttlefish_common/guest/commands/usbforward/ |
D | transport_request.cpp | 25 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);
|
D | transport_request.h | 41 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/ |
D | msg_15.txt | 21 Content-transfer-encoding: quoted-printable 27 Content-transfer-encoding: quoted-printable 47 Content-transfer-encoding: base64
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/ |
D | SpiDriver.txt | 6 - 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/ |
D | BdsDxe.uni | 10 // 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…
|
D | BdsDxe.inf | 10 # 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/ |
D | citadeld.te | 13 allow citadeld hal_power_stats_default:binder { call transfer };
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | citadeld.te | 13 allow citadeld hal_power_stats_default:binder { call transfer };
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | Spi.txt | 11 Max SCLK line frequency (in Hz) (max transfer frequency)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciDxe.uni | 9 // 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 …
|
D | EhciDxe.inf | 8 # This way avoids the control transfer on a shared port between EHCI and companion host
|
/device/linaro/poplar/sepolicy/ |
D | hiavplayer.te | 11 allow hiavplayer hal_audio_default:binder { transfer call };
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | OhciDxe.inf | 74 # # Periodic timer event for checking the result of interrupt transfer execution.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | DisablePaging64.asm | 59 call rdx ; transfer control to EntryPoint
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/ |
D | SecEntry.asm | 19 ; It will transfer the control to pei core.
|
D | SecEntry.S | 19 # It will transfer the control to pei core.
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/ |
D | Flat32.s | 42 # transfer to PEI using the newly loaded GDT.
|
D | Flat32.asm | 49 ; transfer to PEI using the newly loaded GDT.
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | ReleaseNotes.txt | 24 * TCPv4 transfer rate is slow (< 10 Mbits/sec) - This is an unidentified issue.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | DisablePaging64.S | 79 callq *%rbx # transfer control to EntryPoint
|
D | DisablePaging64.asm | 78 call rbx ; transfer control to EntryPoint
|
D | DisablePaging64.nasm | 80 call rbx ; transfer control to EntryPoint
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
D | SecEntry.asm | 56 ; transfer to PEI using the newly loaded GDT.
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start.S | 248 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
|
D | start16.S | 242 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