Home
last modified time | relevance | path

Searched refs:oscin (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dti,lmk04832.yaml44 - const: oscin
154 lmk04832_oscin: oscin {
159 clock-output-names = "lmk04832-oscin";
180 clock-names = "oscin";
H A Damlogic,c3-peripherals-clkc.yaml48 - const: oscin
104 "oscin",
/linux-6.15/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c184 struct clk *oscin; member
350 parent_name = __clk_get_name(ao_cec->oscin); in meson_ao_cec_g12a_setup_clk()
696 ao_cec->oscin = devm_clk_get(&pdev->dev, "oscin"); in meson_ao_cec_g12a_probe()
697 if (IS_ERR(ao_cec->oscin)) { in meson_ao_cec_g12a_probe()
699 ret = PTR_ERR(ao_cec->oscin); in meson_ao_cec_g12a_probe()
/linux-6.15/Documentation/devicetree/bindings/media/cec/
H A Damlogic,meson-gx-ao-cec.yaml71 - const: oscin
/linux-6.15/drivers/clk/
H A Dclk-lmk04832.c260 struct clk *oscin; member
597 parent_names[0] = __clk_get_name(lmk->oscin); in lmk04832_register_vco()
1408 lmk->oscin = devm_clk_get_enabled(lmk->dev, "oscin"); in lmk04832_probe()
1409 if (IS_ERR(lmk->oscin)) { in lmk04832_probe()
1411 return PTR_ERR(lmk->oscin); in lmk04832_probe()
/linux-6.15/arch/arm64/boot/dts/amlogic/
H A Damlogic-c3.dtsi139 "oscin",
H A Dmeson-g12-common.dtsi2058 clock-names = "oscin";