/linux/drivers/clk/ |
A D | clk-composite.c | 15 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_get_parent() local 26 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_set_parent() local 75 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_determine_rate() local 181 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_set_rate_and_parent() local 235 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in __clk_hw_register_composite() 351 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite() 367 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite_pdata() 380 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite() 399 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite_pdata() 448 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in __devm_clk_hw_register_composite() [all …]
|
A D | clk-stm32h7.c | 350 struct clk_hw *mux_hw; member 367 struct clk_hw *mux_hw; in get_cfg_composite_div() local
|
A D | clk-stm32mp1.c | 481 struct clk_hw *mux_hw; in _get_stm32_mux() local 619 struct clk_hw *mux_hw, *div_hw, *gate_hw; in clk_stm32_register_composite() local 868 struct clk_hw *mux_hw = &clk_elem->mux.hw; in pll_get_parent() local
|
A D | clk-bm1880.c | 777 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in bm1880_clk_register_composite() local
|
A D | clk-stm32f4.c | 1635 struct clk_hw *mux_hw = NULL, *gate_hw = NULL; in stm32_register_aux_clk() local
|
/linux/drivers/clk/actions/ |
A D | owl-mux.c | 17 const struct owl_mux_hw *mux_hw) in owl_mux_helper_get_parent() 37 struct owl_mux_hw *mux_hw, u8 index) in owl_mux_helper_set_parent()
|
A D | owl-mux.h | 23 struct owl_mux_hw mux_hw; member
|
A D | owl-composite.h | 28 struct owl_mux_hw mux_hw; member
|
/linux/drivers/clk/tegra/ |
A D | clk-periph.c | 18 struct clk_hw *mux_hw = &periph->mux.hw; in clk_periph_get_parent() local 29 struct clk_hw *mux_hw = &periph->mux.hw; in clk_periph_set_parent() local
|
/linux/drivers/clk/st/ |
A D | clk-flexgen.c | 99 struct clk_hw *mux_hw = &flexgen->mux.hw; in flexgen_get_parent() local 109 struct clk_hw *mux_hw = &flexgen->mux.hw; in flexgen_set_parent() local
|
/linux/drivers/clk/imx/ |
A D | clk-composite-7ulp.c | 76 struct clk_hw *mux_hw = NULL, *fd_hw = NULL, *gate_hw = NULL; in imx_ulp_clk_hw_composite() local
|
A D | clk-composite-8m.c | 180 struct clk_hw *hw = ERR_PTR(-ENOMEM), *mux_hw; in __imx8m_clk_hw_composite() local
|
/linux/drivers/clk/mediatek/ |
A D | clk-mtk.c | 171 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local
|
/linux/drivers/clk/sunxi/ |
A D | clk-factors.c | 186 struct clk_hw *mux_hw = NULL; in __sunxi_factors_register() local
|
/linux/drivers/clk/mvebu/ |
A D | armada-37xx-periph.c | 97 struct clk_hw *mux_hw; member 622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL; in armada_3700_add_composite_clk() local
|
/linux/drivers/clk/nxp/ |
A D | clk-lpc32xx.c | 1434 struct clk_hw *mux_hw = NULL, *div_hw = NULL, *gate_hw = NULL; in lpc32xx_clk_register() local
|
/linux/include/linux/ |
A D | clk-provider.h | 1099 struct clk_hw *mux_hw; member
|