Home
last modified time | relevance | path

Searched refs:msm_dsi_cfg_handler (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_cfg.c63 static const struct msm_dsi_cfg_handler dsi_cfg_handlers[] = {
77 const struct msm_dsi_cfg_handler *msm_dsi_cfg_get(u32 major, u32 minor) in msm_dsi_cfg_get()
79 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get()
Ddsi_cfg.h35 struct msm_dsi_cfg_handler { struct
41 const struct msm_dsi_cfg_handler *msm_dsi_cfg_get(u32 major, u32 minor); argument
Ddsi_host.c109 const struct msm_dsi_cfg_handler *cfg_hnd;
164 static const struct msm_dsi_cfg_handler *dsi_get_config( in dsi_get_config()
167 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config()
609 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_ctrl_config()
1622 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in msm_dsi_host_cmd_rx()