/kernel/linux/linux-5.10/drivers/clk/actions/ |
H A D | owl-mux.c | 16 owl_mux_helper_get_parent(const struct owl_clk_common *common, const struct owl_mux_hw *mux_hw) owl_mux_helper_get_parent() argument 36 owl_mux_helper_set_parent(const struct owl_clk_common *common, struct owl_mux_hw *mux_hw, u8 index) owl_mux_helper_set_parent() argument [all...] |
H A D | owl-mux.h | 23 struct owl_mux_hw mux_hw; member
|
H A D | owl-composite.h | 28 struct owl_mux_hw mux_hw; member
|
/kernel/linux/linux-6.6/drivers/clk/actions/ |
H A D | owl-mux.c | 16 owl_mux_helper_get_parent(const struct owl_clk_common *common, const struct owl_mux_hw *mux_hw) owl_mux_helper_get_parent() argument 36 owl_mux_helper_set_parent(const struct owl_clk_common *common, struct owl_mux_hw *mux_hw, u8 index) owl_mux_helper_set_parent() argument [all...] |
H A D | owl-mux.h | 23 struct owl_mux_hw mux_hw; member
|
H A D | owl-composite.h | 28 struct owl_mux_hw mux_hw; member
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-composite-7ulp.c | 31 struct clk_hw *mux_hw = NULL, *fd_hw = NULL, *gate_hw = NULL; in imx7ulp_clk_hw_composite() local
|
H A D | clk-composite-8m.c | 182 struct clk_hw *hw = ERR_PTR(-ENOMEM), *mux_hw; in imx8m_clk_hw_composite_flags() local
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 156 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H 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
|
/kernel/linux/linux-5.10/drivers/clk/sunxi/ |
H A D | clk-factors.c | 186 struct clk_hw *mux_hw = NULL; in __sunxi_factors_register() local
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-composite-7ulp.c | 74 struct clk_hw *mux_hw = NULL, *fd_hw = NULL, *gate_hw = NULL; in imx_ulp_clk_hw_composite() local
|
H A D | clk-composite-8m.c | 213 struct clk_hw *hw = ERR_PTR(-ENOMEM), *mux_hw; in __imx8m_clk_hw_composite() local
|
H A D | clk-composite-93.c | 188 struct clk_hw *hw = ERR_PTR(-ENOMEM), *mux_hw; in imx93_clk_composite_flags() local
|
/kernel/linux/linux-6.6/drivers/clk/sunxi/ |
H A D | clk-factors.c | 186 struct clk_hw *mux_hw = NULL; in __sunxi_factors_register() local
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H 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
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-composite.c | 14 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_get_parent() local 25 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_set_parent() local 51 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_determine_rate() local 151 struct clk_hw *mux_hw = composite->mux_hw; clk_composite_set_rate_and_parent() local 202 __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 319 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 333 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 348 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 365 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 [all...] |
H A D | clk-bm1880.c | 761 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in bm1880_clk_register_composite() local
|
/kernel/linux/linux-6.6/drivers/clk/ |
H 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 186 struct clk_hw *mux_hw = composite->mux_hw; clk_composite_set_rate_and_parent() local 237 __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 354 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 368 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 383 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 401 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 450 __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 479 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 D | clk-bm1880.c | 761 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in bm1880_clk_register_composite() local
|
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 224 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local
|
/kernel/linux/linux-5.10/drivers/clk/st/ |
H A D | clk-flexgen.c | 92 struct clk_hw *mux_hw = &flexgen->mux.hw; in flexgen_get_parent() local 102 struct clk_hw *mux_hw = &flexgen->mux.hw; in flexgen_set_parent() local
|
/kernel/linux/linux-6.6/drivers/clk/st/ |
H 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
|
/kernel/linux/linux-5.10/drivers/clk/mvebu/ |
H 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 [all...] |
/kernel/linux/linux-6.6/drivers/clk/mvebu/ |
H 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 [all...] |