Home
last modified time | relevance | path

Searched defs:cfg_hnd (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/msm/dsi/
Ddsi_host.c131 const struct msm_dsi_cfg_handler *cfg_hnd; member
204 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local
335 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_clk_init() local
574 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_link_clk_enable() local
584 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_link_clk_disable() local
630 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_calc_clk_rate() local
763 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_ctrl_config() local
983 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_tx_buf_alloc() local
1051 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_cmd_dma_add() local
1148 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_cmd_dma_tx() local
[all …]
Ddsi_cfg.c113 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get() local
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_ctl.c647 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init()