H A D | mhi.h | 370 struct mhi_controller { struct 425 void (*status_cb)(struct mhi_controller *mhi_cntrl, argument 427 void (*wake_get)(struct mhi_controller *mhi_cntrl, bool override); argument 428 void (*wake_put)(struct mhi_controller *mhi_cntrl, bool override); argument 429 void (*wake_toggle)(struct mhi_controller *mhi_cntrl); argument 430 int (*runtime_get)(struct mhi_controller *mhi_cntrl); argument 431 void (*runtime_put)(struct mhi_controller *mhi_cntrl); argument 432 int (*map_single)(struct mhi_controller *mhi_cntrl, argument 434 void (*unmap_single)(struct mhi_controller *mhi_cntrl, argument 436 int (*read_reg)(struct mhi_controller *mhi_cntrl, void __iomem *addr, argument [all …]
|