| H A D | mhi.h | 389 struct mhi_controller { struct 444 void (*status_cb)(struct mhi_controller *mhi_cntrl, argument 446 void (*wake_get)(struct mhi_controller *mhi_cntrl, bool override); argument 447 void (*wake_put)(struct mhi_controller *mhi_cntrl, bool override); argument 448 void (*wake_toggle)(struct mhi_controller *mhi_cntrl); argument 449 int (*runtime_get)(struct mhi_controller *mhi_cntrl); argument 450 void (*runtime_put)(struct mhi_controller *mhi_cntrl); argument 451 int (*map_single)(struct mhi_controller *mhi_cntrl, argument 453 void (*unmap_single)(struct mhi_controller *mhi_cntrl, argument 455 int (*read_reg)(struct mhi_controller *mhi_cntrl, void __iomem *addr, argument [all …]
|