Home
last modified time | relevance | path

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

/include/linux/
Dmhi.h373 struct mhi_device *mhi_dev;
466 struct mhi_device { struct
520 int (*probe)(struct mhi_device *mhi_dev,
522 void (*remove)(struct mhi_device *mhi_dev);
523 void (*ul_xfer_cb)(struct mhi_device *mhi_dev,
525 void (*dl_xfer_cb)(struct mhi_device *mhi_dev,
527 void (*status_cb)(struct mhi_device *mhi_dev, enum mhi_callback mhi_cb);
532 #define to_mhi_device(dev) container_of(dev, struct mhi_device, dev)
602 void mhi_notify(struct mhi_device *mhi_dev, enum mhi_callback cb_reason);
610 int mhi_get_free_desc_count(struct mhi_device *mhi_dev,
[all …]