| /linux/Documentation/devicetree/bindings/thermal/ |
| H A D | qcom-tsens.yaml | 5 $id: http://devicetree.org/schemas/thermal/qcom-tsens.yaml# 8 title: QCOM SoC Temperature Sensor (TSENS) 14 QCOM SoCs have TSENS IP to allow temperature measurement. There are currently 22 - description: msm8960 TSENS based 25 - qcom,ipq8064-tsens 26 - qcom,msm8960-tsens 28 - description: v0.1 of TSENS 31 - qcom,mdm9607-tsens 32 - qcom,msm8226-tsens 33 - qcom,msm8909-tsens [all …]
|
| H A D | thermal-sensor.yaml | 48 // Example 1: SDM845 TSENS 56 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2"; 67 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
|
| /linux/drivers/thermal/qcom/ |
| H A D | Makefile | 4 qcom_tsens-y += tsens.o tsens-v2.o tsens-v1.o tsens-v0_1.o \ 5 tsens-8960.o
|
| H A D | tsens.c | 23 #include "tsens.h" 486 * @priv: Pointer to tsens controller private data 509 * @priv: Pointer to tsens controller private data 573 /* No mask register on older TSENS */ in tsens_read_irq_state() 617 * @data: tsens controller private data 687 * @data: tsens controller private data 732 * @data: tsens controller private data 905 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init() 907 priv->debug_root = debugfs_create_dir("tsens", NULL); in tsens_debug_init() 909 /* A directory for each instance of the TSENS IP */ in tsens_debug_init() [all …]
|
| H A D | Kconfig | 3 tristate "Qualcomm TSENS Temperature Alarm" 7 This enables the thermal sysfs driver for the TSENS device. It shows
|
| H A D | tsens-8960.c | 11 #include "tsens.h"
|
| H A D | tsens-v1.c | 10 #include "tsens.h"
|
| H A D | tsens-v0_1.c | 9 #include "tsens.h"
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8956.dtsi | 15 &tsens { 16 compatible = "qcom,msm8956-tsens", "qcom,tsens-v1";
|
| H A D | glymur.dtsi | 5448 compatible = "qcom,glymur-tsens", "qcom,tsens-v2"; 5463 compatible = "qcom,glymur-tsens", "qcom,tsens-v2"; 5478 compatible = "qcom,glymur-tsens", "qcom,tsens-v2"; 5493 compatible = "qcom,glymur-tsens", "qcom,tsens-v2"; 5508 compatible = "qcom,glymur-tsens", "qcom,tsens-v2"; 5523 compatible = "qcom,glymur-tsens", "qcom,tsens-v2"; 5538 compatible = "qcom,glymur-tsens", "qcom,tsens-v2"; 5553 compatible = "qcom,glymur-tsens", "qcom,tsens-v2";
|
| H A D | sc8280xp.dtsi | 5508 compatible = "qcom,sc8280xp-tsens", "qcom,tsens-v2"; 5519 compatible = "qcom,sc8280xp-tsens", "qcom,tsens-v2"; 5530 compatible = "qcom,sc8280xp-tsens", "qcom,tsens-v2"; 5548 compatible = "qcom,sc8280xp-tsens", "qcom,tsens-v2";
|
| H A D | monaco.dtsi | 6136 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2"; 6147 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2"; 6158 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2"; 6169 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
|
| H A D | sm8650.dtsi | 6076 compatible = "qcom,sm8650-tsens", "qcom,tsens-v2"; 6091 compatible = "qcom,sm8650-tsens", "qcom,tsens-v2"; 6106 compatible = "qcom,sm8650-tsens", "qcom,tsens-v2";
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8qxp.dtsi | 268 tsens: thermal-sensor { label 307 thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;
|
| H A D | tqma8xx.dtsi | 137 thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-bcm2835.c | 1971 .name = "tsens",
|
| /linux/ |
| H A D | MAINTAINERS | 22624 QUALCOMM TSENS THERMAL DRIVER 22630 F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
|