Lines Matching refs:spi_message

752 static int __spi_map_msg(struct spi_master *master, struct spi_message *msg)  in __spi_map_msg()
800 static int __spi_unmap_msg(struct spi_master *master, struct spi_message *msg) in __spi_unmap_msg()
830 struct spi_message *msg) in __spi_map_msg()
836 struct spi_message *msg) in __spi_unmap_msg()
843 struct spi_message *msg) in spi_unmap_msg()
861 static int spi_map_msg(struct spi_master *master, struct spi_message *msg) in spi_map_msg()
919 struct spi_message *msg) in spi_transfer_one_message()
1105 list_first_entry(&master->queue, struct spi_message, queue); in __spi_pump_messages()
1222 struct spi_message *spi_get_next_queued_message(struct spi_master *master) in spi_get_next_queued_message()
1224 struct spi_message *next; in spi_get_next_queued_message()
1229 next = list_first_entry_or_null(&master->queue, struct spi_message, in spi_get_next_queued_message()
1246 struct spi_message *mesg; in spi_finalize_current_message()
1357 struct spi_message *msg, in __spi_queued_transfer()
1387 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
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()
2541 struct spi_message message; in spi_write_then_read()