D | mhi.h | 375 struct mhi_controller { struct 431 void (*status_cb)(struct mhi_controller *mhi_cntrl, argument 433 void (*wake_get)(struct mhi_controller *mhi_cntrl, bool override); argument 434 void (*wake_put)(struct mhi_controller *mhi_cntrl, bool override); argument 435 void (*wake_toggle)(struct mhi_controller *mhi_cntrl); argument 436 int (*runtime_get)(struct mhi_controller *mhi_cntrl); argument 437 void (*runtime_put)(struct mhi_controller *mhi_cntrl); argument 438 int (*map_single)(struct mhi_controller *mhi_cntrl, argument 440 void (*unmap_single)(struct mhi_controller *mhi_cntrl, argument 442 int (*read_reg)(struct mhi_controller *mhi_cntrl, void __iomem *addr, argument [all …]
|