Lines Matching defs:spi_transfer
113673 struct spi_transfer { struct
113674 const void *tx_buf;
113675 void *rx_buf;
113676 unsigned int len;
113677 dma_addr_t tx_dma;
113678 dma_addr_t rx_dma;
113679 struct sg_table tx_sg;
113680 struct sg_table rx_sg;
113681 unsigned int dummy_data: 1;
113682 unsigned int cs_change: 1;
113683 unsigned int tx_nbits: 3;
113684 unsigned int rx_nbits: 3;
113685 u8 bits_per_word;
113686 struct spi_delay delay;
113687 struct spi_delay cs_change_delay;
113688 struct spi_delay word_delay;
113689 u32 speed_hz;
113690 u32 effective_speed_hz;
113691 unsigned int ptp_sts_word_pre;
113692 unsigned int ptp_sts_word_post;
113693 struct ptp_system_timestamp *ptp_sts;
113694 bool timestamped;
113695 struct list_head transfer_list;
113696 u16 error;