Searched refs:cfg_hnd (Results 1 – 5 of 5) sorted by relevance
132 const struct msm_dsi_cfg_handler *cfg_hnd; member195 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local221 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config()230 return cfg_hnd; in dsi_get_config()274 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_clk_init() local275 const struct msm_dsi_config *cfg = cfg_hnd->cfg; in dsi_clk_init()317 if (cfg_hnd->ops->clk_init_ver) in dsi_clk_init()318 ret = cfg_hnd->ops->clk_init_ver(msm_host); in dsi_clk_init()330 if (!msm_host->cfg_hnd) in msm_dsi_runtime_suspend()345 if (!msm_host->cfg_hnd) in msm_dsi_runtime_resume()[all …]
305 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get() local311 cfg_hnd = &dsi_cfg_handlers[i]; in msm_dsi_cfg_get()316 return cfg_hnd; in msm_dsi_cfg_get()
125 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);126 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);127 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd);
18 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
685 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init() argument688 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init()689 int rev = mdp5_cfg_get_hw_rev(cfg_hnd); in mdp5_ctlm_init()