Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dimx_thermal.c211 struct clk *thermal_clk; member
724 data->thermal_clk = devm_clk_get(&pdev->dev, NULL); in imx_thermal_probe()
725 if (IS_ERR(data->thermal_clk)) { in imx_thermal_probe()
726 ret = PTR_ERR(data->thermal_clk); in imx_thermal_probe()
740 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_probe()
813 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()
881 clk_disable_unprepare(data->thermal_clk); in imx_thermal_runtime_suspend()
893 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_runtime_resume()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dhisilicon-thermal.txt10 - clock-names: Input clock name, should be 'thermal_clk'.
22 clock-names = "thermal_clk";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/
H A Dhi6220.dtsi856 clock-names = "thermal_clk";