Searched defs:spi_device (Results 1 – 1 of 1) sorted by relevance
167 struct spi_device { struct168 struct device dev;169 struct spi_controller *controller;170 struct spi_controller *master; /* compatibility layer */171 u32 max_speed_hz;172 u8 chip_select;173 u8 bits_per_word;174 bool rt;187 u32 mode;188 int irq;[all …]