Searched full:thermal_clk (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/thermal/ |
D | hisilicon,tsensor.yaml | 29 - const: thermal_clk 55 clock-names = "thermal_clk";
|
/linux-6.12.1/drivers/thermal/ |
D | imx_thermal.c | 214 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()
|
D | hisi_thermal.c | 392 data->clk = devm_clk_get(dev, "thermal_clk"); in hi6220_thermal_probe()
|
/linux-6.12.1/drivers/clk/spear/ |
D | spear1310_clock.c | 475 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()
|
D | spear1340_clock.c | 532 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/ |
D | hi6220.dtsi | 860 clock-names = "thermal_clk";
|