Home
last modified time | relevance | path

Searched refs:msm_dsi_pll (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/dsi/pll/
Ddsi_pll.h25 struct msm_dsi_pll { struct
36 int (*enable_seqs[MAX_DSI_PLL_EN_SEQS])(struct msm_dsi_pll *pll); argument
37 void (*disable_seq)(struct msm_dsi_pll *pll); argument
38 int (*get_provider)(struct msm_dsi_pll *pll, argument
41 void (*destroy)(struct msm_dsi_pll *pll); argument
42 void (*save_state)(struct msm_dsi_pll *pll); argument
43 int (*restore_state)(struct msm_dsi_pll *pll); argument
46 #define hw_clk_to_pll(x) container_of(x, struct msm_dsi_pll, clk_hw)
87 struct msm_dsi_pll *msm_dsi_pll_28nm_init(struct platform_device *pdev,
90 static inline struct msm_dsi_pll *msm_dsi_pll_28nm_init( in msm_dsi_pll_28nm_init()
Ddsi_pll.c16 static int dsi_pll_enable(struct msm_dsi_pll *pll) in dsi_pll_enable()
46 static void dsi_pll_disable(struct msm_dsi_pll *pll) in dsi_pll_disable()
62 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in msm_dsi_pll_helper_clk_round_rate()
74 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in msm_dsi_pll_helper_clk_prepare()
81 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in msm_dsi_pll_helper_clk_unprepare()
103 int msm_dsi_pll_get_clk_provider(struct msm_dsi_pll *pll, in msm_dsi_pll_get_clk_provider()
114 void msm_dsi_pll_destroy(struct msm_dsi_pll *pll) in msm_dsi_pll_destroy()
120 void msm_dsi_pll_save_state(struct msm_dsi_pll *pll) in msm_dsi_pll_save_state()
128 int msm_dsi_pll_restore_state(struct msm_dsi_pll *pll) in msm_dsi_pll_restore_state()
143 struct msm_dsi_pll *msm_dsi_pll_init(struct platform_device *pdev, in msm_dsi_pll_init()
[all …]
Ddsi_pll_28nm.c78 struct msm_dsi_pll base;
138 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in dsi_pll_28nm_clk_set_rate()
253 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in dsi_pll_28nm_clk_is_enabled()
263 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in dsi_pll_28nm_clk_recalc_rate()
321 static int dsi_pll_28nm_enable_seq_hpm(struct msm_dsi_pll *pll) in dsi_pll_28nm_enable_seq_hpm()
396 static int dsi_pll_28nm_enable_seq_lp(struct msm_dsi_pll *pll) in dsi_pll_28nm_enable_seq_lp()
439 static void dsi_pll_28nm_disable_seq(struct msm_dsi_pll *pll) in dsi_pll_28nm_disable_seq()
447 static void dsi_pll_28nm_save_state(struct msm_dsi_pll *pll) in dsi_pll_28nm_save_state()
461 static int dsi_pll_28nm_restore_state(struct msm_dsi_pll *pll) in dsi_pll_28nm_restore_state()
486 static int dsi_pll_28nm_get_provider(struct msm_dsi_pll *pll, in dsi_pll_28nm_get_provider()
[all …]
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi.h105 struct msm_dsi_pll;
107 struct msm_dsi_pll *msm_dsi_pll_init(struct platform_device *pdev,
109 void msm_dsi_pll_destroy(struct msm_dsi_pll *pll);
110 int msm_dsi_pll_get_clk_provider(struct msm_dsi_pll *pll,
112 void msm_dsi_pll_save_state(struct msm_dsi_pll *pll);
113 int msm_dsi_pll_restore_state(struct msm_dsi_pll *pll);
115 static inline struct msm_dsi_pll *msm_dsi_pll_init(struct platform_device *pdev, in msm_dsi_pll_init()
119 static inline void msm_dsi_pll_destroy(struct msm_dsi_pll *pll) in msm_dsi_pll_destroy()
122 static inline int msm_dsi_pll_get_clk_provider(struct msm_dsi_pll *pll, in msm_dsi_pll_get_clk_provider()
127 static inline void msm_dsi_pll_save_state(struct msm_dsi_pll *pll) in msm_dsi_pll_save_state()
[all …]
Ddsi_manager.c80 struct msm_dsi_pll *src_pll; in dsi_mgr_host_register()
676 struct msm_dsi_pll *pll = msm_dsi_phy_get_pll(msm_dsi->phy); in msm_dsi_manager_phy_enable()
710 struct msm_dsi_pll *pll = msm_dsi_phy_get_pll(msm_dsi->phy); in msm_dsi_manager_phy_disable()
Ddsi_host.c1766 struct msm_dsi_pll *src_pll) in msm_dsi_host_set_src_pll()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.h77 struct msm_dsi_pll *pll;
Ddsi_phy.c445 struct msm_dsi_pll *msm_dsi_phy_get_pll(struct msm_dsi_phy *phy) in msm_dsi_phy_get_pll()