/Linux-v5.4/drivers/clk/tegra/ |
D | clk-periph.c | 39 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_recalc_rate() local 44 return div_ops->recalc_rate(div_hw, parent_rate); in clk_periph_recalc_rate() 51 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_round_rate() local 56 return div_ops->round_rate(div_hw, rate, prate); in clk_periph_round_rate() 63 const struct clk_ops *div_ops = periph->div_ops; in clk_periph_set_rate() local 68 return div_ops->set_rate(div_hw, rate, parent_rate); in clk_periph_set_rate()
|
D | clk-super.c | 126 return super->div_ops->round_rate(div_hw, rate, parent_rate); in clk_super_round_rate() 137 return super->div_ops->recalc_rate(div_hw, parent_rate); in clk_super_recalc_rate() 148 return super->div_ops->set_rate(div_hw, rate, parent_rate); in clk_super_set_rate() 223 super->div_ops = &tegra_clk_frac_div_ops; in tegra_clk_register_super_clk()
|
D | clk.h | 563 const struct clk_ops *div_ops; member 605 .div_ops = &tegra_clk_frac_div_ops, \ 677 const struct clk_ops *div_ops; member
|
/Linux-v5.4/drivers/clk/imx/ |
D | clk-busy.c | 28 const struct clk_ops *div_ops; member 45 return busy->div_ops->recalc_rate(&busy->div.hw, parent_rate); in clk_busy_divider_recalc_rate() 53 return busy->div_ops->round_rate(&busy->div.hw, rate, prate); in clk_busy_divider_round_rate() 62 ret = busy->div_ops->set_rate(&busy->div.hw, rate, parent_rate); in clk_busy_divider_set_rate() 95 busy->div_ops = &clk_divider_ops; in imx_clk_hw_busy_divider()
|
/Linux-v5.4/drivers/clk/rockchip/ |
D | clk-half-divider.c | 174 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_halfdiv() local 213 div_ops = &clk_half_divider_ops; in rockchip_clk_register_halfdiv() 218 div ? &div->hw : NULL, div_ops, in rockchip_clk_register_halfdiv()
|
D | clk.c | 50 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_branch() local 98 div_ops = (div_flags & CLK_DIVIDER_READ_ONLY) in rockchip_clk_register_branch() 105 div ? &div->hw : NULL, div_ops, in rockchip_clk_register_branch() 221 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch() local 256 div_ops = &clk_fractional_divider_ops; in rockchip_clk_register_frac_branch() 260 &div->hw, div_ops, in rockchip_clk_register_frac_branch()
|
/Linux-v5.4/drivers/clk/nxp/ |
D | clk-lpc18xx-ccu.c | 209 const struct clk_ops *div_ops = NULL; in lpc18xx_ccu_register_branch_gate_div() local 224 div_ops = &clk_divider_ro_ops; in lpc18xx_ccu_register_branch_gate_div() 232 div_hw, div_ops, in lpc18xx_ccu_register_branch_gate_div()
|
/Linux-v5.4/drivers/clk/mediatek/ |
D | clk-mtk.c | 157 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in mtk_clk_register_composite() local 213 div_ops = &clk_divider_ops; in mtk_clk_register_composite() 218 div_hw, div_ops, in mtk_clk_register_composite()
|
/Linux-v5.4/drivers/clk/ |
D | clk-stm32h7.c | 355 const struct clk_ops *div_ops; member 366 const struct clk_ops *mux_ops, *div_ops, *gate_ops; in get_cfg_composite_div() local 371 mux_ops = div_ops = gate_ops = NULL; in get_cfg_composite_div() 395 div_ops = gcfg->div->ops ? in get_cfg_composite_div() 416 composite->div_ops = div_ops; in get_cfg_composite_div() 1327 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init() 1350 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init() 1365 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init() 1379 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init()
|
D | clk-stm32mp1.c | 615 const struct clk_ops *mux_ops, *div_ops, *gate_ops; in clk_stm32_register_composite() local 622 div_ops = NULL; in clk_stm32_register_composite() 640 div_ops = &clk_divider_ops; in clk_stm32_register_composite() 643 div_ops = cfg->div->ops; in clk_stm32_register_composite() 659 mux_hw, mux_ops, div_hw, div_ops, in clk_stm32_register_composite()
|