Lines Matching refs:spi_message
896 static int __spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_map_msg()
944 static int __spi_unmap_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_unmap_msg()
974 struct spi_message *msg) in __spi_map_msg()
980 struct spi_message *msg) in __spi_unmap_msg()
987 struct spi_message *msg) in spi_unmap_msg()
1005 static int spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in spi_map_msg()
1058 struct spi_message *msg, in spi_transfer_wait()
1109 static void _spi_transfer_cs_change_delay(struct spi_message *msg, in _spi_transfer_cs_change_delay()
1155 struct spi_message *msg) in spi_transfer_one_message()
1268 struct spi_message *msg; in __spi_pump_messages()
1329 msg = list_first_entry(&ctlr->queue, struct spi_message, queue); in __spi_pump_messages()
1482 struct spi_message *spi_get_next_queued_message(struct spi_controller *ctlr) in spi_get_next_queued_message()
1484 struct spi_message *next; in spi_get_next_queued_message()
1489 next = list_first_entry_or_null(&ctlr->queue, struct spi_message, in spi_get_next_queued_message()
1506 struct spi_message *mesg; in spi_finalize_current_message()
1616 struct spi_message *msg, in __spi_queued_transfer()
1646 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
2730 void spi_res_add(struct spi_message *message, void *res) in spi_res_add()
2744 void spi_res_release(struct spi_controller *ctlr, struct spi_message *message) in spi_res_release()
2764 struct spi_message *msg, in __spi_replace_transfers_release()
2798 struct spi_message *msg, in spi_replace_transfers()
2892 struct spi_message *msg, in __spi_split_transfer_maxsize()
2968 struct spi_message *msg, in spi_split_transfers_maxsize()
3129 static int __spi_validate(struct spi_device *spi, struct spi_message *message) in __spi_validate()
3273 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
3325 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
3379 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
3412 static int __spi_sync(struct spi_device *spi, struct spi_message *message) in __spi_sync()
3487 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
3515 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
3608 struct spi_message message; in spi_write_then_read()