Searched refs:msm_dsi_phy (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/msm/dsi/ |
D | dsi.h | 63 struct msm_dsi_phy *phy; 166 struct msm_dsi_phy; 169 int msm_dsi_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, 171 void msm_dsi_phy_disable(struct msm_dsi_phy *phy); 172 void msm_dsi_phy_get_clk_pre_post(struct msm_dsi_phy *phy, 174 struct msm_dsi_pll *msm_dsi_phy_get_pll(struct msm_dsi_phy *phy);
|
D | dsi_manager.c | 679 struct msm_dsi_phy *phy = msm_dsi->phy; in msm_dsi_manager_phy_enable() 714 struct msm_dsi_phy *phy = msm_dsi->phy; in msm_dsi_manager_phy_disable()
|
/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 145 void msm_dsi_phy_set_src_pll(struct msm_dsi_phy *phy, int pll_id, u32 reg, in msm_dsi_phy_set_src_pll() 162 static int dsi_phy_regulator_init(struct msm_dsi_phy *phy) in dsi_phy_regulator_init() 196 static void dsi_phy_regulator_disable(struct msm_dsi_phy *phy) in dsi_phy_regulator_disable() 211 static int dsi_phy_regulator_enable(struct msm_dsi_phy *phy) in dsi_phy_regulator_enable() 247 static int dsi_phy_enable_resource(struct msm_dsi_phy *phy) in dsi_phy_enable_resource() 263 static void dsi_phy_disable_resource(struct msm_dsi_phy *phy) in dsi_phy_disable_resource() 285 struct msm_dsi_phy *phy; in dsi_phy_driver_probe() 366 struct msm_dsi_phy *phy = platform_get_drvdata(pdev); in dsi_phy_driver_remove() 397 int msm_dsi_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, in msm_dsi_phy_enable() 423 void msm_dsi_phy_disable(struct msm_dsi_phy *phy) in msm_dsi_phy_disable() [all …]
|
D | dsi_phy.h | 25 int (*enable)(struct msm_dsi_phy *phy, int src_pll_id, 27 void (*disable)(struct msm_dsi_phy *phy); 63 struct msm_dsi_phy { struct 85 void msm_dsi_phy_set_src_pll(struct msm_dsi_phy *phy, int pll_id, u32 reg, argument
|
D | dsi_phy_20nm.c | 17 static void dsi_20nm_dphy_set_timing(struct msm_dsi_phy *phy, in dsi_20nm_dphy_set_timing() 50 static void dsi_20nm_phy_regulator_ctrl(struct msm_dsi_phy *phy, bool enable) in dsi_20nm_phy_regulator_ctrl() 74 static int dsi_20nm_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, in dsi_20nm_phy_enable() 129 static void dsi_20nm_phy_disable(struct msm_dsi_phy *phy) in dsi_20nm_phy_disable()
|
D | dsi_phy_28nm.c | 17 static void dsi_28nm_dphy_set_timing(struct msm_dsi_phy *phy, in dsi_28nm_dphy_set_timing() 50 static void dsi_28nm_phy_regulator_ctrl(struct msm_dsi_phy *phy, bool enable) in dsi_28nm_phy_regulator_ctrl() 69 static int dsi_28nm_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, in dsi_28nm_phy_enable() 123 static void dsi_28nm_phy_disable(struct msm_dsi_phy *phy) in dsi_28nm_phy_disable()
|