Lines Matching refs:spi_message

904 static void spi_res_add(struct spi_message *message, void *res)  in spi_res_add()
917 static void spi_res_release(struct spi_controller *ctlr, struct spi_message *message) in spi_res_release()
1093 static int __spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_map_msg()
1145 static int __spi_unmap_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_unmap_msg()
1177 struct spi_message *msg) in __spi_map_msg()
1183 struct spi_message *msg) in __spi_unmap_msg()
1190 struct spi_message *msg) in spi_unmap_msg()
1208 static int spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in spi_map_msg()
1262 struct spi_message *msg, in spi_transfer_wait()
1385 static void _spi_transfer_cs_change_delay(struct spi_message *msg, in _spi_transfer_cs_change_delay()
1417 struct spi_message *msg) in spi_transfer_one_message()
1555 struct spi_message *msg; in __spi_pump_messages()
1620 msg = list_first_entry(&ctlr->queue, struct spi_message, queue); in __spi_pump_messages()
1862 struct spi_message *spi_get_next_queued_message(struct spi_controller *ctlr) in spi_get_next_queued_message()
1864 struct spi_message *next; in spi_get_next_queued_message()
1869 next = list_first_entry_or_null(&ctlr->queue, struct spi_message, in spi_get_next_queued_message()
1887 struct spi_message *mesg; in spi_finalize_current_message()
2015 struct spi_message *msg, in __spi_queued_transfer()
2045 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
3155 struct spi_message *msg, in __spi_replace_transfers_release()
3189 struct spi_message *msg, in spi_replace_transfers()
3282 struct spi_message *msg, in __spi_split_transfer_maxsize()
3358 struct spi_message *msg, in spi_split_transfers_maxsize()
3567 static int __spi_validate(struct spi_device *spi, struct spi_message *message) in __spi_validate()
3715 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
3775 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
3829 static int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
3861 static int __spi_sync(struct spi_device *spi, struct spi_message *message) in __spi_sync()
3936 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
3964 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
4056 struct spi_message message; in spi_write_then_read()