Symbol: mhi_controller
sys/compat/linuxkpi/common/include/linux/mhi.h
102
struct mhi_controller *linuxkpi_mhi_alloc_controller(void);
sys/compat/linuxkpi/common/include/linux/mhi.h
103
void linuxkpi_mhi_free_controller(struct mhi_controller *);
sys/compat/linuxkpi/common/include/linux/mhi.h
104
int linuxkpi_mhi_register_controller(struct mhi_controller *,
sys/compat/linuxkpi/common/include/linux/mhi.h
106
void linuxkpi_mhi_unregister_controller(struct mhi_controller *);
sys/compat/linuxkpi/common/include/linux/mhi.h
110
static inline struct mhi_controller *
sys/compat/linuxkpi/common/include/linux/mhi.h
119
mhi_free_controller(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
126
mhi_register_controller(struct mhi_controller *mhi_ctrl,
sys/compat/linuxkpi/common/include/linux/mhi.h
134
mhi_unregister_controller(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
158
mhi_prepare_for_power_up(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
165
mhi_sync_power_up(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
172
mhi_async_power_up(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
179
mhi_power_down(struct mhi_controller *mhi_ctrl, bool x)
sys/compat/linuxkpi/common/include/linux/mhi.h
185
mhi_unprepare_after_power_down(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
193
mhi_pm_suspend(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
200
mhi_pm_resume(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
207
mhi_pm_resume_force(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
216
mhi_force_rddm_mode(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/include/linux/mhi.h
93
int (*runtime_get)(struct mhi_controller *);
sys/compat/linuxkpi/common/include/linux/mhi.h
94
void (*runtime_put)(struct mhi_controller *);
sys/compat/linuxkpi/common/include/linux/mhi.h
95
void (*status_cb)(struct mhi_controller *, enum mhi_callback);
sys/compat/linuxkpi/common/include/linux/mhi.h
96
int (*read_reg)(struct mhi_controller *, void __iomem *, uint32_t *);
sys/compat/linuxkpi/common/include/linux/mhi.h
97
void (*write_reg)(struct mhi_controller *, void __iomem *, uint32_t);
sys/compat/linuxkpi/common/src/linux_mhi.c
38
struct mhi_controller *
sys/compat/linuxkpi/common/src/linux_mhi.c
41
struct mhi_controller *mhi_ctrl;
sys/compat/linuxkpi/common/src/linux_mhi.c
49
linuxkpi_mhi_free_controller(struct mhi_controller *mhi_ctrl)
sys/compat/linuxkpi/common/src/linux_mhi.c
57
linuxkpi_mhi_register_controller(struct mhi_controller *mhi_ctrl,
sys/compat/linuxkpi/common/src/linux_mhi.c
85
linuxkpi_mhi_unregister_controller(struct mhi_controller *mhi_ctrl)