Home
last modified time | relevance | path

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

/openbmc/linux/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";
/openbmc/linux/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()
/openbmc/linux/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(lmk->dev, "oscin"); in lmk04832_probe()
1409 if (IS_ERR(lmk->oscin)) { in lmk04832_probe()
1411 return PTR_ERR(lmk->oscin); in lmk04832_probe()
1414 ret = clk_prepare_enable(lmk->oscin); in lmk04832_probe()
1552 clk_disable_unprepare(lmk->oscin); in lmk04832_probe()
1561 clk_disable_unprepare(lmk->oscin); in lmk04832_remove()
/openbmc/linux/Documentation/devicetree/bindings/media/cec/
H A Damlogic,meson-gx-ao-cec.yaml71 - const: oscin
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12-common.dtsi2042 clock-names = "oscin";