| /openbmc/qemu/hw/display/ |
| H A D | virtio-gpu-rutabaga.c | 36 struct rutabaga_transfer transfer = { 0 }; in virtio_gpu_rutabaga_update_cursor() local 51 transfer.x = 0; in virtio_gpu_rutabaga_update_cursor() 52 transfer.y = 0; in virtio_gpu_rutabaga_update_cursor() 53 transfer.z = 0; in virtio_gpu_rutabaga_update_cursor() 54 transfer.w = res->width; in virtio_gpu_rutabaga_update_cursor() 55 transfer.h = res->height; in virtio_gpu_rutabaga_update_cursor() 56 transfer.d = 1; in virtio_gpu_rutabaga_update_cursor() 62 resource_id, &transfer, in virtio_gpu_rutabaga_update_cursor() 241 struct rutabaga_transfer transfer = { 0 }; in rutabaga_cmd_resource_flush() local 271 transfer.x = 0; in rutabaga_cmd_resource_flush() [all …]
|
| /openbmc/u-boot/drivers/dma/ |
| H A D | Kconfig | 12 buses that is used to transfer data to and from memory. 20 channels which can either transfer data to/from different devices. 27 DMA transfer by simple copying data between channels. 35 This driver support data transfer from devices to 42 This driver support data transfer between memory
|
| H A D | dma-uclass.c | 227 if (!ops->transfer) in dma_memcpy() 234 return ops->transfer(dev, DMA_MEM_TO_MEM, dst, src, len); in dma_memcpy()
|
| /openbmc/libpldm/docs/oem/meta/ |
| H A D | file-io.md | 38 | 0 | uint8 | TransferFlag | The transfer flag that indiates what part of the transfer this r… 52 | 0 | uint8 | TransferFlag | The transfer flag that indiates what part of the transfer this…
|
| /openbmc/u-boot/doc/ |
| H A D | README.dfutftp | 30 the relatively low transfer speed for large files. 32 of only EP0 for transfer. By using Ethernet we can circumvent 42 The "dfu" command has been extended to support transfer via TFTP - one 75 "ethact=usb_ether". In this way one can have very fast DFU transfer via USB. 77 For 33MiB test image the transfer rate was 1MiB/s for ETH over USB and 200KiB/s 78 for pure DFU USB transfer.
|
| H A D | README.update | 8 server in NOR Flash. In more detail: a TFTP transfer of a file given in 13 TFTP transfer is successful, the hash of each update is verified, and if the 31 Normally, TFTP transfer of the update file is done to the address specified 33 transfer is made to the address given in CONFIG_UPDATE_LOAD_ADDR (0x100000 40 server. Since a transfer is attempted during each boot, it is undesirable to 55 If an optional, non-zero address is provided as argument, the TFTP transfer
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | ihs_i2c.c | 210 int transfer = min(len, 2); in ihs_i2c_send_buffer() local 211 bool is_last = len <= transfer; in ihs_i2c_send_buffer() 214 if (ihs_i2c_transfer(dev, chip, data, transfer, read, in ihs_i2c_send_buffer() 218 if (ihs_i2c_transfer(chip, data, transfer, read, in ihs_i2c_send_buffer() 223 data += transfer; in ihs_i2c_send_buffer() 224 len -= transfer; in ihs_i2c_send_buffer()
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/ |
| H A D | README.md | 21 SMBIOS data start to transfer. 22 - AgentSynchronizeData - Synchronize SMBIOS data from file after data transfer
|
| /openbmc/qemu/hw/sd/ |
| H A D | omap_mmc.c | 68 int transfer; member 82 if (!host->transfer && !host->fifo_len) { in omap_mmc_fifolevel_update() 149 host->transfer = 1; in omap_mmc_command() 152 host->transfer = 0; in omap_mmc_command() 242 if (!host->transfer) in omap_mmc_transfer() 283 host->transfer = 0; in omap_mmc_transfer() 324 host->transfer = 0; in omap_mmc_reset()
|
| /openbmc/qemu/docs/specs/ |
| H A D | edu.rst | 84 0x90 (RW) : DMA transfer count 91 start transfer 112 One has to specify, source, destination, size, and start the transfer. One 123 100 -> DMA transfer count 132 100 -> DMA transfer count
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 177 | 61 limits=align=4k,max-transfer=64k 67 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
|
| H A D | 204 | 62 limits=align=4k,max-transfer=64k 68 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
|
| H A D | 177.out | 11 == constrained alignment and max-transfer == 17 == write zero with constrained max-transfer ==
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/socat/ |
| H A D | socat_1.8.0.3.bb | 1 SUMMARY = "Multipurpose relay for bidirectional data transfer" 3 transfer between two independent data channels."
|
| /openbmc/u-boot/drivers/sysreset/ |
| H A D | sysreset_mpc83xx.h | 69 static const char * const transfer[] = { variable
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | CPR.rst | 8 the cpr-reboot and cpr-transfer modes are available. 149 cpr-transfer mode 152 This mode allows the user to transfer a guest to a new QEMU instance 161 type ``cpr``. This CPR channel must support file descriptor transfer 186 * Set the migration mode parameter to ``cpr-transfer``. 198 cpr-transfer mode may not be used with postcopy, background-snapshot, 248 "arguments":{"mode":"cpr-transfer"}} 297 "arguments":{"mode":"cpr-transfer"}} 322 cpr-transfer mode is based on a capability to transfer open file
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/ |
| H A D | backported.patch | 24 + work around post-signal transfer rate drop reported by Ralf Ramsauer 29 + - output errors on a new line to avoid overwriting transfer bar
|
| /openbmc/u-boot/include/ |
| H A D | dma-uclass.h | 124 int (*transfer)(struct udevice *dev, int direction, void *dst, member
|
| /openbmc/u-boot/doc/SPI/ |
| H A D | README.ti_qspi_flash | 25 SPI mode uses mtd spi framework for transfer and reception of data. 29 3. Quad mode: use four pin for transfer
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-xinetd | 2 # description: The tftp server serves files using the trivial file transfer \
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pycurl_7.45.6.bb | 4 transfer library. Similarly to the urllib Python module, PycURL can \
|
| /openbmc/u-boot/doc/device-tree-bindings/i2c/ |
| H A D | i2c-gpio.txt | 16 The resulting transfer speed can be adjusted by setting the delay[us]
|
| H A D | i2c-stm32.txt | 9 operation for I2C transfer
|
| /openbmc/qemu/include/hw/ssi/ |
| H A D | ssi.h | 42 uint32_t (*transfer)(SSIPeripheral *dev, uint32_t val); member
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0005-Fix-sha256-for-big-endian-machines.patch | 8 of using memcpy() to transfer it.
|