Lines Matching defs:spi
46 struct spi_device *spi = to_spi_device(dev); in spidev_release() local
59 const struct spi_device *spi = to_spi_device(dev); in modalias_show() local
101 const struct spi_device *spi = to_spi_device(dev); in spi_match_device() local
120 const struct spi_device *spi = to_spi_device(dev); in spi_uevent() local
236 struct spi_device *spi; in spi_alloc_device() local
257 static void spi_dev_set_name(struct spi_device *spi) in spi_dev_set_name()
272 struct spi_device *spi = to_spi_device(dev); in spi_dev_check() local
290 int spi_add_device(struct spi_device *spi) in spi_add_device()
462 static void spi_set_cs(struct spi_device *spi, bool enable) in spi_set_cs()
1095 static int __spi_queued_transfer(struct spi_device *spi, in __spi_queued_transfer()
1124 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
1164 struct spi_device *spi; in of_register_spi_device() local
1284 struct spi_device *spi; in of_register_spi_devices() local
1304 struct spi_device *spi = data; in acpi_spi_add_resource() local
1338 struct spi_device *spi; in acpi_spi_add_device() local
1750 int spi_setup(struct spi_device *spi) in spi_setup()
1811 static int __spi_validate(struct spi_device *spi, struct spi_message *message) in __spi_validate()
1925 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
1965 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
2017 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
2051 static int __spi_sync(struct spi_device *spi, struct spi_message *message, in __spi_sync()
2125 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
2147 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
2231 int spi_write_then_read(struct spi_device *spi, in spi_write_then_read()
2325 struct spi_device *spi; in of_spi_notify() local