| D | mhi.h | 379 struct mhi_controller { struct 437 void (*status_cb)(struct mhi_controller *mhi_cntrl, argument 439 void (*wake_get)(struct mhi_controller *mhi_cntrl, bool override); argument 440 void (*wake_put)(struct mhi_controller *mhi_cntrl, bool override); argument 441 void (*wake_toggle)(struct mhi_controller *mhi_cntrl); argument 442 int (*runtime_get)(struct mhi_controller *mhi_cntrl); argument 443 void (*runtime_put)(struct mhi_controller *mhi_cntrl); argument 444 int (*map_single)(struct mhi_controller *mhi_cntrl, argument 446 void (*unmap_single)(struct mhi_controller *mhi_cntrl, argument 448 int (*read_reg)(struct mhi_controller *mhi_cntrl, void __iomem *addr, argument [all …]
|