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