Lines Matching defs:spi
22 #include <linux/spi/spi.h>
36 * @spidev: The spi device we're bound to.
144 * This is the low level read call that issues the necessary spi message(s)
415 static int ks8851_probe_spi(struct spi_device *spi)
417 struct device *dev = &spi->dev;
426 spi->bits_per_word = 8;
449 kss->spidev = spi;
453 /* initialise pre-made spi transfer messages */
461 netdev->irq = spi->irq;
466 static void ks8851_remove_spi(struct spi_device *spi)
468 ks8851_remove_common(&spi->dev);
494 MODULE_ALIAS("spi:ks8851");