Searched defs:spi_device (Results 1 – 1 of 1) sorted by relevance
181 struct spi_device { struct182 struct device dev;183 struct spi_controller *controller;184 struct spi_controller *master; /* Compatibility layer */185 u32 max_speed_hz;186 u8 chip_select;187 u8 bits_per_word;188 bool rt;211 u32 mode;212 int irq;[all …]