spi_transferRegular
4.4: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;
struct list_head transfer_list;
};
4.8: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;
struct list_head transfer_list;
};
4.10: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;
struct list_head transfer_list;
};
4.13: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;
struct list_head transfer_list;
};
4.15: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;
struct list_head transfer_list;
};
4.18: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;
struct list_head transfer_list;
};
5.0: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;
u16 word_delay;
struct list_head transfer_list;
};
5.3: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
5.4: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
5.8: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
bool timestamped;
struct list_head transfer_list;
};
5.11: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u16 delay_usecs;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
bool timestamped;
struct list_head transfer_list;
u16 error;
};
5.13: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int dummy_data;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
bool timestamped;
struct list_head transfer_list;
u16 error;
};
5.15: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int dummy_data;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
bool timestamped;
struct list_head transfer_list;
u16 error;
};
5.19: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int dummy_data;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
bool timestamped;
struct list_head transfer_list;
u16 error;
};
6.2: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int dummy_data;
unsigned int cs_off;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
bool timestamped;
struct list_head transfer_list;
u16 error;
};
6.5: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
u16 error;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int dummy_data;
unsigned int cs_off;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
unsigned int timestamped;
u8 bits_per_word;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
struct list_head transfer_list;
};
6.8: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
u16 error;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int dummy_data;
unsigned int cs_off;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
unsigned int timestamped;
u8 bits_per_word;
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
u32 speed_hz;
u32 effective_speed_hz;
unsigned int ptp_sts_word_pre;
unsigned int ptp_sts_word_post;
struct ptp_system_timestamp *ptp_sts;
struct list_head transfer_list;
};
arm64: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
armhf: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
ppc64el: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
riscv64: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
aws: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
azure: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
gcp: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
lowlatency: ✅struct spi_transfer {
const void *tx_buf;
void *rx_buf;
unsigned int len;
dma_addr_t tx_dma;
dma_addr_t rx_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;
unsigned int cs_change;
unsigned int tx_nbits;
unsigned int rx_nbits;
u8 bits_per_word;
u8 word_delay_usecs;
u16 delay_usecs;
u16 cs_change_delay;
u8 cs_change_delay_unit;
u32 speed_hz;
u16 word_delay;
u32 effective_speed_hz;
struct list_head transfer_list;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️u16 word_delay
5.0 and 5.3 ⚠️u8 word_delay_usecs
u16 cs_change_delay
u8 cs_change_delay_unit
u32 effective_speed_hz
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️struct spi_delay delay
unsigned int ptp_sts_word_pre
unsigned int ptp_sts_word_post
struct ptp_system_timestamp *ptp_sts
bool timestamped
u8 word_delay_usecs
u8 cs_change_delay_unit
u16 cs_change_delay ➡️ struct spi_delay cs_change_delay
u16 word_delay ➡️ struct spi_delay word_delay
5.8 and 5.11 ⚠️u16 error
5.11 and 5.13 ⚠️unsigned int dummy_data
u16 delay_usecs
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️unsigned int cs_off
6.2 and 6.5 ⚠️bool timestamped ➡️ unsigned int timestamped
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅