Home
last modified time | relevance | path

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

/include/linux/
A Dmhi_ep.h63 struct mhi_ep_device *mhi_dev;
123 struct mhi_ep_device *mhi_dev;
192 struct mhi_ep_device { struct
214 int (*probe)(struct mhi_ep_device *mhi_ep, argument
216 void (*remove)(struct mhi_ep_device *mhi_ep);
217 void (*ul_xfer_cb)(struct mhi_ep_device *mhi_dev,
219 void (*dl_xfer_cb)(struct mhi_ep_device *mhi_dev,
223 #define to_mhi_ep_device(dev) container_of(dev, struct mhi_ep_device, dev)
294 bool mhi_ep_queue_is_empty(struct mhi_ep_device *mhi_dev, enum dma_data_direction dir);
303 int mhi_ep_queue_skb(struct mhi_ep_device *mhi_dev, struct sk_buff *skb);

Completed in 5 milliseconds