Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/dsi/
Ddsi_host.c138 const struct msm_dsi_cfg_handler *cfg_hnd; member
210 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local
216 cfg_hnd = device_get_match_data(dev); in dsi_get_config()
217 if (cfg_hnd) in dsi_get_config()
218 return cfg_hnd; in dsi_get_config()
240 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config()
249 return cfg_hnd; in dsi_get_config()
308 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_clk_init() local
309 const struct msm_dsi_config *cfg = cfg_hnd->cfg; in dsi_clk_init()
365 if (cfg_hnd->ops->clk_init_ver) in dsi_clk_init()
[all …]
Ddsi_cfg.c307 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get() local
313 cfg_hnd = &dsi_cfg_handlers[i]; in msm_dsi_cfg_get()
318 return cfg_hnd; in msm_dsi_cfg_get()
/linux-6.1.9/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.h114 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);
115 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
116 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd);
124 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_ctl.h18 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_ctl.c690 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init() argument
693 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init()
694 int rev = mdp5_cfg_get_hw_rev(cfg_hnd); in mdp5_ctlm_init()