Lines Matching refs:hsi_msg
116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail()
126 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg()
129 struct hsi_msg *msg = NULL; in hsc_get_first_msg()
137 msg = list_first_entry(queue, struct hsi_msg, link); in hsc_get_first_msg()
145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free()
153 struct hsi_msg *msg, *tmp; in hsc_free_list()
173 static inline struct hsi_msg *hsc_msg_alloc(unsigned int alloc_size) in hsc_msg_alloc()
175 struct hsi_msg *msg; in hsc_msg_alloc()
197 struct hsi_msg *msg; in hsc_msgs_alloc()
215 static inline unsigned int hsc_msg_len_get(struct hsi_msg *msg) in hsc_msg_len_get()
220 static inline void hsc_msg_len_set(struct hsi_msg *msg, unsigned int len) in hsc_msg_len_set()
225 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed()
238 static void hsc_rx_msg_destructor(struct hsi_msg *msg) in hsc_rx_msg_destructor()
245 static void hsc_tx_completed(struct hsi_msg *msg) in hsc_tx_completed()
258 static void hsc_tx_msg_destructor(struct hsi_msg *msg) in hsc_tx_msg_destructor()
265 static void hsc_break_req_destructor(struct hsi_msg *msg) in hsc_break_req_destructor()
273 static void hsc_break_received(struct hsi_msg *msg) in hsc_break_received()
281 struct hsi_msg *msg2; in hsc_break_received()
303 struct hsi_msg *msg; in hsc_break_request()
326 struct hsi_msg *msg; in hsc_break_send()
416 struct hsi_msg *msg; in hsc_read()
475 struct hsi_msg *msg; in hsc_write()