Home
last modified time | relevance | path

Searched refs:wclk (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/pwm/
Dpwm-zx.c32 struct clk *wclk; member
86 rate = clk_get_rate(zpc->wclk); in zx_pwm_get_state()
107 rate = clk_get_rate(zpc->wclk); in zx_pwm_config()
174 ret = clk_prepare_enable(zpc->wclk); in zx_pwm_apply()
183 clk_disable_unprepare(zpc->wclk); in zx_pwm_apply()
216 zpc->wclk = devm_clk_get(&pdev->dev, "wclk"); in zx_pwm_probe()
217 if (IS_ERR(zpc->wclk)) in zx_pwm_probe()
218 return PTR_ERR(zpc->wclk); in zx_pwm_probe()
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dzte,tdm.txt10 - clock-names: "wclk" for the wclk.
25 clock-names = "wclk", "pclk";
Dzte,zx-i2s.txt9 - clock-names: "wclk" for the wclk, "pclk" for the pclk to the I2S interface.
26 clock-names = "wclk", "pclk";
Drt5682.txt35 - #clock-cells : Should be set to '<1>', wclk and bclk sources provided.
70 clock-output-names = "rt5682-dai-wclk", "rt5682-dai-bclk";
Dda7219.txt88 clock-output-names = "dai-wclk", "dai-bclk";
/Linux-v5.10/Documentation/devicetree/bindings/pwm/
Dpwm-zx.txt7 - clock-names: "pclk" for PCLK, "wclk" for WCLK to the PWM controller. The
20 clock-names = "pclk", "wclk";
/Linux-v5.10/Documentation/devicetree/bindings/media/
Dsamsung-mipi-csis.txt25 - samsung,csis-wclk : CSI-2 wrapper clock selection. If this property is present
/Linux-v5.10/sound/soc/codecs/
Dda7219.c1420 struct clk *wclk = da7219->dai_clks[DA7219_DAI_WCLK_IDX]; in da7219_set_dai_tdm_slot() local
1467 sr = clk_get_rate(wclk); in da7219_set_dai_tdm_slot()
1556 struct clk *wclk = da7219->dai_clks[DA7219_DAI_WCLK_IDX]; in da7219_hw_params() local
1591 if (da7219->master && wclk) { in da7219_hw_params()
1592 ret = clk_set_rate(wclk, sr); in da7219_hw_params()
/Linux-v5.10/arch/arm64/boot/dts/zte/
Dzx296718.dtsi483 clock-names = "pclk", "wclk";
588 clock-names = "wclk", "pclk";
/Linux-v5.10/arch/arm/boot/dts/
Dexynos4412-midas.dtsi441 samsung,csis-wclk;