Searched defs:spi_device (Results 1 – 1 of 1) sorted by relevance
177 struct spi_device { struct178 struct device dev;179 struct spi_controller *controller;180 struct spi_controller *master; /* Compatibility layer */181 u32 max_speed_hz;182 u8 chip_select;183 u8 bits_per_word;184 bool rt;197 u32 mode;198 int irq;[all …]