Lines Matching refs:hsi_msg

125 	struct hsi_msg			*data_rx_msg;
126 struct hsi_msg *data_tx_msg;
210 static inline void cs_set_cmd(struct hsi_msg *msg, u32 cmd) in cs_set_cmd()
216 static inline u32 cs_get_cmd(struct hsi_msg *msg) in cs_get_cmd()
222 static void cs_release_cmd(struct hsi_msg *msg) in cs_release_cmd()
229 static void cs_cmd_destructor(struct hsi_msg *msg) in cs_cmd_destructor()
252 static struct hsi_msg *cs_claim_cmd(struct cs_hsi_iface* ssi) in cs_claim_cmd()
254 struct hsi_msg *msg; in cs_claim_cmd()
258 msg = list_first_entry(&ssi->cmdqueue, struct hsi_msg, link); in cs_claim_cmd()
267 struct hsi_msg *msg, *tmp; in cs_free_cmds()
279 struct hsi_msg *msg; in cs_alloc_cmds()
307 static void cs_hsi_data_destructor(struct hsi_msg *msg) in cs_hsi_data_destructor()
333 struct hsi_msg *txmsg, *rxmsg; in cs_hsi_alloc_data()
365 static void cs_hsi_free_data_msg(struct hsi_msg *msg) in cs_hsi_free_data_msg()
379 struct hsi_msg *msg, const char *info, in __cs_hsi_error_pre()
405 struct hsi_msg *msg) in cs_hsi_control_read_error()
414 struct hsi_msg *msg) in cs_hsi_control_write_error()
423 static void cs_hsi_data_read_error(struct cs_hsi_iface *hi, struct hsi_msg *msg) in cs_hsi_data_read_error()
431 struct hsi_msg *msg) in cs_hsi_data_write_error()
438 static void cs_hsi_read_on_control_complete(struct hsi_msg *msg) in cs_hsi_read_on_control_complete()
471 static void cs_hsi_peek_on_control_complete(struct hsi_msg *msg) in cs_hsi_peek_on_control_complete()
494 struct hsi_msg *msg; in cs_hsi_read_on_control()
522 static void cs_hsi_write_on_control_complete(struct hsi_msg *msg) in cs_hsi_write_on_control_complete()
541 struct hsi_msg *msg; in cs_hsi_write_on_control()
586 static void cs_hsi_read_on_data_complete(struct hsi_msg *msg) in cs_hsi_read_on_data_complete()
613 static void cs_hsi_peek_on_data_complete(struct hsi_msg *msg) in cs_hsi_peek_on_data_complete()
665 struct hsi_msg *rxmsg; in cs_hsi_read_on_data()
689 static void cs_hsi_write_on_data_complete(struct hsi_msg *msg) in cs_hsi_write_on_data_complete()
707 struct hsi_msg *txmsg; in cs_hsi_write_on_data()