Lines Matching refs:spi_message

837 static int __spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg)  in __spi_map_msg()
885 static int __spi_unmap_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_unmap_msg()
915 struct spi_message *msg) in __spi_map_msg()
921 struct spi_message *msg) in __spi_unmap_msg()
928 struct spi_message *msg) in spi_unmap_msg()
946 static int spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in spi_map_msg()
1004 struct spi_message *msg) in spi_transfer_one_message()
1202 list_first_entry(&ctlr->queue, struct spi_message, queue); in __spi_pump_messages()
1330 struct spi_message *spi_get_next_queued_message(struct spi_controller *ctlr) in spi_get_next_queued_message()
1332 struct spi_message *next; in spi_get_next_queued_message()
1337 next = list_first_entry_or_null(&ctlr->queue, struct spi_message, in spi_get_next_queued_message()
1354 struct spi_message *mesg; in spi_finalize_current_message()
1464 struct spi_message *msg, in __spi_queued_transfer()
1494 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
2453 void spi_res_add(struct spi_message *message, void *res) in spi_res_add()
2467 void spi_res_release(struct spi_controller *ctlr, struct spi_message *message) in spi_res_release()
2490 struct spi_message *msg, in __spi_replace_transfers_release()
2524 struct spi_message *msg, in spi_replace_transfers()
2619 struct spi_message *msg, in __spi_split_transfer_maxsize()
2700 struct spi_message *msg, in spi_split_transfers_maxsize()
2832 static int __spi_validate(struct spi_device *spi, struct spi_message *message) in __spi_validate()
2942 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
2994 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
3048 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
3081 static int __spi_sync(struct spi_device *spi, struct spi_message *message) in __spi_sync()
3156 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
3184 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
3277 struct spi_message message; in spi_write_then_read()