Searched refs:pll_ops (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/aty/ |
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() 2415 par->pll_ops = &aty_pll_ati18818_1; in aty_init() 2419 par->pll_ops = &aty_pll_ibm514; in aty_init() [all …]
|
D | atyfb.h | 133 const struct aty_pll_ops *pll_ops; member
|
/linux-6.1.9/drivers/clk/at91/ |
D | clk-pll.c | 300 static const struct clk_ops pll_ops = { variable 332 init.ops = &pll_ops; in at91_clk_register_pll()
|
/linux-6.1.9/drivers/clk/st/ |
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()
|
/linux-6.1.9/drivers/clk/nxp/ |
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()
|
/linux-6.1.9/drivers/clk/ |
D | clk-stm32h7.c | 775 static const struct clk_ops pll_ops = { variable 801 init.ops = &pll_ops; in clk_register_stm32_pll()
|
D | clk-stm32mp1.c | 885 static const struct clk_ops pll_ops = { variable 911 init.ops = &pll_ops; in clk_register_pll()
|