Home
last modified time | relevance | path

Searched refs:transfer (Results 76 – 100 of 797) sorted by relevance

12345678910>>...32

/openbmc/linux/drivers/scsi/arm/
H A Darxescsi.c118 fasdmadir_t direction, int transfer) in arxescsi_dma_pseudo() argument
161 if (transfer && (transfer & 255)) { in arxescsi_dma_pseudo()
/openbmc/linux/drivers/pnp/pnpacpi/
H A Drsparser.c54 int transfer) in dma_flags() argument
78 switch (transfer) { in dma_flags()
91 dev_err(&dev->dev, "invalid DMA transfer type %d\n", transfer); in dma_flags()
237 dma->transfer); in pnpacpi_allocated_resource()
302 flags = dma_flags(dev, p->type, p->bus_master, p->transfer); in pnpacpi_parse_dma_option()
746 dma->transfer = ACPI_TRANSFER_8; in pnpacpi_encode_dma()
749 dma->transfer = ACPI_TRANSFER_8_16; in pnpacpi_encode_dma()
752 dma->transfer = ACPI_TRANSFER_16; in pnpacpi_encode_dma()
761 (int) p->start, dma->type, dma->transfer, dma->bus_master); in pnpacpi_encode_dma()
/openbmc/linux/Documentation/usb/
H A Dusbip_protocol.rst36 to transfer the URB traffic between the client and the server. The client may
354 | | | initial frame for ISO transfer; |
355 | | | shall be set to 0 if not ISO transfer |
358 | | | shall be set to 0xffffffff if not ISO transfer |
390 | | | initial frame for ISO transfer; |
391 | | | shall be set to 0 if not ISO transfer |
394 | | | shall be set to 0xffffffff if not ISO transfer |
/openbmc/linux/drivers/staging/pi433/
H A Drf69.c784 struct spi_transfer transfer; in rf69_read_fifo() local
796 memset(&transfer, 0, sizeof(transfer)); in rf69_read_fifo()
797 transfer.tx_buf = local_buffer; in rf69_read_fifo()
798 transfer.rx_buf = local_buffer; in rf69_read_fifo()
799 transfer.len = size + 1; in rf69_read_fifo()
801 retval = spi_sync_transfer(spi, &transfer, 1); in rf69_read_fifo()
/openbmc/linux/drivers/misc/cxl/
H A Dflash.c32 static unsigned int transfer; variable
364 transfer = 1; in transfer_image()
413 transfer = 0; in device_open()
497 if (transfer) in device_close()
504 transfer = 0; in device_close()
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dti,message-manager.txt20 order referring to the transfer path.
21 - interrupt-names: Contains interrupt names matching the rx transfer path
H A Darm,mhu.yaml45 - description: Data transfer mode
75 Set to 1 in data transfer mode and represents index of the channel.
89 # Data transfer mode.
/openbmc/linux/Documentation/driver-api/rapidio/
H A Dmport_cdev.rst53 transfer modes.
54 - Check/Wait for completion of asynchronous DMA data transfer
82 - DMA transfer completion timeout (in msec, default value 3000).
84 transfer requests and for RIO_WAIT_FOR_ASYNC ioctl requests.
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_mpc83xx.h69 static const char * const transfer[] = { variable
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-pl022.yaml46 description: delay in ms following transfer completion before the
53 priority to minimise the transfer latency on the bus (boolean)
92 description: Specifies the transfer mode
H A Dmediatek,spi-mtk-nor.yaml14 This spi controller support single, dual, or quad mode transfer for
17 for devices other than SPI NOR flash due to limited transfer
H A Dspi-fsl-dspi.txt30 select and the start of clock signal, at the start of a transfer.
32 signal and deactivating chip select, at the end of a transfer.
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch22 + work around post-signal transfer rate drop reported by Ralf Ramsauer
27 + - output errors on a new line to avoid overwriting transfer bar
/openbmc/linux/sound/core/oss/
H A Dio.c132 plugin->transfer = io_playback_transfer; in snd_pcm_plugin_build_io()
136 plugin->transfer = io_capture_transfer; in snd_pcm_plugin_build_io()
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DAverage.interface.yaml54 Rate of energy transfer as Watts.
57 Energy transfer as Joules.
H A DMaximum.interface.yaml54 Rate of energy transfer as Watts.
57 Energy transfer as Joules.
/openbmc/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst112 I3C transfer types
116 exposed by I2C devices), I2C has only one transfer type.
118 I3C defines 3 different classes of transfer in addition to I2C transfers which
148 device specific and does not require high transfer speed.
150 It is the equivalent of I2C transfers but in the I3C world. Each transfer is
154 The only difference with I2C is that the transfer is much faster (typical clock
161 high transfer speed.
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Dnvidia,tegra20-i2c.yaml31 I2C core API transfer flags. Driver of I2C controller is compatible
32 with "nvidia,tegra30-i2c" to enable the continue transfer support.
34 transfer support.
44 - Tegra30/Tegra20 I2C controller has enabled per packet transfer
/openbmc/linux/Documentation/accel/qaic/
H A Daic100.rst105 requests to the QSM to transfer data to the DDR.
315 transfer(1).
317 * Bits(1:0) indicate the type of transfer. No transfer(0), to device(1),
321 source address for a bulk transfer, or the address of the linked list.
324 destination address for a bulk transfer.
327 length of the bulk transfer. Note that the size of this field
363 semaphore operation is done after the DMA transfer. 1 is
364 presync, which gates the DMA transfer. Only one presync is
374 2. If enabled, the DMA transfer occurs
440 DMA transfer. Describes an object that the QSM should DMA into the
[all …]
/openbmc/linux/Documentation/spi/
H A Dspi-summary.rst398 buffer for each transfer direction, supporting full duplex
414 transfer in that atomic group, and potentially saving costs
549 driver to prepare the transfer hardware by issuing this call.
558 The subsystem calls the driver to transfer a single message while
565 The subsystem calls the driver to transfer a single transfer while
567 finished with this transfer, it must call
576 * 0: transfer is finished
577 * 1: transfer is still in progress
589 transfer happens and its complete() callback is issued. The two
608 function transfer().
[all …]
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_flash25 SPI mode uses mtd spi framework for transfer and reception of data.
29 3. Quad mode: use four pin for transfer
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dusb.c805 unsigned int transfer; in carl9170_usb_load_firmware() local
825 transfer = min_t(unsigned int, len, 4096u); in carl9170_usb_load_firmware()
826 memcpy(buf, data, transfer); in carl9170_usb_load_firmware()
830 addr >> 8, 0, buf, transfer, 100); in carl9170_usb_load_firmware()
837 len -= transfer; in carl9170_usb_load_firmware()
838 data += transfer; in carl9170_usb_load_firmware()
839 addr += transfer; in carl9170_usb_load_firmware()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-firmware18 request that the transfer of firmware data to the lower-level
35 transfer is in progress, then the read will fail with EBUSY.
46 uploads, the zero value also triggers the transfer of the
H A Dsysfs-bus-mdio24 Total number of transfer errors for this MDIO bus.
56 Total number of transfer errors for this MDIO bus address.
/openbmc/linux/sound/core/
H A Dpcm_lib.c67 snd_pcm_uframes_t frames, ofs, transfer; in snd_pcm_playback_silence() local
130 runtime->silence_filled += transfer; in snd_pcm_playback_silence()
131 frames -= transfer; in snd_pcm_playback_silence()
2067 pcm_transfer_f transfer, in interleaved_copy() argument
2088 pcm_transfer_f transfer, in noninterleaved_copy() argument
2108 frames, transfer, in_kernel); in noninterleaved_copy()
2216 pcm_transfer_f transfer; in __snd_pcm_lib_xfer() local
2239 transfer = fill_silence; in __snd_pcm_lib_xfer()
2244 transfer = substream->ops->copy; in __snd_pcm_lib_xfer()
2246 transfer = is_playback ? in __snd_pcm_lib_xfer()
[all …]

12345678910>>...32