Home
last modified time | relevance | path

Searched refs:cfg_hnd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c141 const struct msm_dsi_cfg_handler *cfg_hnd; member
204 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local
231 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config()
240 return cfg_hnd; in dsi_get_config()
316 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_clk_init() local
317 const struct msm_dsi_config *cfg = cfg_hnd->cfg; in dsi_clk_init()
348 if (cfg_hnd->ops->clk_init_ver) in dsi_clk_init()
349 ret = cfg_hnd->ops->clk_init_ver(msm_host); in dsi_clk_init()
361 if (!msm_host->cfg_hnd) in msm_dsi_runtime_suspend()
376 if (!msm_host->cfg_hnd) in msm_dsi_runtime_resume()
[all …]
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.h125 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);
H A Dmdp5_ctl.h18 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);