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

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_cfg.h112 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);
113 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
114 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd);
122 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_hnd);
H A Dmdp5_ctl.h26 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
H A Dmdp5_ctl.c647 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) mdp5_ctlm_init()
650 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); mdp5_ctlm_init()
651 int rev = mdp5_cfg_get_hw_rev(cfg_hnd); mdp5_ctlm_init()
646 mdp5_ctlm_init(struct drm_device *dev, void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) mdp5_ctlm_init() argument
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
H A Ddsi_cfg.c79 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; msm_dsi_cfg_get() local
85 cfg_hnd = &dsi_cfg_handlers[i]; msm_dsi_cfg_get()
90 return cfg_hnd; msm_dsi_cfg_get()
H A Ddsi_host.c109 const struct msm_dsi_cfg_handler *cfg_hnd; member in struct:msm_dsi_host
167 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; dsi_get_config() local
194 cfg_hnd = msm_dsi_cfg_get(major, minor); dsi_get_config()
205 return cfg_hnd; dsi_get_config()
216 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; dsi_host_regulator_disable()
217 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; dsi_host_regulator_disable()
232 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; dsi_host_regulator_enable()
233 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; dsi_host_regulator_enable()
266 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; dsi_regulator_init()
267 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; dsi_regulator_init()
609 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_ctrl_config() local
663 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && dsi_ctrl_config()
664 (cfg_hnd->minor >= MSM_DSI_6G_VER_MINOR_V1_2)) dsi_ctrl_config()
1424 msm_host->cfg_hnd = dsi_get_config(msm_host); msm_dsi_host_init()
1425 if (!msm_host->cfg_hnd) { msm_dsi_host_init()
1432 msm_host->ctrl_base += msm_host->cfg_hnd->cfg->io_offset; msm_dsi_host_init()
1622 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_cmd_rx() local
1664 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && msm_dsi_host_cmd_rx()
1665 (cfg_hnd->minor >= MSM_DSI_6G_VER_MINOR_V1_1)) { msm_dsi_host_cmd_rx()

Completed in 323 milliseconds