Searched defs:spi_ioc_transfer (Results 1 – 2 of 2) sorted by relevance
70 struct spi_ioc_transfer { struct85 /* If the contents of 'struct spi_ioc_transfer' ever change argument
271 pub struct spi_ioc_transfer { struct272 tx_buf: u64,273 rx_buf: u64,274 len: u32,275 speed_hz: u32,276 delay_usecs: u16,277 bits_per_word: u8,278 cs_change: u8,279 tx_nbits: u8,280 rx_nbits: u8,[all …]