Home
last modified time | relevance | path

Searched refs:thermal_clk (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/thermal/
Dimx_thermal.c217 struct clk *thermal_clk; member
759 data->thermal_clk = devm_clk_get(&pdev->dev, NULL); in imx_thermal_probe()
760 if (IS_ERR(data->thermal_clk)) { in imx_thermal_probe()
761 ret = PTR_ERR(data->thermal_clk); in imx_thermal_probe()
777 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_probe()
795 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()
830 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()
848 if (!IS_ERR(data->thermal_clk)) in imx_thermal_remove()
849 clk_disable_unprepare(data->thermal_clk); in imx_thermal_remove()
875 clk_disable_unprepare(data->thermal_clk); in imx_thermal_suspend()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/thermal/
Dhisilicon-thermal.txt10 - clock-names: Input clock name, should be 'thermal_clk'.
22 clock-names = "thermal_clk";
/Linux-v4.19/arch/arm64/boot/dts/hisilicon/
Dhi6220.dtsi845 clock-names = "thermal_clk";