Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-composite.c184 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_is_enabled() local
195 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() local
206 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() local
218 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite()
331 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite()
Dclk-stm32h7.c356 const struct clk_ops *gate_ops; member
366 const struct clk_ops *mux_ops, *div_ops, *gate_ops; in get_cfg_composite_div() local
Dclk-stm32f4.c1372 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL; in stm32_register_aux_clk() local
Dclk-stm32mp1.c615 const struct clk_ops *mux_ops, *div_ops, *gate_ops; in clk_stm32_register_composite() local
/Linux-v4.19/drivers/clk/tegra/
Dclk-sdmmc-mux.c168 const struct clk_ops *gate_ops = sdmmc_mux->gate_ops; in clk_sdmmc_mux_is_enabled() local
179 const struct clk_ops *gate_ops = sdmmc_mux->gate_ops; in clk_sdmmc_mux_enable() local
190 const struct clk_ops *gate_ops = sdmmc_mux->gate_ops; in clk_sdmmc_mux_disable() local
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.h575 const struct clk_ops *gate_ops; member
724 const struct clk_ops *gate_ops; member
/Linux-v4.19/drivers/clk/rockchip/
Dclk.c59 *gate_ops = NULL; in rockchip_clk_register_branch() local
226 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch() local
Dclk-half-divider.c174 *gate_ops = NULL; in rockchip_clk_register_halfdiv() local
/Linux-v4.19/drivers/clk/mediatek/
Dclk-mtk.c155 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in mtk_clk_register_composite() local
/Linux-v4.19/drivers/clk/berlin/
Dberlin2-div.c234 const struct clk_ops *gate_ops = &berlin2_div_gate_ops; in berlin2_div_register() local
/Linux-v4.19/drivers/clk/mvebu/
Darmada-37xx-periph.c601 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, in armada_3700_add_composite_clk() local
/Linux-v4.19/include/linux/
Dclk-provider.h685 const struct clk_ops *gate_ops; member