Searched refs:mhi_ep_device (Results 1 – 1 of 1) sorted by relevance
63 struct mhi_ep_device *mhi_dev;123 struct mhi_ep_device *mhi_dev;192 struct mhi_ep_device { struct214 int (*probe)(struct mhi_ep_device *mhi_ep, argument216 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 3 milliseconds