Home
last modified time | relevance | path

Searched refs:clk_hw_onecell_data (Results 1 – 25 of 111) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/clk/bcm/
H A Dclk-bcm2711-dvp.c17 struct clk_hw_onecell_data *data;
27 struct clk_hw_onecell_data *data; in clk_dvp_probe()
99 struct clk_hw_onecell_data *data = dvp->data; in clk_dvp_remove()
H A Dclk-raspberrypi.c249 struct clk_hw_onecell_data *data) in raspberrypi_discover_clocks()
300 struct clk_hw_onecell_data *clk_data; in raspberrypi_clk_probe()
H A Dclk-bcm2835-aux.c19 struct clk_hw_onecell_data *onecell; in bcm2835_aux_clk_probe()
/OK3568_Linux_fs/kernel/drivers/clk/sprd/
H A Dcommon.h26 struct clk_hw_onecell_data *hw_clks;
36 int sprd_clk_probe(struct device *dev, struct clk_hw_onecell_data *clkhw);
H A Dsc9860-clk.c86 static struct clk_hw_onecell_data sc9860_pmu_gate_hws = {
317 static struct clk_hw_onecell_data sc9860_pll_hws = {
463 static struct clk_hw_onecell_data sc9860_ap_clk_hws = {
701 static struct clk_hw_onecell_data sc9860_aon_prediv_hws = {
800 static struct clk_hw_onecell_data sc9860_apahb_gate_hws = {
1092 static struct clk_hw_onecell_data sc9860_aon_gate_hws = {
1210 static struct clk_hw_onecell_data sc9860_aonsecure_clk_hws = {
1283 static struct clk_hw_onecell_data sc9860_agcp_gate_hws = {
1324 static struct clk_hw_onecell_data sc9860_gpu_clk_hws = {
1368 static struct clk_hw_onecell_data sc9860_vsp_clk_hws = {
[all …]
H A Dsc9863a-clk.c55 static struct clk_hw_onecell_data sc9863a_pmu_gate_hws = {
159 static struct clk_hw_onecell_data sc9863a_pll_hws = {
215 static struct clk_hw_onecell_data sc9863a_mpll_hws = {
249 static struct clk_hw_onecell_data sc9863a_rpll_hws = {
287 static struct clk_hw_onecell_data sc9863a_dpll_hws = {
772 static struct clk_hw_onecell_data sc9863a_aon_clk_hws = {
1012 static struct clk_hw_onecell_data sc9863a_ap_clk_hws = {
1104 static struct clk_hw_onecell_data sc9863a_apahb_gate_hws = {
1430 static struct clk_hw_onecell_data sc9863a_aonapb_gate_hws = {
1591 static struct clk_hw_onecell_data sc9863a_mm_gate_hws = {
[all …]
H A Dcommon.c80 int sprd_clk_probe(struct device *dev, struct clk_hw_onecell_data *clkhw) in sprd_clk_probe()
/OK3568_Linux_fs/kernel/drivers/clk/actions/
H A Dowl-common.h28 struct clk_hw_onecell_data *hw_clks;
42 int owl_clk_probe(struct device *dev, struct clk_hw_onecell_data *hw_clks);
H A Dowl-common.c65 int owl_clk_probe(struct device *dev, struct clk_hw_onecell_data *hw_clks) in owl_clk_probe()
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu-sun8i-de2.c117 static struct clk_hw_onecell_data sun8i_a83t_de2_hw_clks = {
137 static struct clk_hw_onecell_data sun8i_h3_de2_hw_clks = {
154 static struct clk_hw_onecell_data sun8i_v3s_de2_hw_clks = {
168 static struct clk_hw_onecell_data sun50i_a64_de2_hw_clks = {
H A Dccu-sun8i-r.c154 static struct clk_hw_onecell_data sun8i_a83t_r_hw_clks = {
171 static struct clk_hw_onecell_data sun8i_h3_r_hw_clks = {
187 static struct clk_hw_onecell_data sun50i_a64_r_hw_clks = {
H A Dccu_common.h46 struct clk_hw_onecell_data *hw_clks;
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-oxnas.c29 struct clk_hw_onecell_data *onecell_data;
155 static struct clk_hw_onecell_data ox810se_hw_onecell_data = {
170 static struct clk_hw_onecell_data ox820_hw_onecell_data = {
H A Dclk-milbeaut.c65 static struct clk_hw_onecell_data *m10v_clk_data;
499 struct clk_hw_onecell_data *clk_data, in m10v_reg_div_pre()
528 struct clk_hw_onecell_data *clk_data, in m10v_reg_fixed_pre()
543 struct clk_hw_onecell_data *clk_data, in m10v_reg_mux_pre()
H A Dclk-stm32mp1.c321 struct clk_hw_onecell_data *clk_data,
381 struct clk_hw_onecell_data *clk_data, in _clk_hw_register_gate()
399 struct clk_hw_onecell_data *clk_data, in _clk_hw_register_fixed_factor()
412 struct clk_hw_onecell_data *clk_data, in _clk_hw_register_divider_table()
432 struct clk_hw_onecell_data *clk_data, in _clk_hw_register_mux()
1039 struct clk_hw_onecell_data *clk_data, in _clk_register_pll()
1055 struct clk_hw_onecell_data *clk_data, in _clk_register_cktim()
1068 struct clk_hw_onecell_data *clk_data, in _clk_stm32_register_gate()
1083 struct clk_hw_onecell_data *clk_data, in _clk_stm32_register_composite()
2020 struct clk_hw_onecell_data *clk_data, in stm32_register_hw_clk()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk-imx7ulp.c48 struct clk_hw_onecell_data *clk_data; in imx7ulp_clk_scg1_init()
137 struct clk_hw_onecell_data *clk_data; in imx7ulp_clk_pcc2_init()
185 struct clk_hw_onecell_data *clk_data; in imx7ulp_clk_pcc3_init()
232 struct clk_hw_onecell_data *clk_data; in imx7ulp_clk_smc1_init()
/OK3568_Linux_fs/kernel/drivers/clk/mvebu/
H A Darmada-37xx-tbg.c84 struct clk_hw_onecell_data *hw_tbg_data; in armada_3700_tbg_clock_probe()
134 struct clk_hw_onecell_data *hw_tbg_data = platform_get_drvdata(pdev); in armada_3700_tbg_clock_remove()
H A Dcp110-system-controller.c198 struct clk_hw_onecell_data *clk_data = data; in cp110_of_clk_get()
223 struct clk_hw_onecell_data *cp110_clk_data; in cp110_syscon_common_probe()
/OK3568_Linux_fs/kernel/drivers/clk/meson/
H A Dmeson-eeclk.h20 struct clk_hw_onecell_data *hw_onecell_data;
H A Dmeson-aoclk.h27 const struct clk_hw_onecell_data *hw_data;
H A Dmeson8-ddr.c80 static struct clk_hw_onecell_data meson8_ddr_clk_hw_onecell_data = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_tcon_top.h28 struct clk_hw_onecell_data *clk_data;
H A Dsun8i_tcon_top.c128 struct clk_hw_onecell_data *clk_data; in sun8i_tcon_top_bind()
243 struct clk_hw_onecell_data *clk_data = tcon_top->clk_data; in sun8i_tcon_top_unbind()
/OK3568_Linux_fs/kernel/drivers/clk/imgtec/
H A Dclk-boston.c35 struct clk_hw_onecell_data *onecell; in clk_boston_setup()
/OK3568_Linux_fs/kernel/drivers/clk/zte/
H A Dclk-zx296718.c556 static struct clk_hw_onecell_data top_hw_onecell_data = {
742 static struct clk_hw_onecell_data lsp0_hw_onecell_data = {
848 static struct clk_hw_onecell_data lsp1_hw_onecell_data = {
963 static struct clk_hw_onecell_data audio_hw_onecell_data = {

12345