Home
last modified time | relevance | path

Searched full:thermal_clk (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/thermal/
Dhisilicon,tsensor.yaml29 - const: thermal_clk
55 clock-names = "thermal_clk";
/linux-6.12.1/drivers/thermal/
Dimx_thermal.c214 struct clk *thermal_clk; member
663 data->thermal_clk = devm_clk_get(dev, NULL); in imx_thermal_probe()
664 if (IS_ERR(data->thermal_clk)) { in imx_thermal_probe()
665 ret = dev_err_probe(dev, PTR_ERR(data->thermal_clk), "failed to get thermal clk\n"); in imx_thermal_probe()
676 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_probe()
750 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()
816 clk_disable_unprepare(data->thermal_clk); in imx_thermal_runtime_suspend()
828 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_runtime_resume()
Dhisi_thermal.c392 data->clk = devm_clk_get(dev, "thermal_clk"); in hi6220_thermal_probe()
/linux-6.12.1/drivers/clk/spear/
Dspear1310_clock.c475 clk_register_fixed_factor(NULL, "thermal_clk", "osc_24m_clk", 0, 1, in spear1310_clk_init()
477 clk = clk_register_gate(NULL, "thermal_gclk", "thermal_clk", 0, in spear1310_clk_init()
Dspear1340_clock.c532 clk_register_fixed_factor(NULL, "thermal_clk", "osc_24m_clk", 0, 1, in spear1340_clk_init()
534 clk = clk_register_gate(NULL, "thermal_gclk", "thermal_clk", 0, in spear1340_clk_init()
/linux-6.12.1/arch/arm64/boot/dts/hisilicon/
Dhi6220.dtsi860 clock-names = "thermal_clk";