Home
last modified time | relevance | path

Searched defs:clks (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/kernel/linux/linux-5.10/drivers/clk/
Dclk-bulk.c16 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 …]
Dclk-devres.c44 struct clk_bulk_data *clks; member
56 struct clk_bulk_data *clks, bool optional) in __devm_clk_bulk_get()
82 struct clk_bulk_data *clks) in devm_clk_bulk_get()
89 struct clk_bulk_data *clks) in devm_clk_bulk_get_optional()
103 struct clk_bulk_data **clks) in devm_clk_bulk_get_all()
/kernel/linux/linux-4.19/drivers/clk/
Dclk-bulk.c23 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put()
33 struct clk_bulk_data *clks) in clk_bulk_get()
72 void clk_bulk_unprepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_unprepare()
88 const struct clk_bulk_data *clks) in clk_bulk_prepare()
122 void clk_bulk_disable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_disable()
138 int __must_check clk_bulk_enable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_enable()
Dclk-devres.c38 struct clk_bulk_data *clks; member
50 struct clk_bulk_data *clks) in devm_clk_bulk_get()
/kernel/linux/linux-5.10/drivers/clk/hisilicon/
Dclk.c91 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()
/kernel/linux/linux-4.19/drivers/clk/hisilicon/
Dclk.c105 int hisi_clk_register_fixed_rate(const struct hisi_fixed_rate_clock *clks, in hisi_clk_register_fixed_rate()
134 int hisi_clk_register_fixed_factor(const struct hisi_fixed_factor_clock *clks, in hisi_clk_register_fixed_factor()
164 int hisi_clk_register_mux(const struct hisi_mux_clock *clks, in hisi_clk_register_mux()
203 const struct hisi_phase_clock *clks, in hisi_clk_register_phase()
226 int hisi_clk_register_divider(const struct hisi_divider_clock *clks, in hisi_clk_register_divider()
264 int hisi_clk_register_gate(const struct hisi_gate_clock *clks, in hisi_clk_register_gate()
301 void hisi_clk_register_gate_sep(const struct hisi_gate_clock *clks, in hisi_clk_register_gate_sep()
330 void __init hi6220_clk_register_divider(const struct hi6220_divider_clock *clks, in hi6220_clk_register_divider()
/kernel/linux/linux-5.10/include/linux/
Dclk.h243 clk_bulk_prepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_prepare()
268 const struct clk_bulk_data *clks) in clk_bulk_unprepare()
754 struct clk_bulk_data *clks) in clk_bulk_get()
760 int num_clks, struct clk_bulk_data *clks) in clk_bulk_get_optional()
766 struct clk_bulk_data **clks) in clk_bulk_get_all()
783 struct clk_bulk_data *clks) in devm_clk_bulk_get()
789 int num_clks, struct clk_bulk_data *clks) in devm_clk_bulk_get_optional()
795 struct clk_bulk_data **clks) in devm_clk_bulk_get_all()
809 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put()
811 static inline void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put_all()
[all …]
/kernel/linux/linux-5.10/drivers/clk/mmp/
Dclk.c27 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()
/kernel/linux/linux-4.19/drivers/clk/mmp/
Dclk.c27 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()
/kernel/linux/linux-5.10/drivers/sh/clk/
Dcpg.c79 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()
/kernel/linux/linux-4.19/include/linux/
Dclk.h245 static inline int __must_check clk_bulk_prepare(int num_clks, struct clk_bulk_data *clks) in clk_bulk_prepare()
269 static inline void clk_bulk_unprepare(int num_clks, struct clk_bulk_data *clks) in clk_bulk_unprepare()
640 struct clk_bulk_data *clks) in clk_bulk_get()
651 struct clk_bulk_data *clks) in devm_clk_bulk_get()
664 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put()
681 static inline int __must_check clk_bulk_enable(int num_clks, struct clk_bulk_data *clks) in clk_bulk_enable()
690 struct clk_bulk_data *clks) {} in clk_bulk_disable()
756 struct clk_bulk_data *clks) in clk_bulk_prepare_enable()
771 struct clk_bulk_data *clks) in clk_bulk_disable_unprepare()
/kernel/linux/linux-4.19/drivers/sh/clk/
Dcpg.c94 int __init sh_clk_mstp_register(struct clk *clks, int nr) in sh_clk_mstp_register()
241 static int __init sh_clk_div_register_ops(struct clk *clks, int nr, in sh_clk_div_register_ops()
336 int __init sh_clk_div6_register(struct clk *clks, int nr) in sh_clk_div6_register()
342 int __init sh_clk_div6_reparent_register(struct clk *clks, int nr) in sh_clk_div6_reparent_register()
389 int __init sh_clk_div4_register(struct clk *clks, int nr, in sh_clk_div4_register()
395 int __init sh_clk_div4_enable_register(struct clk *clks, int nr, in sh_clk_div4_enable_register()
402 int __init sh_clk_div4_reparent_register(struct clk *clks, int nr, in sh_clk_div4_reparent_register()
467 int __init sh_clk_fsidiv_register(struct clk *clks, int nr) in sh_clk_fsidiv_register()
/kernel/linux/linux-4.19/drivers/clk/socfpga/
Dclk-s10.c168 static int s10_clk_register_c_perip(const struct stratix10_perip_c_clock *clks, in s10_clk_register_c_perip()
189 static int s10_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock *clks, in s10_clk_register_cnt_perip()
216 static int s10_clk_register_gate(const struct stratix10_gate_clock *clks, in s10_clk_register_gate()
245 static int s10_clk_register_pll(const struct stratix10_pll_clock *clks, in s10_clk_register_pll()
/kernel/linux/linux-5.10/drivers/clk/socfpga/
Dclk-s10.c307 static int s10_clk_register_c_perip(const struct stratix10_perip_c_clock *clks, in s10_clk_register_c_perip()
326 static int s10_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock *clks, in s10_clk_register_cnt_perip()
346 static int s10_clk_register_gate(const struct stratix10_gate_clock *clks, in s10_clk_register_gate()
366 static int s10_clk_register_pll(const struct stratix10_pll_clock *clks, in s10_clk_register_pll()
Dclk-agilex.c325 static int agilex_clk_register_c_perip(const struct stratix10_perip_c_clock *clks, in agilex_clk_register_c_perip()
344 static int agilex_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock *clks, in agilex_clk_register_cnt_perip()
364 static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks, int nums, stru… in agilex_clk_register_gate()
383 static int agilex_clk_register_pll(const struct stratix10_pll_clock *clks, in agilex_clk_register_pll()
Dclk-periph-s10.c81 struct clk *s10_register_periph(const struct stratix10_perip_c_clock *clks, in s10_register_periph()
115 struct clk *s10_register_cnt_periph(const struct stratix10_perip_cnt_clock *clks, in s10_register_cnt_periph()
/kernel/linux/linux-5.10/drivers/clk/mediatek/
Dclk-mtk.c45 void mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, in mtk_clk_register_fixed_clks()
71 void mtk_clk_register_factors(const struct mtk_fixed_factor *clks, in mtk_clk_register_factors()
98 const struct mtk_gate *clks, in mtk_clk_register_gates_with_dev()
142 const struct mtk_gate *clks, in mtk_clk_register_gates()
/kernel/linux/linux-5.10/drivers/clk/imx/
Dclk.c20 void imx_unregister_clocks(struct clk *clks[], unsigned int count) in imx_unregister_clocks()
47 void imx_check_clocks(struct clk *clks[], unsigned int count) in imx_check_clocks()
57 void imx_check_clk_hws(struct clk_hw *clks[], unsigned int count) in imx_check_clk_hws()
/kernel/linux/linux-4.19/drivers/clk/mediatek/
Dclk-mtk.c52 void mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, in mtk_clk_register_fixed_clks()
78 void mtk_clk_register_factors(const struct mtk_fixed_factor *clks, in mtk_clk_register_factors()
105 const struct mtk_gate *clks, in mtk_clk_register_gates()
/kernel/linux/linux-4.19/drivers/clk/imx/
Dclk.c11 void __init imx_check_clocks(struct clk *clks[], unsigned int count) in imx_check_clocks()
92 void __init imx_register_uart_clocks(struct clk ** const clks[]) in imx_register_uart_clocks()
/kernel/linux/linux-5.10/drivers/clk/tegra/
Dclk.c26 static struct clk **clks; variable
253 struct clk *clks[], int clk_max) in tegra_init_dup_clks()
265 struct clk *clks[], int clk_max) in tegra_init_from_table()
/kernel/linux/linux-5.10/drivers/clk/axis/
Dclk-artpec6.c43 struct clk **clks; in of_artpec6_clkctrl_setup() local
121 struct clk **clks = clkdata->clk_table; in artpec6_clkctrl_probe() local
/kernel/linux/linux-4.19/drivers/clk/axis/
Dclk-artpec6.c46 struct clk **clks; in of_artpec6_clkctrl_setup() local
124 struct clk **clks = clkdata->clk_table; in artpec6_clkctrl_probe() local
/kernel/linux/linux-4.19/drivers/clk/microchip/
Dclk-pic32mzda.c135 struct clk *clks[MAXCLKS]; member
164 struct clk **clks; in pic32mzda_clk_probe() local
/kernel/linux/linux-5.10/drivers/clk/microchip/
Dclk-pic32mzda.c128 struct clk *clks[MAXCLKS]; member
157 struct clk **clks; in pic32mzda_clk_probe() local

12345678910>>...16