Searched refs:msm_dsi_phy (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi.h | 49 struct msm_dsi_phy *phy; 103 struct msm_dsi_phy; 109 struct msm_dsi_phy *msm_dsi_phy_init(struct platform_device *pdev, 111 int msm_dsi_phy_enable(struct msm_dsi_phy *phy, bool is_dual_panel, 113 int msm_dsi_phy_disable(struct msm_dsi_phy *phy); 114 void msm_dsi_phy_get_clk_pre_post(struct msm_dsi_phy *phy,
|
D | dsi_phy.c | 36 struct msm_dsi_phy { struct 41 int (*enable)(struct msm_dsi_phy *phy, bool is_dual_panel, argument 43 int (*disable)(struct msm_dsi_phy *phy); argument 173 static void dsi_28nm_phy_regulator_ctrl(struct msm_dsi_phy *phy, bool enable) in dsi_28nm_phy_regulator_ctrl() 192 static int dsi_28nm_phy_enable(struct msm_dsi_phy *phy, bool is_dual_panel, in dsi_28nm_phy_enable() 273 static int dsi_28nm_phy_disable(struct msm_dsi_phy *phy) in dsi_28nm_phy_disable() 293 struct msm_dsi_phy *msm_dsi_phy_init(struct platform_device *pdev, in msm_dsi_phy_init() 296 struct msm_dsi_phy *phy; in msm_dsi_phy_init() 327 int msm_dsi_phy_enable(struct msm_dsi_phy *phy, bool is_dual_panel, in msm_dsi_phy_enable() 335 int msm_dsi_phy_disable(struct msm_dsi_phy *phy) in msm_dsi_phy_disable() [all …]
|
D | dsi_manager.c | 553 struct msm_dsi_phy *phy = msm_dsi->phy; in msm_dsi_manager_phy_enable() 571 struct msm_dsi_phy *phy = msm_dsi->phy; in msm_dsi_manager_phy_disable()
|