Searched defs:spi_device (Results 1 – 3 of 3) sorted by relevance
69 struct spi_device { struct70 struct device dev;71 struct spi_master *master;72 u32 max_speed_hz;73 u8 chip_select;74 u8 mode;104 static inline struct spi_device *to_spi_device(struct device *dev) in to_spi_device() argument
1276 struct efx_spi_device *spi_device, in falcon_spi_device_init()
617 struct spi_device *spi_device; member