Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c132 const struct msm_dsi_cfg_handler *cfg_hnd; member
205 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local
244 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config()
256 return cfg_hnd; in dsi_get_config()
267 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_disable()
268 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_disable()
283 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_enable()
284 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_enable()
317 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_regulator_init()
318 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_regulator_init()
[all …]
H A Ddsi_cfg.c277 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get() local
283 cfg_hnd = &dsi_cfg_handlers[i]; in msm_dsi_cfg_get()
288 return cfg_hnd; in msm_dsi_cfg_get()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.h113 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);
114 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
115 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd);
123 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_hnd);
H A Dmdp5_ctl.h18 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
H A Dmdp5_ctl.c681 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init() argument
684 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init()
685 int rev = mdp5_cfg_get_hw_rev(cfg_hnd); in mdp5_ctlm_init()