Lines Matching refs:spi_message
973 static int __spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_map_msg()
1025 static int __spi_unmap_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_unmap_msg()
1057 struct spi_message *msg) in __spi_map_msg()
1063 struct spi_message *msg) in __spi_unmap_msg()
1070 struct spi_message *msg) in spi_unmap_msg()
1088 static int spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in spi_map_msg()
1142 struct spi_message *msg, in spi_transfer_wait()
1265 static void _spi_transfer_cs_change_delay(struct spi_message *msg, in _spi_transfer_cs_change_delay()
1297 struct spi_message *msg) in spi_transfer_one_message()
1435 struct spi_message *msg; in __spi_pump_messages()
1500 msg = list_first_entry(&ctlr->queue, struct spi_message, queue); in __spi_pump_messages()
1742 struct spi_message *spi_get_next_queued_message(struct spi_controller *ctlr) in spi_get_next_queued_message()
1744 struct spi_message *next; in spi_get_next_queued_message()
1749 next = list_first_entry_or_null(&ctlr->queue, struct spi_message, in spi_get_next_queued_message()
1767 struct spi_message *mesg; in spi_finalize_current_message()
1895 struct spi_message *msg, in __spi_queued_transfer()
1925 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
3122 void spi_res_add(struct spi_message *message, void *res) in spi_res_add()
3136 void spi_res_release(struct spi_controller *ctlr, struct spi_message *message) in spi_res_release()
3156 struct spi_message *msg, in __spi_replace_transfers_release()
3190 struct spi_message *msg, in spi_replace_transfers()
3284 struct spi_message *msg, in __spi_split_transfer_maxsize()
3360 struct spi_message *msg, in spi_split_transfers_maxsize()
3569 static int __spi_validate(struct spi_device *spi, struct spi_message *message) in __spi_validate()
3717 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
3777 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
3831 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
3864 static int __spi_sync(struct spi_device *spi, struct spi_message *message) in __spi_sync()
3939 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
3967 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
4059 struct spi_message message; in spi_write_then_read()