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;
463 struct mhi_device { struct
517 int (*probe)(struct mhi_device *mhi_dev,
519 void (*remove)(struct mhi_device *mhi_dev);
520 void (*ul_xfer_cb)(struct mhi_device *mhi_dev,
522 void (*dl_xfer_cb)(struct mhi_device *mhi_dev,
524 void (*status_cb)(struct mhi_device *mhi_dev, enum mhi_callback mhi_cb);
529 #define to_mhi_device(dev) container_of(dev, struct mhi_device, dev)
599 void mhi_notify(struct mhi_device *mhi_dev, enum mhi_callback cb_reason);
673 void mhi_device_get(struct mhi_device *mhi_dev);
[all …]