Searched refs:mhi_ep_device (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/ ! |
D | mhi_ep.h | 100 struct mhi_ep_device *mhi_dev; 164 struct mhi_ep_device { struct 186 int (*probe)(struct mhi_ep_device *mhi_ep, argument 188 void (*remove)(struct mhi_ep_device *mhi_ep); 189 void (*ul_xfer_cb)(struct mhi_ep_device *mhi_dev, 191 void (*dl_xfer_cb)(struct mhi_ep_device *mhi_dev, 195 #define to_mhi_ep_device(dev) container_of(dev, struct mhi_ep_device, dev) 266 bool mhi_ep_queue_is_empty(struct mhi_ep_device *mhi_dev, enum dma_data_direction dir); 275 int mhi_ep_queue_skb(struct mhi_ep_device *mhi_dev, struct sk_buff *skb);
|
/linux-5.19.10/drivers/bus/mhi/ep/ ! |
D | main.c | 265 bool mhi_ep_queue_is_empty(struct mhi_ep_device *mhi_dev, enum dma_data_direction dir) in mhi_ep_queue_is_empty() 438 int mhi_ep_queue_skb(struct mhi_ep_device *mhi_dev, struct sk_buff *skb) in mhi_ep_queue_skb() 1160 struct mhi_ep_device *mhi_dev = to_mhi_ep_device(dev); in mhi_ep_release_device() 1179 static struct mhi_ep_device *mhi_ep_alloc_device(struct mhi_ep_cntrl *mhi_cntrl, in mhi_ep_alloc_device() 1182 struct mhi_ep_device *mhi_dev; in mhi_ep_alloc_device() 1218 struct mhi_ep_device *mhi_dev; in mhi_ep_create_device() 1258 struct mhi_ep_device *mhi_dev; in mhi_ep_destroy_device() 1351 struct mhi_ep_device *mhi_dev; in mhi_ep_register_controller() 1446 struct mhi_ep_device *mhi_dev = mhi_cntrl->mhi_dev; in mhi_ep_unregister_controller() 1464 struct mhi_ep_device *mhi_dev = to_mhi_ep_device(dev); in mhi_ep_driver_probe() [all …]
|
D | internal.h | 156 struct mhi_ep_device *mhi_dev; 159 void (*xfer_cb)(struct mhi_ep_device *mhi_dev, struct mhi_result *result);
|