Home
last modified time | relevance | path

Searched defs:spi_device (Results 1 – 1 of 1) sorted by relevance

/include/linux/spi/
Dspi.h142 struct spi_device { struct
143 struct device dev;
144 struct spi_controller *controller;
145 struct spi_controller *master; /* compatibility layer */
146 u32 max_speed_hz;
147 u8 chip_select;
148 u8 bits_per_word;
149 u16 mode;
186 static inline struct spi_device *to_spi_device(struct device *dev) in to_spi_device() argument