Home
last modified time | relevance | path

Searched refs:mhi_ep_buf_info (Results 1 – 4 of 4) 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/pci/endpoint/functions/
H A Dpci-epf-mhi.c26 struct mhi_ep_buf_info buf_info;
243 struct mhi_ep_buf_info *buf_info) in pci_epf_mhi_iatu_read()
274 struct mhi_ep_buf_info *buf_info) in pci_epf_mhi_iatu_write()
310 struct mhi_ep_buf_info *buf_info) in pci_epf_mhi_edma_read()
381 struct mhi_ep_buf_info *buf_info) in pci_epf_mhi_edma_write()
456 struct mhi_ep_buf_info *buf_info; in pci_epf_mhi_dma_worker()
486 struct mhi_ep_buf_info *buf_info) in pci_epf_mhi_edma_read_async()
565 struct mhi_ep_buf_info *buf_info) in pci_epf_mhi_edma_write_async()
/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()