Home
last modified time | relevance | path

Searched refs:mhi_ep_buf_info (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmhi_ep.h62 struct mhi_ep_buf_info { struct
69 void (*cb)(struct mhi_ep_buf_info *buf_info); argument
163 int (*read_sync)(struct mhi_ep_cntrl *mhi_cntrl, struct mhi_ep_buf_info *buf_info);
164 int (*write_sync)(struct mhi_ep_cntrl *mhi_cntrl, struct mhi_ep_buf_info *buf_info);
165 int (*read_async)(struct mhi_ep_cntrl *mhi_cntrl, struct mhi_ep_buf_info *buf_info);
166 int (*write_async)(struct mhi_ep_cntrl *mhi_cntrl, struct mhi_ep_buf_info *buf_info);
/linux/drivers/bus/mhi/ep/
H A Dring.c33 struct mhi_ep_buf_info buf_info = {}; in __mhi_ep_cache_ring()
110 struct mhi_ep_buf_info buf_info = {}; in mhi_ep_ring_add_element()
H A Dmain.c337 static void mhi_ep_read_completion(struct mhi_ep_buf_info *buf_info) in mhi_ep_read_completion()
407 struct mhi_ep_buf_info buf_info = {}; in mhi_ep_read_channel()
519 static void mhi_ep_skb_completion(struct mhi_ep_buf_info *buf_info) in mhi_ep_skb_completion()
554 struct mhi_ep_buf_info buf_info = {}; in mhi_ep_queue_skb()