/kernel/linux/linux-5.10/drivers/clk/h8300/ |
H A D | clk-h8s2678.c | 80 static const struct clk_ops pll_ops = { variable 120 init.ops = &pll_ops; in h8s2678_pll_clk_setup()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1315 err = par->pll_ops->var_to_pll(info, pixclock, in atyfb_set_par() 1337 par->pll_ops->set_pll(info, &par->pll); in atyfb_set_par() 1340 if (par->pll_ops && par->pll_ops->pll_to_var) in atyfb_set_par() 1341 pixclock_in_ps = par->pll_ops->pll_to_var(info, &par->pll); in atyfb_set_par() 1544 err = par->pll_ops->var_to_pll(info, pixclock, in atyfb_check_var() 1556 var->pixclock = par->pll_ops->pll_to_var(info, &pll); in atyfb_check_var() 2122 if (par->pll_ops->resume_pll) in aty_resume_chip() 2123 par->pll_ops->resume_pll(info, &par->pll); in aty_resume_chip() 2404 par->pll_ops in aty_init() [all...] |
H A D | atyfb.h | 133 const struct aty_pll_ops *pll_ops; member
|
/kernel/linux/linux-6.6/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 in aty_init() [all...] |
H A D | atyfb.h | 135 const struct aty_pll_ops *pll_ops; member
|
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | clk-pll.c | 263 static const struct clk_ops pll_ops = { variable 293 init.ops = &pll_ops; in at91_clk_register_pll()
|
/kernel/linux/linux-6.6/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() 315 init.ops = pll_ops; in mtk_clk_register_pll_ops() 285 mtk_clk_register_pll_ops(struct mtk_clk_pll *pll, const struct mtk_pll_data *data, void __iomem *base, const struct clk_ops *pll_ops) mtk_clk_register_pll_ops() argument
|
/kernel/linux/linux-5.10/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 63 const struct clk_ops *pll_ops; member 113 .pll_ops = &st_quadfs_pll_c32_ops, 155 .pll_ops = &st_quadfs_pll_c32_ops, 401 init.ops = quadfs->pll_ops; in st_clk_register_quadfs_pll()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/clk/nxp/ |
H A D | clk-lpc18xx-cgu.c | 269 const struct clk_ops *pll_ops; member 286 .pll_ops = &lpc18xx_ ##_pll_ops, \ 596 &clk->pll.hw, clk->pll_ops, in lpc18xx_cgu_register_pll()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-stm32h7.c | 775 static const struct clk_ops pll_ops = { variable 801 init.ops = &pll_ops; in clk_register_stm32_pll()
|
H A D | clk-stm32mp1.c | 859 static const struct clk_ops pll_ops = { variable 882 init.ops = &pll_ops; in clk_register_pll()
|
/kernel/linux/linux-6.6/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()
|