Searched refs:div_ops (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/clk/ |
H A D | clk-dclk-divider.c | 103 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_dclk_branch() local 148 div_ops = &clk_dclk_divider_ops; in rockchip_clk_register_dclk_branch() 152 div ? &div->hw : NULL, div_ops, gate ? &gate->hw : NULL, gate_ops, flags); in rockchip_clk_register_dclk_branch()
|
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/ |
H A D | clk-dclk-divider.c | 110 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_dclk_branch() local 153 div_ops = &clk_dclk_divider_ops; in rockchip_clk_register_dclk_branch() 158 div ? &div->hw : NULL, div_ops, in rockchip_clk_register_dclk_branch()
|
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
H A D | clk-half-divider.c | 158 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_halfdiv() local 202 div_ops = &clk_half_divider_ops; in rockchip_clk_register_halfdiv() 206 div ? &div->hw : NULL, div_ops, gate ? &gate->hw : NULL, gate_ops, flags); in rockchip_clk_register_halfdiv()
|
H A D | clk.c | 48 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_branch() local 97 div_ops = (div_flags & CLK_DIVIDER_READ_ONLY) ? &clk_divider_ro_ops : &clk_divider_ops; in rockchip_clk_register_branch() 101 div ? &div->hw : NULL, div_ops, gate ? &gate->hw : NULL, gate_ops, flags); in rockchip_clk_register_branch() 232 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch() local 269 div_ops = &clk_fractional_divider_ops; in rockchip_clk_register_frac_branch() 271 hw = clk_hw_register_composite(NULL, name, parent_names, num_parents, NULL, NULL, &div->hw, div_ops, in rockchip_clk_register_frac_branch()
|
Completed in 4 milliseconds