Searched defs:spi_ioc_transfer (Results 1 – 4 of 4) sorted by relevance
70 struct spi_ioc_transfer { struct85 /* If the contents of 'struct spi_ioc_transfer' ever change argument
311 pub struct spi_ioc_transfer { struct312 tx_buf: u64,313 rx_buf: u64,314 len: u32,315 speed_hz: u32,316 delay_usecs: u16,317 bits_per_word: u8,318 cs_change: u8,319 tx_nbits: u8,320 rx_nbits: u8,[all …]
99315 struct spi_ioc_transfer { struct99316 __u64 tx_buf;99317 __u64 rx_buf;99318 __u32 len;99319 __u32 speed_hz;99320 __u16 delay_usecs;99321 __u8 bits_per_word;99322 __u8 cs_change;99323 __u8 tx_nbits;99324 __u8 rx_nbits;[all …]