Lines Matching defs:spi
36 struct spi_device *spi = to_spi_device(dev); in spidev_release() local
49 const struct spi_device *spi = to_spi_device(dev); in modalias_show() local
84 const struct spi_device *spi = to_spi_device(dev); in spi_match_device() local
99 const struct spi_device *spi = to_spi_device(dev); in spi_uevent() local
308 struct spi_device *spi; in spi_alloc_device() local
339 int spi_add_device(struct spi_device *spi) in spi_add_device()
727 int spi_setup(struct spi_device *spi) in spi_setup()
761 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
819 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
867 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
897 static int __spi_sync(struct spi_device *spi, struct spi_message *message, in __spi_sync()
944 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
966 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
1050 int spi_write_then_read(struct spi_device *spi, in spi_write_then_read()