Home
last modified time | relevance | path

Searched refs:tsens (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/thermal/
Dqcom-tsens.txt6 - "qcom,msm8916-tsens" (MSM8916)
7 - "qcom,msm8974-tsens" (MSM8974)
8 - "qcom,msm8996-tsens" (MSM8996)
9 - "qcom,msm8998-tsens", "qcom,tsens-v2" (MSM8998)
10 - "qcom,sdm845-tsens", "qcom,tsens-v2" (SDM845)
11 The generic "qcom,tsens-v2" property must be used as a fallback for any SoC
21 - #qcom,sensors: Number of sensors in tsens block
25 Example 1 (legacy support before a fallback tsens-v2 property was introduced):
26 tsens: thermal-sensor@900000 {
27 compatible = "qcom,msm8916-tsens";
[all …]
/Linux-v4.19/drivers/thermal/qcom/
DMakefile2 qcom_tsens-y += tsens.o tsens-common.o tsens-8916.o tsens-8974.o tsens-8960.o tsens-v2.o
/Linux-v4.19/arch/arm/boot/dts/
Dqcom-apq8084.dtsi103 thermal-sensors = <&tsens 5>;
123 thermal-sensors = <&tsens 6>;
143 thermal-sensors = <&tsens 7>;
163 thermal-sensors = <&tsens 8>;
249 tsens: thermal-sensor@fc4a8000 { label
250 compatible = "qcom,msm8974-tsens";
Dqcom-msm8974.dtsi138 thermal-sensors = <&tsens 5>;
158 thermal-sensors = <&tsens 6>;
178 thermal-sensors = <&tsens 7>;
198 thermal-sensors = <&tsens 8>;
430 tsens: thermal-sensor@fc4a8000 { label
431 compatible = "qcom,msm8974-tsens";
/Linux-v4.19/Documentation/devicetree/bindings/nvmem/
Dqfprom.txt31 tsens {
Dnvmem.txt76 tsens {
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dqcom,gcc.txt34 Documentation/devicetree/bindings/thermal/qcom-tsens.txt
/Linux-v4.19/arch/arm64/boot/dts/qcom/
Dsdm845.dtsi966 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
974 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
Dmsm8916.dtsi190 thermal-sensors = <&tsens 4>;
217 thermal-sensors = <&tsens 3>;
764 tsens: thermal-sensor@4a8000 { label
765 compatible = "qcom,msm8916-tsens";
Dmsm8996.dtsi381 compatible = "qcom,msm8996-tsens";
389 compatible = "qcom,msm8996-tsens";
/Linux-v4.19/drivers/clk/qcom/
Dgcc-msm8960.c3461 struct platform_device *tsens; in gcc_msm8960_probe() local
3480 tsens = platform_device_register_data(&pdev->dev, "qcom-tsens", -1, in gcc_msm8960_probe()
3482 if (IS_ERR(tsens)) in gcc_msm8960_probe()
3483 return PTR_ERR(tsens); in gcc_msm8960_probe()
3485 platform_set_drvdata(pdev, tsens); in gcc_msm8960_probe()
3492 struct platform_device *tsens = platform_get_drvdata(pdev); in gcc_msm8960_remove() local
3494 platform_device_unregister(tsens); in gcc_msm8960_remove()