Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi.h107 struct msm_dsi_pll *msm_dsi_pll_init(struct platform_device *pdev,
115 static inline struct msm_dsi_pll *msm_dsi_pll_init(struct platform_device *pdev, in msm_dsi_pll_init() function
/linux-4.4.14/drivers/gpu/drm/msm/dsi/pll/
Ddsi_pll.c143 struct msm_dsi_pll *msm_dsi_pll_init(struct platform_device *pdev, in msm_dsi_pll_init() function
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.c348 phy->pll = msm_dsi_pll_init(pdev, phy->cfg->type, phy->id); in dsi_phy_driver_probe()