Lines Matching refs:hsi_msg

129 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg,  in hsc_add_tail()
139 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg()
142 struct hsi_msg *msg = NULL; in hsc_get_first_msg()
150 msg = list_first_entry(queue, struct hsi_msg, link); in hsc_get_first_msg()
158 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free()
166 struct hsi_msg *msg, *tmp; in hsc_free_list()
186 static inline struct hsi_msg *hsc_msg_alloc(unsigned int alloc_size) in hsc_msg_alloc()
188 struct hsi_msg *msg; in hsc_msg_alloc()
210 struct hsi_msg *msg; in hsc_msgs_alloc()
228 static inline unsigned int hsc_msg_len_get(struct hsi_msg *msg) in hsc_msg_len_get()
233 static inline void hsc_msg_len_set(struct hsi_msg *msg, unsigned int len) in hsc_msg_len_set()
238 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed()
251 static void hsc_rx_msg_destructor(struct hsi_msg *msg) in hsc_rx_msg_destructor()
258 static void hsc_tx_completed(struct hsi_msg *msg) in hsc_tx_completed()
271 static void hsc_tx_msg_destructor(struct hsi_msg *msg) in hsc_tx_msg_destructor()
278 static void hsc_break_req_destructor(struct hsi_msg *msg) in hsc_break_req_destructor()
286 static void hsc_break_received(struct hsi_msg *msg) in hsc_break_received()
294 struct hsi_msg *msg2; in hsc_break_received()
316 struct hsi_msg *msg; in hsc_break_request()
339 struct hsi_msg *msg; in hsc_break_send()
429 struct hsi_msg *msg; in hsc_read()
488 struct hsi_msg *msg; in hsc_write()