Searched defs:pll_init (Results 1 – 9 of 9) sorted by relevance
129 static struct clk_init_data pll_init = { variable
413 static struct clk_init_data pll_init = { variable
694 static const struct clk_init_data pll_init = { variable
282 struct clk_init_data vco_init, pll_init; in clk_register_vco_pll() local
21 int (*pll_init)(struct msm_dsi_phy *phy); member
499 struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *pll_init) in ccu_pll_hw_register()
896 davinci_pll_init pll_init = NULL; in davinci_pll_probe() local
72 int (*pll_init)(struct hw *hw, unsigned int rsr); member
48 static inline void pll_init(struct pll *pll, int id) in pll_init() function