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
292 const struct spi_device *spi = to_spi_device(dev); in spi_match_device() local
311 const struct spi_device *spi = to_spi_device(dev); in spi_uevent() local
334 struct spi_device *spi = to_spi_device(dev); in spi_drv_probe() local
440 struct spi_device *spi; in spi_alloc_device() local
464 static void spi_dev_set_name(struct spi_device *spi) in spi_dev_set_name()
479 struct spi_device *spi = to_spi_device(dev); in spi_dev_check() local
497 int spi_add_device(struct spi_device *spi) in spi_add_device()
671 static void spi_set_cs(struct spi_device *spi, bool enable) in spi_set_cs()
1356 static int __spi_queued_transfer(struct spi_device *spi, in __spi_queued_transfer()
1387 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
1427 struct spi_device *spi; in of_register_spi_device() local
1544 struct spi_device *spi; in of_register_spi_devices() local
1564 struct spi_device *spi = data; in acpi_spi_add_resource() local
1598 struct spi_device *spi; in acpi_spi_add_device() local
2035 int spi_setup(struct spi_device *spi) in spi_setup()
2100 static int __spi_validate(struct spi_device *spi, struct spi_message *message) in __spi_validate()
2211 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
2256 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
2310 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
2344 static int __spi_sync(struct spi_device *spi, struct spi_message *message, in __spi_sync()
2426 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
2448 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
2534 int spi_write_then_read(struct spi_device *spi, in spi_write_then_read()
2628 struct spi_device *spi; in of_spi_notify() local