Home
last modified time | relevance | path

Searched refs:gate_ops (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/clk/
H A Dclk-dclk-divider.c103 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_dclk_branch() local
129 gate_ops = &clk_gate_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 Dclk-dclk-divider.c111 *gate_ops = NULL; in rockchip_clk_register_dclk_branch() local
136 gate_ops = &clk_gate_ops; in rockchip_clk_register_dclk_branch()
159 gate ? &gate->hw : NULL, gate_ops, in rockchip_clk_register_dclk_branch()
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk-half-divider.c158 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_halfdiv() local
184 gate_ops = &clk_gate_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 Dclk.c48 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_branch() local
77 gate_ops = &clk_gate_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
254 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch()
272 gate ? &gate->hw : NULL, gate_ops, flags | CLK_SET_RATE_UNGATE); in rockchip_clk_register_frac_branch()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dclk-provider.h946 * @gate_ops: clock ops for gate
959 const struct clk_ops *gate_ops; member
967 const struct clk_ops *gate_ops, unsigned long flags);
972 const struct clk_ops *gate_ops, unsigned long flags);
977 const struct clk_ops *gate_ops, unsigned long flags);
982 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,

Completed in 6 milliseconds