Searched defs:spi_device (Results 1 – 1 of 1) sorted by relevance
185 struct spi_device { struct186 struct device dev;187 struct spi_controller *controller;188 u32 max_speed_hz;189 u8 chip_select[SPI_CS_CNT_MAX];190 u8 bits_per_word;191 bool rt;214 u32 mode;215 int irq;216 void *controller_state;[all …]