Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi_host.c134 const struct msm_dsi_cfg_handler *cfg_hnd; member
207 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local
246 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config()
258 return cfg_hnd; in dsi_get_config()
269 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_disable()
270 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_disable()
285 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_enable()
286 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_enable()
319 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_regulator_init()
320 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_regulator_init()
[all …]
Ddsi_cfg.c195 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get() local
201 cfg_hnd = &dsi_cfg_handlers[i]; in msm_dsi_cfg_get()
206 return cfg_hnd; in msm_dsi_cfg_get()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.h121 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);
122 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
123 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd);
131 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_ctl.h26 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_ctl.c689 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init() argument
692 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init()
693 int rev = mdp5_cfg_get_hw_rev(cfg_hnd); in mdp5_ctlm_init()