We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4d415 commit d795a05Copy full SHA for d795a05
include/linux/spi/spi.h
@@ -973,6 +973,8 @@ struct spi_res {
973
* @rx_sg_mapped: If true, the @rx_sg is mapped for DMA
974
* @tx_sg: Scatterlist for transmit, currently not for client use
975
* @rx_sg: Scatterlist for receive, currently not for client use
976
+ * @offload_flags: Flags that are only applicable to specialized SPI offload
977
+ * transfers. See %SPI_OFFLOAD_XFER_* in spi-offload.h.
978
* @ptp_sts_word_pre: The word (subject to bits_per_word semantics) offset
979
* within @tx_buf for which the SPI device is requesting that the time
980
* snapshot for this transfer begins. Upon completing the SPI transfer,
0 commit comments