Searched refs:pll_ops (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1325 err = par->pll_ops->var_to_pll(info, pixclock, in atyfb_set_par() 1347 par->pll_ops->set_pll(info, &par->pll); in atyfb_set_par() 1350 if (par->pll_ops && par->pll_ops->pll_to_var) in atyfb_set_par() 1351 pixclock_in_ps = par->pll_ops->pll_to_var(info, &par->pll); in atyfb_set_par() 1554 err = par->pll_ops->var_to_pll(info, pixclock, in atyfb_check_var() 1566 var->pixclock = par->pll_ops->pll_to_var(info, &pll); in atyfb_check_var() 2132 if (par->pll_ops->resume_pll) in aty_resume_chip() 2133 par->pll_ops->resume_pll(info, &par->pll); in aty_resume_chip() 2409 par->pll_ops = &aty_pll_ati18818_1; in aty_init() 2413 par->pll_ops = &aty_pll_ibm514; in aty_init() [all …]
|
H A D | atyfb.h | 135 const struct aty_pll_ops *pll_ops; member
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-pll.h | 104 const struct clk_ops *pll_ops);
|
H A D | clk-pll.c | 288 const struct clk_ops *pll_ops) in mtk_clk_register_pll_ops() argument 315 init.ops = pll_ops; in mtk_clk_register_pll_ops()
|
/openbmc/linux/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 63 const struct clk_ops *pll_ops; member 123 .pll_ops = &st_quadfs_pll_c32_ops, 177 .pll_ops = &st_quadfs_pll_c32_ops, 463 init.ops = quadfs->pll_ops; in st_clk_register_quadfs_pll()
|
/openbmc/linux/drivers/clk/at91/ |
H A D | clk-pll.c | 300 static const struct clk_ops pll_ops = { variable 332 init.ops = &pll_ops; in at91_clk_register_pll()
|
/openbmc/linux/drivers/clk/nxp/ |
H A D | clk-lpc18xx-cgu.c | 266 const struct clk_ops *pll_ops; member 283 .pll_ops = &lpc18xx_ ##_pll_ops, \ 592 &clk->pll.hw, clk->pll_ops, in lpc18xx_cgu_register_pll()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32h7.c | 774 static const struct clk_ops pll_ops = { variable 800 init.ops = &pll_ops; in clk_register_stm32_pll()
|
H A D | clk-stm32mp1.c | 885 static const struct clk_ops pll_ops = { variable 911 init.ops = &pll_ops; in clk_register_pll()
|