Lines Matching defs:spi_device
160 struct spi_device { struct
161 struct device dev;
162 struct spi_controller *controller;
163 struct spi_controller *master; /* compatibility layer */
164 u32 max_speed_hz;
165 u8 chip_select;
166 u8 bits_per_word;
167 bool rt;
168 u32 mode;
189 int irq;
190 void *controller_state;
214 static inline struct spi_device *to_spi_device(struct device *dev) in to_spi_device() argument