Home
last modified time | relevance | path

Searched defs:pll_init (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_lvds_pll.c132 static struct clk_init_data pll_init = { variable
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_pll_8960.c415 static struct clk_init_data pll_init = { variable
H A Dhdmi_phy_8996.c690 static const struct clk_init_data pll_init = { variable
H A Dhdmi_phy_8998.c694 static const struct clk_init_data pll_init = { variable
/linux/drivers/clk/spear/
H A Dclk-vco-pll.c287 struct clk_init_data vco_init, pll_init; in clk_register_vco_pll() local
/linux/drivers/clk/baikal-t1/
H A Dccu-pll.c501 struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *pll_init) in ccu_pll_hw_register()
/linux/drivers/clk/davinci/
H A Dpll.c864 davinci_pll_init pll_init = NULL; in davinci_pll_probe() local
/linux/sound/pci/ctxfi/
H A Dcthardware.h74 int (*pll_init)(struct hw *hw, unsigned int rsr); member
/linux/sound/soc/codecs/
H A Dtscs454.c49 static inline void pll_init(struct pll *pll, int id) in pll_init() function