| /Linux-v5.4/drivers/clk/ | 
| 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 …]
 
 | 
| D | clk-devres.c | 44 	struct clk_bulk_data *clks;  member56 			       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()
 96 				       struct clk_bulk_data **clks)  in devm_clk_bulk_get_all()
 
 | 
| /Linux-v5.4/drivers/clk/hisilicon/ | 
| 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()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | clk.h | 243 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()
 751 					    struct clk_bulk_data *clks)  in clk_bulk_get()
 757 				int num_clks, struct clk_bulk_data *clks)  in clk_bulk_get_optional()
 763 					 struct clk_bulk_data **clks)  in clk_bulk_get_all()
 780 						 struct clk_bulk_data *clks)  in devm_clk_bulk_get()
 786 				int num_clks, struct clk_bulk_data *clks)  in devm_clk_bulk_get_optional()
 792 						     struct clk_bulk_data **clks)  in devm_clk_bulk_get_all()
 806 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {}  in clk_bulk_put()
 808 static inline void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) {}  in clk_bulk_put_all()
 [all …]
 
 | 
| /Linux-v5.4/drivers/clk/mmp/ | 
| 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()
 
 | 
| /Linux-v5.4/drivers/sh/clk/ | 
| D | cpg.c | 94 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()
 
 | 
| /Linux-v5.4/drivers/clk/imx/ | 
| D | clk-imx7ulp.c | 61 	struct clk_hw **clks;  in imx7ulp_clk_scg1_init()  local149 	struct clk_hw **clks;  in imx7ulp_clk_pcc2_init()  local
 204 	struct clk_hw **clks;  in imx7ulp_clk_pcc3_init()  local
 258 	struct clk_hw **clks;  in imx7ulp_clk_smc1_init()  local
 
 | 
| D | clk.c | 17 void imx_unregister_clocks(struct clk *clks[], unsigned int count)  in imx_unregister_clocks()35 void imx_check_clocks(struct clk *clks[], unsigned int count)  in imx_check_clocks()
 45 void imx_check_clk_hws(struct clk_hw *clks[], unsigned int count)  in imx_check_clk_hws()
 149 void imx_register_uart_clocks(struct clk ** const clks[])  in imx_register_uart_clocks()
 
 | 
| D | clk-imx8qxp.c | 24 	struct clk_hw **clks;  in imx8qxp_clk_probe()  local
 | 
| /Linux-v5.4/drivers/clk/socfpga/ | 
| D | clk-s10.c | 172 static int s10_clk_register_c_perip(const struct stratix10_perip_c_clock *clks,  in s10_clk_register_c_perip()193 static int s10_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock *clks,  in s10_clk_register_cnt_perip()
 220 static int s10_clk_register_gate(const struct stratix10_gate_clock *clks,  in s10_clk_register_gate()
 249 static int s10_clk_register_pll(const struct stratix10_pll_clock *clks,  in s10_clk_register_pll()
 
 | 
| /Linux-v5.4/drivers/clk/mediatek/ | 
| D | clk-mtk.c | 45 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()
 
 | 
| /Linux-v5.4/drivers/clk/axis/ | 
| D | clk-artpec6.c | 43 	struct clk **clks;  in of_artpec6_clkctrl_setup()  local121 	struct clk **clks = clkdata->clk_table;  in artpec6_clkctrl_probe()  local
 
 | 
| /Linux-v5.4/drivers/clk/microchip/ | 
| D | clk-pic32mzda.c | 128 	struct clk *clks[MAXCLKS];  member157 	struct clk **clks;  in pic32mzda_clk_probe()  local
 
 | 
| /Linux-v5.4/drivers/clk/tegra/ | 
| D | clk.c | 69 static struct clk **clks;  variable227 				struct clk *clks[], int clk_max)  in tegra_init_dup_clks()
 239 				  struct clk *clks[], int clk_max)  in tegra_init_from_table()
 
 | 
| /Linux-v5.4/arch/powerpc/boot/dts/ | 
| D | mpc5121.dtsi | 134 		clks: clock@f00 {  label
 | 
| D | mpc5125twr.dts | 99 		clks: clock@f00 {	// Clock control  label
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | pxa25x.dtsi | 21 		clks: pxa2xx_clks@41300004 {  label
 | 
| D | pxa27x.dtsi | 131 		clks: pxa2xx_clks@41300004 {  label
 | 
| D | axm55xx.dtsi | 48 		clks: clock-controller@2010020000 {  label
 | 
| D | ep7209.dtsi | 42 		clks: clks@80000000 {  label
 | 
| D | imx1.dtsi | 199 			clks: ccm@21b000 {  label
 | 
| /Linux-v5.4/drivers/clk/qcom/ | 
| D | krait-cc.c | 273 	struct clk **clks = data;  in krait_of_get()  local297 	struct clk **clks;  in krait_cc_probe()  local
 
 | 
| /Linux-v5.4/include/linux/platform_data/x86/ | 
| D | clk-pmc-atom.h | 35 	const struct pmc_clk *clks;  member
 | 
| /Linux-v5.4/drivers/clk/renesas/ | 
| D | clk-mstp.c | 46 	struct clk *clks[];  member188 	struct clk **clks;  in cpg_mstp_clocks_init()  local
 
 | 
| /Linux-v5.4/drivers/clk/actions/ | 
| D | owl-common.c | 30 	struct owl_clk_common *clks;  in owl_clk_set_regmap()  local
 |