Lines Matching defs:spi
6 #include <linux/spi/spi.h>
33 static void rt_set_cs(struct spi_device *spi, bool active)
35 struct rtspi *rtspi = spi_controller_get_devdata(spi->controller);
93 static int transfer_one(struct spi_controller *ctrl, struct spi_device *spi,
188 { .compatible = "realtek,rtl8380-spi" },
189 { .compatible = "realtek,rtl8382-spi" },
190 { .compatible = "realtek,rtl8391-spi" },
191 { .compatible = "realtek,rtl8392-spi" },
192 { .compatible = "realtek,rtl8393-spi" },
200 .name = "realtek-rtl-spi",