Home
last modified time | relevance | path

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

/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 __clk_hw_register_composite(struct device * dev,const char * name,const char * const * parent_names,const struct clk_parent_data * pdata,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_hw_register_composite() argument
358 clk_hw_register_composite(struct device * dev,const char * name,const char * const * 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_hw_register_composite() argument
374 clk_hw_register_composite_pdata(struct device * dev,const char * name,const struct clk_parent_data * parent_data,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_hw_register_composite_pdata() argument
387 clk_register_composite(struct device * dev,const char * name,const char * const * 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
406 clk_register_composite_pdata(struct device * dev,const char * name,const struct clk_parent_data * parent_data,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_pdata() argument
455 __devm_clk_hw_register_composite(struct device * dev,const char * name,const char * const * parent_names,const struct clk_parent_data * pdata,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) __devm_clk_hw_register_composite() argument
485 devm_clk_hw_register_composite_pdata(struct device * dev,const char * name,const struct clk_parent_data * parent_data,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) devm_clk_hw_register_composite_pdata() argument
[all...]
H A Dclk-stm32h7.c352 struct clk_hw *gate_hw; member
369 struct clk_hw *gate_hw; in get_cfg_composite_div() local
[all...]
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.c1771 struct clk_hw *mux_hw = NULL, *gate_hw = NULL; in stm32_register_aux_clk() local
/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
[all...]
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
[all...]
/linux/drivers/clk/actions/
H A Dowl-gate.c17 const struct owl_gate_hw *gate_hw, bool enable) in owl_gate_set() argument
53 const struct owl_gate_hw *gate_hw) in owl_gate_clk_is_enabled() argument
[all...]
H A Dowl-gate.h23 struct owl_gate_hw gate_hw; member
H A Dowl-composite.h29 struct owl_gate_hw gate_hw; member
/linux/drivers/clk/imx/
H A Dclk-composite-7ulp.c75 struct clk_hw *mux_hw = NULL, *fd_hw = NULL, *gate_hw = NULL; in imx_ulp_clk_hw_composite() local
H A Dclk-composite-8m.c226 struct clk_hw *div_hw, *gate_hw = NULL; in __imx8m_clk_hw_composite() local
/linux/drivers/clk/ti/
H A Dadpll.c537 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_enable() local
547 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_disable() local
556 struct clk_hw *gate_hw = &co->gate.hw; in ti_adpll_clkout_is_enabled() local
/linux/drivers/clk/sunxi/
H A Dclk-factors.c185 struct clk_hw *gate_hw = NULL; in __sunxi_factors_register() local
H A Dclk-sunxi.c939 struct clk_hw *gate_hw, *rate_hw; in sunxi_divs_clk_setup() local
/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
[all...]
/linux/drivers/clk/stm32/
H A Dclk-stm32mp1.c551 struct clk_hw *gate_hw; in _get_stm32_gate() local
633 struct clk_hw *mux_hw, *div_hw, *gate_hw; in clk_stm32_register_composite() local
/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