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

/linux-4.1.27/drivers/clk/tegra/
H A Dclk-periph.c86 const struct clk_ops *gate_ops = periph->gate_ops; clk_periph_is_enabled() local
97 const struct clk_ops *gate_ops = periph->gate_ops; clk_periph_enable() local
108 const struct clk_ops *gate_ops = periph->gate_ops; clk_periph_disable() local
H A Dclk.h424 const struct clk_ops *gate_ops; member in struct:tegra_clk_periph
/linux-4.1.27/drivers/clk/berlin/
H A Dberlin2-div.c245 const struct clk_ops *gate_ops = &berlin2_div_gate_ops; berlin2_div_register() local
/linux-4.1.27/drivers/clk/
H A Dclk-composite.c160 const struct clk_ops *gate_ops = composite->gate_ops; clk_composite_is_enabled() local
171 const struct clk_ops *gate_ops = composite->gate_ops; clk_composite_enable() local
182 const struct clk_ops *gate_ops = composite->gate_ops; clk_composite_disable() local
190 clk_register_composite(struct device *dev, const char *name, const char **parent_names, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) clk_register_composite() argument
/linux-4.1.27/drivers/clk/rockchip/
H A Dclk.c54 *gate_ops = NULL; rockchip_clk_register_branch() local
114 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; rockchip_clk_register_frac_branch() local
/linux-4.1.27/include/linux/
H A Dclk-provider.h517 const struct clk_ops *gate_ops; member in struct:clk_composite

Completed in 948 milliseconds