/Linux-v4.19/drivers/clk/ |
D | clk-bulk.c | 23 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()
|
D | clk-devres.c | 38 struct clk_bulk_data *clks; member 50 struct clk_bulk_data *clks) in devm_clk_bulk_get()
|
/Linux-v4.19/drivers/clk/hisilicon/ |
D | clk.c | 105 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()
|
/Linux-v4.19/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-v4.19/include/linux/ |
D | clk.h | 245 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()
|
/Linux-v4.19/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-v4.19/drivers/clk/socfpga/ |
D | clk-s10.c | 168 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()
|
/Linux-v4.19/drivers/clk/mediatek/ |
D | clk-mtk.c | 52 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()
|
/Linux-v4.19/drivers/clk/imx/ |
D | clk.c | 11 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()
|
/Linux-v4.19/drivers/clk/axis/ |
D | clk-artpec6.c | 46 struct clk **clks; in of_artpec6_clkctrl_setup() local 124 struct clk **clks = clkdata->clk_table; in artpec6_clkctrl_probe() local
|
/Linux-v4.19/drivers/clk/microchip/ |
D | clk-pic32mzda.c | 135 struct clk *clks[MAXCLKS]; member 164 struct clk **clks; in pic32mzda_clk_probe() local
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk.c | 79 static struct clk **clks; variable 237 struct clk *clks[], int clk_max) in tegra_init_dup_clks() 249 struct clk *clks[], int clk_max) in tegra_init_from_table()
|
D | clk-tegra-fixed.c | 32 int __init tegra_osc_clk_init(void __iomem *clk_base, struct tegra_clk *clks, in tegra_osc_clk_init()
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | mpc5121.dtsi | 138 clks: clock@f00 { label
|
D | mpc5125twr.dts | 103 clks: clock@f00 { // Clock control label
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | pxa25x.dtsi | 27 clks: pxa2xx_clks@41300004 { label
|
D | pxa27x.dtsi | 127 clks: pxa2xx_clks@41300004 { label
|
D | axm55xx.dtsi | 52 clks: clock-controller@2010020000 { label
|
D | ep7209.dtsi | 46 clks: clks@80000000 { label
|
D | imx1.dtsi | 201 clks: ccm@21b000 { label
|
/Linux-v4.19/include/linux/platform_data/x86/ |
D | clk-pmc-atom.h | 41 const struct pmc_clk *clks; member
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-common.h | 26 struct owl_clk_common **clks; member
|
D | owl-common.c | 30 struct owl_clk_common *clks; in owl_clk_set_regmap() local
|
/Linux-v4.19/drivers/clk/meson/ |
D | meson-aoclk.h | 23 struct clk_regmap **clks; member
|
/Linux-v4.19/include/linux/remoteproc/ |
D | st_slim_rproc.h | 51 struct clk *clks[ST_SLIM_MAX_CLK]; member
|