/linux-4.4.14/drivers/clk/mediatek/ |
D | clk-mtk.h | 44 int num, struct clk_onecell_data *clk_data); 63 int num, struct clk_onecell_data *clk_data); 131 struct clk_onecell_data *clk_data); 149 int num, struct clk_onecell_data *clk_data); 151 struct clk_onecell_data *mtk_alloc_clk_data(unsigned int clk_num); 181 struct clk_onecell_data *clk_data);
|
D | clk-mtk.c | 27 struct clk_onecell_data * __init mtk_alloc_clk_data(unsigned int clk_num) in mtk_alloc_clk_data() 30 struct clk_onecell_data *clk_data; in mtk_alloc_clk_data() 53 int num, struct clk_onecell_data *clk_data) in mtk_clk_register_fixed_clks() 76 int num, struct clk_onecell_data *clk_data) in mtk_clk_register_factors() 100 int num, struct clk_onecell_data *clk_data) in mtk_clk_register_gates() 225 struct clk_onecell_data *clk_data) in mtk_clk_register_composites()
|
D | clk-mt8173.c | 893 static struct clk_onecell_data *mt8173_top_clk_data __initdata; 894 static struct clk_onecell_data *mt8173_pll_clk_data __initdata; 911 struct clk_onecell_data *clk_data; in mtk_topckgen_init() 939 struct clk_onecell_data *clk_data; in mtk_infrasys_init() 959 struct clk_onecell_data *clk_data; in mtk_pericfg_init() 1062 struct clk_onecell_data *clk_data; in mtk_apmixedsys_init() 1106 struct clk_onecell_data *clk_data; in mtk_imgsys_init() 1124 struct clk_onecell_data *clk_data; in mtk_mmsys_init() 1141 struct clk_onecell_data *clk_data; in mtk_vdecsys_init() 1158 struct clk_onecell_data *clk_data; in mtk_vencsys_init() [all …]
|
D | clk-mt8135.c | 526 struct clk_onecell_data *clk_data; in mtk_topckgen_init() 554 struct clk_onecell_data *clk_data; in mtk_infrasys_init() 575 struct clk_onecell_data *clk_data; in mtk_pericfg_init() 636 struct clk_onecell_data *clk_data; in mtk_apmixedsys_init()
|
D | clk-pll.c | 317 const struct mtk_pll_data *plls, int num_plls, struct clk_onecell_data *clk_data) in mtk_clk_register_plls()
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk-rockchip.c | 29 struct clk_onecell_data *clk_data; in rk2928_gate_clk_init() 53 clk_data = kzalloc(sizeof(struct clk_onecell_data), GFP_KERNEL); in rk2928_gate_clk_init()
|
D | clk.c | 165 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-sun6i-apb0-gates.c | 42 struct clk_onecell_data *clk_data; in sun6i_a31_apb0_gates_clk_probe() 70 clk_data = devm_kzalloc(&pdev->dev, sizeof(struct clk_onecell_data), in sun6i_a31_apb0_gates_clk_probe()
|
D | clk-sun9i-mmc.c | 38 struct clk_onecell_data clk_data; 95 struct clk_onecell_data *clk_data; in sun9i_a80_mmc_config_clk_probe() 190 struct clk_onecell_data *clk_data = &data->clk_data; in sun9i_a80_mmc_config_clk_remove()
|
D | clk-simple-gates.c | 30 struct clk_onecell_data *clk_data; in sunxi_simple_gates_setup() 47 clk_data = kmalloc(sizeof(struct clk_onecell_data), GFP_KERNEL); in sunxi_simple_gates_setup()
|
D | clk-usb.c | 100 struct clk_onecell_data *clk_data; in sunxi_usb_clk_setup() 121 clk_data = kmalloc(sizeof(struct clk_onecell_data), GFP_KERNEL); in sunxi_usb_clk_setup()
|
D | clk-a10-pll2.c | 51 struct clk_onecell_data *clk_data; in sun4i_pll2_setup()
|
D | clk-mod0.c | 311 struct clk_onecell_data *clk_data; in sunxi_mmc_setup()
|
D | clk-sunxi.c | 977 struct clk_onecell_data *clk_data; in sunxi_divs_clk_setup() 1000 clk_data = kmalloc(sizeof(struct clk_onecell_data), GFP_KERNEL); in sunxi_divs_clk_setup()
|
/linux-4.4.14/drivers/clk/qcom/ |
D | common.c | 29 struct clk_onecell_data data; 97 struct clk_onecell_data *data; in qcom_cc_really_probe()
|
/linux-4.4.14/drivers/clk/ingenic/ |
D | cgu.h | 180 struct clk_onecell_data clocks;
|
/linux-4.4.14/drivers/clk/hisilicon/ |
D | clk.h | 34 struct clk_onecell_data clk_data;
|
D | clk-hi3620.c | 468 struct clk_onecell_data *clk_data; in hi3620_mmc_clk_init()
|
/linux-4.4.14/drivers/clk/shmobile/ |
D | clk-rz.c | 21 struct clk_onecell_data data;
|
D | clk-r8a7778.c | 17 struct clk_onecell_data data;
|
D | clk-r8a7779.c | 27 struct clk_onecell_data data;
|
D | clk-r8a7740.c | 21 struct clk_onecell_data data;
|
D | clk-sh73a0.c | 21 struct clk_onecell_data data;
|
D | clk-r8a73a4.c | 21 struct clk_onecell_data data;
|
D | clk-mstp.c | 42 struct clk_onecell_data data;
|
D | clk-rcar-gen2.c | 24 struct clk_onecell_data data;
|
/linux-4.4.14/drivers/clk/pxa/ |
D | clk-pxa.c | 24 static struct clk_onecell_data onecell_data = {
|
/linux-4.4.14/drivers/clk/ |
D | clk-efm32gg.c | 19 static struct clk_onecell_data clk_data = {
|
D | clk-rk808.c | 29 struct clk_onecell_data clk_data;
|
D | clk-max-gen.c | 164 struct clk_onecell_data *of_data; in max_gen_clk_probe()
|
D | clk-clps711x.c | 43 struct clk_onecell_data clk_data;
|
D | clk-s2mps11.c | 34 static struct clk_onecell_data clk_data;
|
D | clk-asm9260.c | 72 static struct clk_onecell_data clk_data;
|
D | clk-axm5516.c | 534 struct clk_onecell_data onecell;
|
D | clk-cdce706.c | 84 struct clk_onecell_data onecell;
|
D | clk-cdce925.c | 66 struct clk_onecell_data onecell;
|
D | clk-qoriq.c | 1022 struct clk_onecell_data *onecell_data; in legacy_pll_init()
|
D | clk-si5351.c | 57 struct clk_onecell_data onecell;
|
D | clk.c | 2936 struct clk_onecell_data *clk_data = data; in of_clk_src_onecell_get()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | media-dev.h | 145 struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk-imx1.c | 39 static struct clk_onecell_data clk_data;
|
D | clk-imx21.c | 43 static struct clk_onecell_data clk_data;
|
D | clk-imx27.c | 48 static struct clk_onecell_data clk_data;
|
D | clk-imx31.c | 63 static struct clk_onecell_data clk_data;
|
D | clk-imx35.c | 63 static struct clk_onecell_data clk_data;
|
D | clk-imx25.c | 56 static struct clk_onecell_data clk_data;
|
D | clk-imx6sl.c | 103 static struct clk_onecell_data clk_data;
|
D | clk-vf610.c | 116 static struct clk_onecell_data clk_data;
|
D | clk-imx6ul.c | 69 static struct clk_onecell_data clk_data;
|
D | clk-imx51-imx53.c | 131 static struct clk_onecell_data clk_data;
|
D | clk-imx6sx.c | 93 static struct clk_onecell_data clk_data;
|
D | clk-imx6q.c | 85 static struct clk_onecell_data clk_data;
|
D | clk-imx7d.c | 364 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/pistachio/ |
D | clk.h | 147 struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/zte/ |
D | clk-zx296702.c | 25 static struct clk_onecell_data topclk_data; 26 static struct clk_onecell_data lsp0clk_data; 27 static struct clk_onecell_data lsp1clk_data;
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 32 struct clk_onecell_data data;
|
D | clk-s5pv210-audss.c | 29 static struct clk_onecell_data clk_data;
|
D | clk-exynos-audss.c | 32 static struct clk_onecell_data clk_data;
|
D | clk.h | 29 struct clk_onecell_data clk_data;
|
D | clk-s3c2410-dclk.c | 129 struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/mmp/ |
D | clk.h | 139 struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/mxs/ |
D | clk-imx23.c | 97 static struct clk_onecell_data clk_data;
|
D | clk-imx28.c | 152 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/mvebu/ |
D | clk-cpu.c | 46 static struct clk_onecell_data clk_data;
|
D | common.c | 37 static struct clk_onecell_data clk_data;
|
D | clk-corediv.c | 63 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/meson/ |
D | clkc.c | 27 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk.c | 80 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/st/ |
D | clkgen-mux.c | 390 struct clk_onecell_data *clk_data; in st_of_clkgena_divmux_setup() 715 struct clk_onecell_data *clk_data; in st_of_clkgen_vcc_setup()
|
D | clk-flexgen.c | 266 struct clk_onecell_data *clk_data; in st_of_flexgen_setup()
|
D | clkgen-pll.c | 918 struct clk_onecell_data *clk_data; in clkgena_c65_pll_setup() 1100 struct clk_onecell_data *clk_data; in clkgen_c32_pll_setup()
|
D | clkgen-fsyn.c | 1094 struct clk_onecell_data *clk_data; in st_of_create_quadfs_fsynths()
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-iproc-asiu.c | 40 struct clk_onecell_data clk_data;
|
D | clk-kona.h | 484 struct clk_onecell_data clk_data;
|
D | clk-iproc-pll.c | 86 struct clk_onecell_data clk_data;
|
D | clk-bcm2835.c | 290 struct clk_onecell_data onecell;
|
/linux-4.4.14/drivers/clk/berlin/ |
D | bg2q.c | 50 static struct clk_onecell_data clk_data;
|
D | bg2.c | 96 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/staging/clocking-wizard/ |
D | clk-xlnx-clock-wizard.c | 64 struct clk_onecell_data clk_data;
|
/linux-4.4.14/include/linux/ |
D | clk-provider.h | 685 struct clk_onecell_data { struct
|
/linux-4.4.14/arch/mips/ath79/ |
D | clock.c | 33 static struct clk_onecell_data clk_data = {
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | adg.c | 34 struct clk_onecell_data onecell;
|
/linux-4.4.14/drivers/clk/ti/ |
D | fapll.c | 71 struct clk_onecell_data outputs;
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll_28nm.c | 92 struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/ux500/ |
D | u8500_of_clk.c | 560 static struct clk_onecell_data clk_data; in u8500_clk_init()
|
/linux-4.4.14/drivers/clk/nxp/ |
D | clk-lpc18xx-cgu.c | 638 static struct clk_onecell_data clk_base_data = {
|
/linux-4.4.14/drivers/clk/zynq/ |
D | clkc.c | 73 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
D | clock-commonclk.c | 75 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/drivers/clk/sirf/ |
D | clk-common.c | 17 static struct clk_onecell_data clk_data;
|
D | clk-atlas7.c | 291 static struct clk_onecell_data clk_data;
|
/linux-4.4.14/sound/soc/samsung/ |
D | i2s.c | 104 struct clk_onecell_data clk_data;
|