Home
last modified time | relevance | path

Searched defs:gate_ops (Results 1 – 6 of 6) sorted by relevance

/drivers/clk/
Dclk-composite.c159 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_is_enabled() local
170 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() local
181 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() local
193 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite()
/drivers/clk/tegra/
Dclk-periph.c85 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_is_enabled() local
96 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_enable() local
107 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable() local
Dclk.h451 const struct clk_ops *gate_ops; member
/drivers/clk/rockchip/
Dclk.c54 *gate_ops = NULL; in rockchip_clk_register_branch() local
121 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch() local
/drivers/clk/mediatek/
Dclk-mtk.c146 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in mtk_clk_register_composite() local
/drivers/clk/berlin/
Dberlin2-div.c245 const struct clk_ops *gate_ops = &berlin2_div_gate_ops; in berlin2_div_register() local