/openbmc/linux/drivers/clk/ |
H A D | clk-bulk.c | 16 struct clk_bulk_data *clks) in of_clk_bulk_get() 47 struct clk_bulk_data **clks) in of_clk_bulk_get_all() 72 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put() 82 struct clk_bulk_data *clks, bool optional) in __clk_bulk_get() 115 struct clk_bulk_data *clks) in clk_bulk_get() 122 struct clk_bulk_data *clks) in clk_bulk_get_optional() 128 void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put_all() 140 struct clk_bulk_data **clks) in clk_bulk_get_all() 161 void clk_bulk_unprepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_unprepare() 177 const struct clk_bulk_data *clks) in clk_bulk_prepare() [all …]
|
H A D | clk-devres.c | 103 struct clk_bulk_data *clks; member 115 struct clk_bulk_data *clks, bool optional) in __devm_clk_bulk_get() 141 struct clk_bulk_data *clks) in devm_clk_bulk_get() 148 struct clk_bulk_data *clks) in devm_clk_bulk_get_optional() 162 struct clk_bulk_data **clks) in devm_clk_bulk_get_all()
|
H A D | clk-bm1880.c | 525 static int bm1880_clk_register_plls(struct bm1880_pll_hw_clock *clks, in bm1880_clk_register_plls() 555 static int bm1880_clk_register_mux(const struct bm1880_mux_clock *clks, in bm1880_clk_register_mux() 690 static int bm1880_clk_register_divs(struct bm1880_div_hw_clock *clks, in bm1880_clk_register_divs() 721 static int bm1880_clk_register_gate(const struct bm1880_gate_clock *clks, in bm1880_clk_register_gate() 754 static struct clk_hw *bm1880_clk_register_composite(struct bm1880_composite_clock *clks, in bm1880_clk_register_composite() 844 static int bm1880_clk_register_composites(struct bm1880_composite_clock *clks, in bm1880_clk_register_composites()
|
/openbmc/linux/drivers/clk/hisilicon/ |
H A D | clk.c | 91 int hisi_clk_register_fixed_rate(const struct hisi_fixed_rate_clock *clks, in hisi_clk_register_fixed_rate() 120 int hisi_clk_register_fixed_factor(const struct hisi_fixed_factor_clock *clks, in hisi_clk_register_fixed_factor() 150 int hisi_clk_register_mux(const struct hisi_mux_clock *clks, in hisi_clk_register_mux() 189 const struct hisi_phase_clock *clks, in hisi_clk_register_phase() 212 int hisi_clk_register_divider(const struct hisi_divider_clock *clks, in hisi_clk_register_divider() 250 int hisi_clk_register_gate(const struct hisi_gate_clock *clks, in hisi_clk_register_gate() 287 void hisi_clk_register_gate_sep(const struct hisi_gate_clock *clks, in hisi_clk_register_gate_sep() 316 void __init hi6220_clk_register_divider(const struct hi6220_divider_clock *clks, in hi6220_clk_register_divider()
|
/openbmc/linux/drivers/clk/mmp/ |
H A D | clk.c | 27 struct mmp_param_fixed_rate_clk *clks, in mmp_register_fixed_rate_clks() 49 struct mmp_param_fixed_factor_clk *clks, in mmp_register_fixed_factor_clks() 71 struct mmp_param_general_gate_clk *clks, in mmp_register_general_gate_clks() 97 struct mmp_param_gate_clk *clks, in mmp_register_gate_clks() 125 struct mmp_param_mux_clk *clks, in mmp_register_mux_clks() 153 struct mmp_param_div_clk *clks, in mmp_register_div_clks()
|
/openbmc/linux/include/linux/ |
H A D | clk.h | 318 clk_bulk_prepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_prepare() 348 const struct clk_bulk_data *clks) in clk_bulk_unprepare() 900 struct clk_bulk_data *clks) in clk_bulk_get() 906 int num_clks, struct clk_bulk_data *clks) in clk_bulk_get_optional() 912 struct clk_bulk_data **clks) in clk_bulk_get_all() 953 struct clk_bulk_data *clks) in devm_clk_bulk_get() 959 int num_clks, struct clk_bulk_data *clks) in devm_clk_bulk_get_optional() 965 struct clk_bulk_data **clks) in devm_clk_bulk_get_all() 991 const struct clk_bulk_data *clks) in clk_bulk_enable() 1000 const struct clk_bulk_data *clks) {} in clk_bulk_disable() [all …]
|
/openbmc/linux/drivers/sh/clk/ |
H A D | cpg.c | 79 int __init sh_clk_mstp_register(struct clk *clks, int nr) in sh_clk_mstp_register() 226 static int __init sh_clk_div_register_ops(struct clk *clks, int nr, in sh_clk_div_register_ops() 321 int __init sh_clk_div6_register(struct clk *clks, int nr) in sh_clk_div6_register() 327 int __init sh_clk_div6_reparent_register(struct clk *clks, int nr) in sh_clk_div6_reparent_register() 374 int __init sh_clk_div4_register(struct clk *clks, int nr, in sh_clk_div4_register() 380 int __init sh_clk_div4_enable_register(struct clk *clks, int nr, in sh_clk_div4_enable_register() 387 int __init sh_clk_div4_reparent_register(struct clk *clks, int nr, in sh_clk_div4_reparent_register() 452 int __init sh_clk_fsidiv_register(struct clk *clks, int nr) in sh_clk_fsidiv_register()
|
/openbmc/linux/drivers/clk/socfpga/ |
H A D | clk-agilex.c | 337 static int n5x_clk_register_c_perip(const struct n5x_perip_c_clock *clks, in n5x_clk_register_c_perip() 356 static int agilex_clk_register_c_perip(const struct stratix10_perip_c_clock *clks, in agilex_clk_register_c_perip() 375 static int agilex_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock *clks, in agilex_clk_register_cnt_perip() 395 static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks, in agilex_clk_register_gate() 415 static int agilex_clk_register_pll(const struct stratix10_pll_clock *clks, in agilex_clk_register_pll() 435 static int n5x_clk_register_pll(const struct stratix10_pll_clock *clks, in n5x_clk_register_pll()
|
H A D | clk-s10.c | 306 static int s10_clk_register_c_perip(const struct stratix10_perip_c_clock *clks, in s10_clk_register_c_perip() 325 static int s10_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock *clks, in s10_clk_register_cnt_perip() 345 static int s10_clk_register_gate(const struct stratix10_gate_clock *clks, in s10_clk_register_gate() 365 static int s10_clk_register_pll(const struct stratix10_pll_clock *clks, in s10_clk_register_pll()
|
H A D | clk-periph-s10.c | 101 struct clk_hw *s10_register_periph(const struct stratix10_perip_c_clock *clks, in s10_register_periph() 137 struct clk_hw *n5x_register_periph(const struct n5x_perip_c_clock *clks, in n5x_register_periph() 172 struct clk_hw *s10_register_cnt_periph(const struct stratix10_perip_cnt_clock *clks, in s10_register_cnt_periph()
|
H A D | clk-pll-s10.c | 190 struct clk_hw *s10_register_pll(const struct stratix10_pll_clock *clks, in s10_register_pll() 230 struct clk_hw *agilex_register_pll(const struct stratix10_pll_clock *clks, in agilex_register_pll() 269 struct clk_hw *n5x_register_pll(const struct stratix10_pll_clock *clks, in n5x_register_pll()
|
H A D | clk-gate-s10.c | 127 struct clk_hw *s10_register_gate(const struct stratix10_gate_clock *clks, void __iomem *regbase) in s10_register_gate() 185 struct clk_hw *agilex_register_gate(const struct stratix10_gate_clock *clks, void __iomem *regbase) in agilex_register_gate()
|
/openbmc/linux/sound/soc/sof/imx/ |
H A D | imx-common.c | 77 int imx8_parse_clocks(struct snd_sof_dev *sdev, struct imx_clocks *clks) in imx8_parse_clocks() 89 int imx8_enable_clocks(struct snd_sof_dev *sdev, struct imx_clocks *clks) in imx8_enable_clocks() 95 void imx8_disable_clocks(struct snd_sof_dev *sdev, struct imx_clocks *clks) in imx8_disable_clocks()
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx8ulp.c | 149 struct clk_hw **clks; in imx8ulp_clk_cgc1_init() local 233 struct clk_hw **clks; in imx8ulp_clk_cgc2_init() local 315 struct clk_hw **clks; in imx8ulp_clk_pcc3_init() local 398 struct clk_hw **clks; in imx8ulp_clk_pcc4_init() local 453 struct clk_hw **clks; in imx8ulp_clk_pcc5_init() local
|
H A D | clk.c | 42 void imx_check_clocks(struct clk *clks[], unsigned int count) in imx_check_clocks() 52 void imx_check_clk_hws(struct clk_hw *clks[], unsigned int count) in imx_check_clk_hws()
|
/openbmc/linux/drivers/clk/axis/ |
H A D | clk-artpec6.c | 43 struct clk **clks; in of_artpec6_clkctrl_setup() local 121 struct clk **clks = clkdata->clk_table; in artpec6_clkctrl_probe() local
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk.c | 31 static struct clk **clks; variable 258 struct clk *clks[], int clk_max) in tegra_init_dup_clks() 270 struct clk *clks[], int clk_max) in tegra_init_from_table()
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 86 int mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_register_fixed_clks() 132 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_unregister_fixed_clks() 152 int mtk_clk_register_factors(const struct mtk_fixed_factor *clks, int num, in mtk_clk_register_factors() 198 void mtk_clk_unregister_factors(const struct mtk_fixed_factor *clks, int num, in mtk_clk_unregister_factors()
|
H A D | clk-cpumux.c | 107 const struct mtk_composite *clks, int num, in mtk_clk_register_cpumuxes() 156 void mtk_clk_unregister_cpumuxes(const struct mtk_composite *clks, int num, in mtk_clk_unregister_cpumuxes()
|
/openbmc/linux/drivers/clk/microchip/ |
H A D | clk-pic32mzda.c | 128 struct clk *clks[MAXCLKS]; member 157 struct clk **clks; in pic32mzda_clk_probe() local
|
/openbmc/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-ufs.c | 42 struct clk_bulk_data clks[UFSPHY_CLKS_CNT]; member 53 struct clk_bulk_data *clks = phy->clks; in ufs_mtk_phy_clk_init() local
|
/openbmc/linux/drivers/clk/visconti/ |
H A D | clkc.c | 78 const struct visconti_clk_gate_table *clks, in visconti_clk_register_gate() 125 const struct visconti_clk_gate_table *clks, in visconti_clk_register_gates()
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mpc5121.dtsi | 134 clks: clock@f00 { label
|
H A D | mpc5125twr.dts | 99 clks: clock@f00 { // Clock control label
|
/openbmc/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa25x.dtsi | 21 clks: pxa2xx_clks@41300004 { label
|