Lines Matching refs:cfg_hnd
109 const struct msm_dsi_cfg_handler *cfg_hnd; member
167 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local
194 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config()
205 return cfg_hnd; in dsi_get_config()
216 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_disable()
217 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_disable()
232 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_enable()
233 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_enable()
266 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_regulator_init()
267 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_regulator_init()
609 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_ctrl_config() local
663 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in dsi_ctrl_config()
664 (cfg_hnd->minor >= MSM_DSI_6G_VER_MINOR_V1_2)) in dsi_ctrl_config()
1424 msm_host->cfg_hnd = dsi_get_config(msm_host); in msm_dsi_host_init()
1425 if (!msm_host->cfg_hnd) { in msm_dsi_host_init()
1432 msm_host->ctrl_base += msm_host->cfg_hnd->cfg->io_offset; in msm_dsi_host_init()
1622 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in msm_dsi_host_cmd_rx() local
1664 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in msm_dsi_host_cmd_rx()
1665 (cfg_hnd->minor >= MSM_DSI_6G_VER_MINOR_V1_1)) { in msm_dsi_host_cmd_rx()