• Home
  • Raw
  • Download

Lines Matching refs:cfg_hnd

131 	const struct msm_dsi_cfg_handler *cfg_hnd;  member
204 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local
241 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config()
254 return cfg_hnd; in dsi_get_config()
265 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_disable()
266 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_disable()
281 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_enable()
282 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_enable()
315 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_regulator_init()
316 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_regulator_init()
335 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_clk_init() local
336 const struct msm_dsi_config *cfg = cfg_hnd->cfg; in dsi_clk_init()
393 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_V2) { in dsi_clk_init()
424 const struct msm_dsi_config *cfg = msm_host->cfg_hnd->cfg; in dsi_bus_clk_enable()
448 const struct msm_dsi_config *cfg = msm_host->cfg_hnd->cfg; in dsi_bus_clk_disable()
574 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_link_clk_enable() local
576 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) in dsi_link_clk_enable()
584 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_link_clk_disable() local
586 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_link_clk_disable()
630 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_calc_clk_rate() local
652 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_V2) { in dsi_calc_clk_rate()
763 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_ctrl_config() local
817 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in dsi_ctrl_config()
818 (cfg_hnd->minor >= MSM_DSI_6G_VER_MINOR_V1_2)) in dsi_ctrl_config()
983 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_tx_buf_alloc() local
987 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_tx_buf_alloc()
1051 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_cmd_dma_add() local
1069 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_cmd_dma_add()
1098 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) in dsi_cmd_dma_add()
1148 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_cmd_dma_tx() local
1153 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) { in dsi_cmd_dma_tx()
1670 const struct msm_dsi_config *cfg = msm_host->cfg_hnd->cfg; in dsi_host_get_id()
1715 msm_host->cfg_hnd = dsi_get_config(msm_host); in msm_dsi_host_init()
1716 if (!msm_host->cfg_hnd) { in msm_dsi_host_init()
1730 msm_host->ctrl_base += msm_host->cfg_hnd->cfg->io_offset; in msm_dsi_host_init()
1927 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in msm_dsi_host_cmd_rx() local
1969 if ((cfg_hnd->major == MSM_DSI_VER_MAJOR_6G) && in msm_dsi_host_cmd_rx()
1970 (cfg_hnd->minor >= MSM_DSI_6G_VER_MINOR_V1_1)) { in msm_dsi_host_cmd_rx()
2075 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in msm_dsi_host_set_src_pll() local
2101 if (cfg_hnd->major == MSM_DSI_VER_MAJOR_V2) { in msm_dsi_host_set_src_pll()