Searched defs:spi_device (Results 1 – 1 of 1) sorted by relevance
140 struct spi_device { struct141 struct device dev;142 struct spi_controller *controller;143 struct spi_controller *master; /* compatibility layer */144 u32 max_speed_hz;145 u8 chip_select;146 u8 bits_per_word;147 bool rt;148 u32 mode;191 static inline struct spi_device *to_spi_device(struct device *dev) in to_spi_device() argument