Lines Matching refs:hsi_msg

112 	struct hsi_msg			*data_rx_msg;
113 struct hsi_msg *data_tx_msg;
197 static inline void cs_set_cmd(struct hsi_msg *msg, u32 cmd) in cs_set_cmd()
203 static inline u32 cs_get_cmd(struct hsi_msg *msg) in cs_get_cmd()
209 static void cs_release_cmd(struct hsi_msg *msg) in cs_release_cmd()
216 static void cs_cmd_destructor(struct hsi_msg *msg) in cs_cmd_destructor()
239 static struct hsi_msg *cs_claim_cmd(struct cs_hsi_iface* ssi) in cs_claim_cmd()
241 struct hsi_msg *msg; in cs_claim_cmd()
245 msg = list_first_entry(&ssi->cmdqueue, struct hsi_msg, link); in cs_claim_cmd()
254 struct hsi_msg *msg, *tmp; in cs_free_cmds()
266 struct hsi_msg *msg; in cs_alloc_cmds()
294 static void cs_hsi_data_destructor(struct hsi_msg *msg) in cs_hsi_data_destructor()
320 struct hsi_msg *txmsg, *rxmsg; in cs_hsi_alloc_data()
352 static void cs_hsi_free_data_msg(struct hsi_msg *msg) in cs_hsi_free_data_msg()
366 struct hsi_msg *msg, const char *info, in __cs_hsi_error_pre()
392 struct hsi_msg *msg) in cs_hsi_control_read_error()
401 struct hsi_msg *msg) in cs_hsi_control_write_error()
410 static void cs_hsi_data_read_error(struct cs_hsi_iface *hi, struct hsi_msg *msg) in cs_hsi_data_read_error()
418 struct hsi_msg *msg) in cs_hsi_data_write_error()
425 static void cs_hsi_read_on_control_complete(struct hsi_msg *msg) in cs_hsi_read_on_control_complete()
458 static void cs_hsi_peek_on_control_complete(struct hsi_msg *msg) in cs_hsi_peek_on_control_complete()
481 struct hsi_msg *msg; in cs_hsi_read_on_control()
509 static void cs_hsi_write_on_control_complete(struct hsi_msg *msg) in cs_hsi_write_on_control_complete()
528 struct hsi_msg *msg; in cs_hsi_write_on_control()
573 static void cs_hsi_read_on_data_complete(struct hsi_msg *msg) in cs_hsi_read_on_data_complete()
600 static void cs_hsi_peek_on_data_complete(struct hsi_msg *msg) in cs_hsi_peek_on_data_complete()
652 struct hsi_msg *rxmsg; in cs_hsi_read_on_data()
676 static void cs_hsi_write_on_data_complete(struct hsi_msg *msg) in cs_hsi_write_on_data_complete()
694 struct hsi_msg *txmsg; in cs_hsi_write_on_data()