Home
last modified time | relevance | path

Searched refs:gate_ops (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/clk/
A Dclk-composite.c202 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_is_enabled() local
213 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() local
224 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() local
229 gate_ops->disable(gate_hw); in clk_composite_disable()
310 if (gate_hw && gate_ops) { in __clk_hw_register_composite()
311 if (!gate_ops->is_enabled || !gate_ops->enable || in __clk_hw_register_composite()
312 !gate_ops->disable) { in __clk_hw_register_composite()
318 composite->gate_ops = gate_ops; in __clk_hw_register_composite()
359 gate_ops, flags); in clk_hw_register_composite()
375 gate_ops, flags); in clk_hw_register_composite_pdata()
[all …]
A 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
371 mux_ops = div_ops = gate_ops = NULL; in get_cfg_composite_div()
407 gate_ops = gcfg->gate->ops ? in get_cfg_composite_div()
419 composite->gate_ops = gate_ops; in get_cfg_composite_div()
1328 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init()
1351 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init()
1366 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init()
1380 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init()
A Dclk-bm1880.c778 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in bm1880_clk_register_composite() local
816 gate_ops = &clk_gate_ops; in bm1880_clk_register_composite()
842 div_ops, gate_hw, gate_ops, in bm1880_clk_register_composite()
A Dclk-stm32f4.c1636 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL; in stm32_register_aux_clk() local
1650 gate_ops = &clk_gate_ops; in stm32_register_aux_clk()
1676 gate_hw, gate_ops, in stm32_register_aux_clk()
A Dclk-stm32mp1.c618 const struct clk_ops *mux_ops, *div_ops, *gate_ops; in clk_stm32_register_composite() local
626 gate_ops = NULL; in clk_stm32_register_composite()
654 gate_ops = &clk_gate_ops; in clk_stm32_register_composite()
657 gate_ops = cfg->gate->ops; in clk_stm32_register_composite()
663 gate_hw, gate_ops, flags); in clk_stm32_register_composite()
/linux/drivers/clk/tegra/
A Dclk-sdmmc-mux.c169 const struct clk_ops *gate_ops = sdmmc_mux->gate_ops; in clk_sdmmc_mux_is_enabled() local
174 return gate_ops->is_enabled(gate_hw); in clk_sdmmc_mux_is_enabled()
180 const struct clk_ops *gate_ops = sdmmc_mux->gate_ops; in clk_sdmmc_mux_enable() local
185 return gate_ops->enable(gate_hw); in clk_sdmmc_mux_enable()
191 const struct clk_ops *gate_ops = sdmmc_mux->gate_ops; in clk_sdmmc_mux_disable() local
194 gate_ops->disable(gate_hw); in clk_sdmmc_mux_disable()
200 const struct clk_ops *gate_ops = sdmmc_mux->gate_ops; in clk_sdmmc_mux_disable_unused() local
203 gate_ops->disable_unused(gate_hw); in clk_sdmmc_mux_disable_unused()
267 sdmmc_mux->gate_ops = &tegra_clk_periph_gate_ops; in tegra_clk_register_sdmmc_mux_div()
A Dclk-periph.c75 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_is_enabled() local
80 return gate_ops->is_enabled(gate_hw); in clk_periph_is_enabled()
86 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_enable() local
91 return gate_ops->enable(gate_hw); in clk_periph_enable()
97 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable() local
100 gate_ops->disable(gate_hw); in clk_periph_disable()
106 const struct clk_ops *gate_ops = periph->gate_ops; in clk_periph_disable_unused() local
109 gate_ops->disable_unused(gate_hw); in clk_periph_disable_unused()
A Dclk.h625 const struct clk_ops *gate_ops; member
667 .gate_ops = &tegra_clk_periph_gate_ops, \
787 const struct clk_ops *gate_ops; member
/linux/drivers/clk/berlin/
A Dberlin2-div.c235 const struct clk_ops *gate_ops = &berlin2_div_gate_ops; in berlin2_div_register() local
248 gate_ops = NULL; in berlin2_div_register()
254 &div->hw, gate_ops, flags); in berlin2_div_register()
/linux/drivers/clk/rockchip/
A Dclk-half-divider.c174 *gate_ops = NULL; in rockchip_clk_register_halfdiv() local
199 gate_ops = &clk_gate_ops; in rockchip_clk_register_halfdiv()
218 gate ? &gate->hw : NULL, gate_ops, in rockchip_clk_register_halfdiv()
A Dclk.c53 *gate_ops = NULL; in rockchip_clk_register_branch() local
81 gate_ops = &clk_gate_ops; in rockchip_clk_register_branch()
108 gate ? &gate->hw : NULL, gate_ops, in rockchip_clk_register_branch()
208 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch() local
229 gate_ops = &clk_gate_ops; in rockchip_clk_register_frac_branch()
248 gate ? &gate->hw : NULL, gate_ops, in rockchip_clk_register_frac_branch()
/linux/drivers/clk/mediatek/
A Dclk-mtk.c172 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in mtk_clk_register_composite() local
212 gate_ops = &clk_gate_ops; in mtk_clk_register_composite()
234 gate_hw, gate_ops, in mtk_clk_register_composite()
/linux/include/linux/
A Dclk-provider.h1105 const struct clk_ops *gate_ops; member
1114 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1120 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1127 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1134 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1141 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
/linux/drivers/clk/mvebu/
A Darmada-37xx-periph.c620 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, in armada_3700_add_composite_clk() local
640 gate_ops = gate_hw->init->ops; in armada_3700_add_composite_clk()
689 gate_hw, gate_ops, CLK_IGNORE_UNUSED); in armada_3700_add_composite_clk()

Completed in 43 milliseconds