Searched refs:tsens (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/thermal/ |
D | qcom-tsens.txt | 6 - "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/ |
D | Makefile | 2 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/ |
D | qcom-apq8084.dtsi | 103 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";
|
D | qcom-msm8974.dtsi | 138 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/ |
D | qfprom.txt | 31 tsens {
|
D | nvmem.txt | 76 tsens {
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | qcom,gcc.txt | 34 Documentation/devicetree/bindings/thermal/qcom-tsens.txt
|
/Linux-v4.19/arch/arm64/boot/dts/qcom/ |
D | sdm845.dtsi | 966 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2"; 974 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
|
D | msm8916.dtsi | 190 thermal-sensors = <&tsens 4>; 217 thermal-sensors = <&tsens 3>; 764 tsens: thermal-sensor@4a8000 { label 765 compatible = "qcom,msm8916-tsens";
|
D | msm8996.dtsi | 381 compatible = "qcom,msm8996-tsens"; 389 compatible = "qcom,msm8996-tsens";
|
/Linux-v4.19/drivers/clk/qcom/ |
D | gcc-msm8960.c | 3461 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()
|