Lines Matching defs:hsi_msg
171 * struct hsi_msg - HSI message descriptor
185 struct hsi_msg {
191 void (*complete)(struct hsi_msg *msg);
192 void (*destructor)(struct hsi_msg *msg);
201 struct hsi_msg *hsi_alloc_msg(unsigned int n_frag, gfp_t flags);
202 void hsi_free_msg(struct hsi_msg *msg);
229 int (*async)(struct hsi_msg *msg);
319 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg);
365 * This function will destroy all pending hsi_msg in the port and reset
384 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg)
397 static inline int hsi_async_write(struct hsi_client *cl, struct hsi_msg *msg)