Home
last modified time | relevance | path

Searched defs:gate_hw (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-composite.c208 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_is_enabled() local
219 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_enable() local
230 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_disable() local
242 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __clk_hw_register_composite()
358 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite()
374 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata()
387 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite()
406 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite_pdata()
455 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __devm_clk_hw_register_composite()
485 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in devm_clk_hw_register_composite_pdata()
H A Dclk-stm32h7.c352 struct clk_hw *gate_hw; member
369 struct clk_hw *gate_hw; in get_cfg_composite_div() local
H A Dclk-bm1880.c761 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in bm1880_clk_register_composite() local
H A Dclk-stm32f4.c1632 struct clk_hw *mux_hw = NULL, *gate_hw = NULL; in stm32_register_aux_clk() local
H A Dclk-stm32mp1.c547 struct clk_hw *gate_hw; in _get_stm32_gate() local
629 struct clk_hw *mux_hw, *div_hw, *gate_hw; in clk_stm32_register_composite() local
/openbmc/linux/drivers/clk/tegra/
H A Dclk-sdmmc-mux.c170 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_is_enabled() local
181 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_enable() local
192 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_disable() local
201 struct clk_hw *gate_hw = &sdmmc_mux->gate.hw; in clk_sdmmc_mux_disable_unused() local
H A Dclk-periph.c82 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_is_enabled() local
93 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_enable() local
104 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_disable() local
113 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_disable_unused() local
/openbmc/linux/drivers/clk/actions/
H A Dowl-gate.c17 const struct owl_gate_hw *gate_hw, bool enable) in owl_gate_set()
53 const struct owl_gate_hw *gate_hw) in owl_gate_clk_is_enabled()
H A Dowl-gate.h23 struct owl_gate_hw gate_hw; member
H A Dowl-composite.h29 struct owl_gate_hw gate_hw; member
/openbmc/linux/drivers/clk/imx/
H A Dclk-composite-7ulp.c74 struct clk_hw *mux_hw = NULL, *fd_hw = NULL, *gate_hw = NULL; in imx_ulp_clk_hw_composite() local
H A Dclk-composite-93.c189 struct clk_hw *div_hw, *gate_hw; in imx93_clk_composite_flags() local
H A Dclk-composite-8m.c214 struct clk_hw *div_hw, *gate_hw = NULL; in __imx8m_clk_hw_composite() local
/openbmc/linux/drivers/clk/ti/
H A Dadpll.c535 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_enable() local
545 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_disable() local
554 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_is_enabled() local
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-factors.c185 struct clk_hw *gate_hw = NULL; in __sunxi_factors_register() local
H A Dclk-sunxi.c950 struct clk_hw *gate_hw, *rate_hw; in sunxi_divs_clk_setup() local
/openbmc/linux/drivers/clk/mvebu/
H A Darmada-37xx-periph.c99 struct clk_hw *gate_hw; member
622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL; in armada_3700_add_composite_clk() local
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mtk.c225 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local
/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c1434 struct clk_hw *mux_hw = NULL, *div_hw = NULL, *gate_hw = NULL; in lpc32xx_clk_register() local
/openbmc/linux/include/linux/
H A Dclk-provider.h1241 struct clk_hw *gate_hw; member