Searched defs:spi_device (Results 1 – 4 of 4) sorted by relevance
133 struct spi_device { struct134 struct device dev;135 struct spi_master *master;136 u32 max_speed_hz;137 u8 chip_select;138 u8 bits_per_word;139 u16 mode;176 static inline struct spi_device *to_spi_device(struct device *dev) in to_spi_device() argument
28 static struct spi_device *spi_device; variable
68 struct spi_device *spi_device; member
2149 struct falcon_spi_device *spi_device, in falcon_spi_device_init()