Home
last modified time | relevance | path

Searched refs:transfer (Results 126 – 150 of 798) sorted by relevance

12345678910>>...32

/openbmc/qemu/include/hw/ssi/
H A Dssi.h42 uint32_t (*transfer)(SSIPeripheral *dev, uint32_t val); member
/openbmc/smbios-mdr/
H A Dmeson.options47 description: 'Build IPMI blob library for SMBIOS transfer'
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc152 // mmctx_size - determine size of a mmio list transfer
156 // Out: $r15 transfer size (in bytes)
176 // bit 1: set if first transfer
177 // bit 2: set if last transfer
/openbmc/linux/Documentation/i2c/
H A Dgpio-fault-injection.rst59 client device to it. Then, a read transfer to this device will be started, but
112 Panic during transfer
116 started a transfer. This usually means that the state machine of the bus master
129 Start of a transfer is detected by waiting for SCL going down by the master
H A Di2c-protocol.rst82 system memory into something that appears as a single transfer to the
96 between the messages of one transfer.
H A Dfault-codes.rst90 of a transfer didn't get an ACK. While it might just mean
105 made that block transfer request.
120 Returned when a transfer was requested using an adapter
/openbmc/linux/drivers/net/ieee802154/
H A Dca8210.c265 struct spi_transfer transfer; member
902 cas_ctl->transfer.tx_nbits = 1; /* 1 MOSI line */ in ca8210_spi_transfer()
903 cas_ctl->transfer.rx_nbits = 1; /* 1 MISO line */ in ca8210_spi_transfer()
904 cas_ctl->transfer.speed_hz = 0; /* Use device setting */ in ca8210_spi_transfer()
906 cas_ctl->transfer.tx_buf = cas_ctl->tx_buf; in ca8210_spi_transfer()
907 cas_ctl->transfer.rx_buf = cas_ctl->tx_in_buf; in ca8210_spi_transfer()
908 cas_ctl->transfer.delay.value = 0; in ca8210_spi_transfer()
909 cas_ctl->transfer.delay.unit = SPI_DELAY_UNIT_USECS; in ca8210_spi_transfer()
910 cas_ctl->transfer.cs_change = 0; in ca8210_spi_transfer()
911 cas_ctl->transfer.len = sizeof(struct mac_message); in ca8210_spi_transfer()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dhsta.txt7 transfer between memory and system peripherals as well as support for
/openbmc/linux/drivers/spi/
H A Dspi-pl022.c1339 struct spi_transfer *transfer) in set_up_next_transfer() argument
1354 pl022->tx = (void *)transfer->tx_buf; in set_up_next_transfer()
1356 pl022->rx = (void *)transfer->rx_buf; in set_up_next_transfer()
1374 struct spi_transfer *transfer = NULL; in pump_transfers() local
1379 transfer = pl022->cur_transfer; in pump_transfers()
1397 previous = list_entry(transfer->transfer_list.prev, in pump_transfers()
1414 if (set_up_next_transfer(pl022, transfer)) { in pump_transfers()
1501 struct spi_transfer *transfer = NULL; in do_polling_transfer() local
1511 transfer = pl022->cur_transfer; in do_polling_transfer()
1516 list_entry(transfer->transfer_list.prev, in do_polling_transfer()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A DKconfig70 prompt "Broadcom 43xx-legacy data transfer mode"
80 data transfer modes. The mode actually used is selectable through
/openbmc/qemu/tests/qemu-iotests/
H A D204.out11 == constrained alignment and max-transfer ==
17 == write zero with constrained max-transfer ==
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml68 Energy transfer as Joules.
89 Rate of energy transfer as Watts.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-platform-devices-occ-hwmon6 hardware, if there is any from a previous transfer. Otherwise,
/openbmc/linux/sound/core/oss/
H A Dcopy.c89 plugin->transfer = copy_transfer; in snd_pcm_plugin_build_copy()
/openbmc/u-boot/doc/device-tree-bindings/i2c/
H A Di2c-stm32.txt9 operation for I2C transfer
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dmarvell,mmp2-ssp.yaml32 ready to service a transfer. Only useful in slave mode.
H A Dsprd,spi-adi.yaml30 transfer data triggered by hardware automatically, and the second value specifies
71 - description: The hardware channel id which is used to transfer data
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/
H A Dfix-memory-leaks.patch564 g_print("[OBEX Server] OBEX transfer closed\n");
565 - ObexTransfer *transfer = g_hash_table_lookup(_transfers, interface_object_path);
567 - g_object_unref(transfer);
575 // g_print("[OBEX Client] OBEX transfer closed\n");
576 - ObexTransfer *transfer = g_hash_table_lookup(_transfers, interface_object_path);
578 - g_object_unref(transfer);
605 - // Remove transfer information
641 - // Remove transfer information objects
/openbmc/qemu/docs/specs/
H A Dvmw_pvscsi-spec.rst19 commands. The rings area is used to transfer data descriptors and SCSI
20 commands from VM to hypervisor and to transfer messages produced by
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/
H A Ddmm.txt6 interleaving, optimizing transfer of 2D block objects, and provide MMU-like page
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGL2PS11 …anism generally accepted in the software development community for the electronic transfer of data.
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Data-generic.yaml39 description: Maximum ATA PIO transfer mode
/openbmc/linux/tools/testing/cxl/test/
H A Dmem.c1212 struct cxl_mbox_transfer_fw *transfer = cmd->payload_in; in mock_transfer_fw() local
1216 offset = le32_to_cpu(transfer->offset) * CXL_FW_TRANSFER_ALIGNMENT; in mock_transfer_fw()
1217 length = cmd->size_in - sizeof(*transfer); in mock_transfer_fw()
1221 switch (transfer->action) { in mock_transfer_fw()
1227 if (transfer->slot == 0 || transfer->slot > FW_SLOTS) in mock_transfer_fw()
1240 memcpy(fw + offset, transfer->data, length); in mock_transfer_fw()
/openbmc/linux/arch/arm/mm/
H A Dabort-lv4t.S76 and r6, r6, #15 @ r6 = no. of registers to transfer.
213 and r6, r6, #15 @ number of regs to transfer
233 and r6, r6, #15 @ number of regs to transfer
/openbmc/linux/drivers/parport/
H A DKconfig145 bool "IEEE 1284 transfer modes"
148 want to use a device that uses enhanced parallel port transfer modes
150 transfer modes. Also say Y if you want device ID information to

12345678910>>...32