Lines Matching refs:spi_message

954 static int __spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg)  in __spi_map_msg()
1002 static int __spi_unmap_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_unmap_msg()
1034 struct spi_message *msg) in __spi_map_msg()
1040 struct spi_message *msg) in __spi_unmap_msg()
1047 struct spi_message *msg) in spi_unmap_msg()
1065 static int spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in spi_map_msg()
1119 struct spi_message *msg, in spi_transfer_wait()
1228 static void _spi_transfer_cs_change_delay(struct spi_message *msg, in _spi_transfer_cs_change_delay()
1259 struct spi_message *msg) in spi_transfer_one_message()
1397 struct spi_message *msg; in __spi_pump_messages()
1462 msg = list_first_entry(&ctlr->queue, struct spi_message, queue); in __spi_pump_messages()
1704 struct spi_message *spi_get_next_queued_message(struct spi_controller *ctlr) in spi_get_next_queued_message()
1706 struct spi_message *next; in spi_get_next_queued_message()
1711 next = list_first_entry_or_null(&ctlr->queue, struct spi_message, in spi_get_next_queued_message()
1729 struct spi_message *mesg; in spi_finalize_current_message()
1857 struct spi_message *msg, in __spi_queued_transfer()
1887 static int spi_queued_transfer(struct spi_device *spi, struct spi_message *msg) in spi_queued_transfer()
3041 void spi_res_add(struct spi_message *message, void *res) in spi_res_add()
3055 void spi_res_release(struct spi_controller *ctlr, struct spi_message *message) in spi_res_release()
3075 struct spi_message *msg, in __spi_replace_transfers_release()
3109 struct spi_message *msg, in spi_replace_transfers()
3204 struct spi_message *msg, in __spi_split_transfer_maxsize()
3280 struct spi_message *msg, in spi_split_transfers_maxsize()
3521 static int __spi_validate(struct spi_device *spi, struct spi_message *message) in __spi_validate()
3665 static int __spi_async(struct spi_device *spi, struct spi_message *message) in __spi_async()
3725 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async()
3779 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked()
3812 static int __spi_sync(struct spi_device *spi, struct spi_message *message) in __spi_sync()
3887 int spi_sync(struct spi_device *spi, struct spi_message *message) in spi_sync()
3915 int spi_sync_locked(struct spi_device *spi, struct spi_message *message) in spi_sync_locked()
4007 struct spi_message message; in spi_write_then_read()