/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,gcc-apq8064.yaml | 38 description: child tsens device 39 $ref: /schemas/thermal/qcom-tsens.yaml# 55 Qualcomm TSENS (thermal sensor device) on some devices can 56 be part of GCC and hence the TSENS properties can also be part 58 For more details on the TSENS properties please refer 59 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml 88 compatible = "qcom,msm8960-tsens";
|
H A D | qcom,gcc-ipq8064.yaml | 47 - $ref: /schemas/thermal/qcom-tsens.yaml# 71 tsens: thermal-sensor { 72 compatible = "qcom,ipq8064-tsens";
|
/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.h | 49 * struct tsens_sensor - data for each sensor connected to the tsens device 50 * @priv: tsens device instance that this sensor is connected to 69 * struct tsens_ops - operations as supported by the tsens device 70 * @init: Function to initialize the tsens device 71 * @calibrate: Function to calibrate the tsens device 73 * @enable: Function to enable (clocks/power) tsens device 74 * @disable: Function to disable the tsens device 75 * @suspend: Function to suspend the tsens device 76 * @resume: Function to resume the tsens device 528 * struct tsens_plat_data - tsens compile-time platform data [all …]
|
H A D | tsens.c | 23 #include "tsens.h" 435 * @priv: Pointer to tsens controller private data 458 * @priv: Pointer to tsens controller private data 520 /* No mask register on older TSENS */ in tsens_read_irq_state() 556 * @data: tsens controller private data 626 * @data: tsens controller private data 671 * @data: tsens controller private data 862 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init() 864 priv->debug_root = debugfs_create_dir("tsens", NULL); in tsens_debug_init() 866 /* A directory for each instance of the TSENS IP */ in tsens_debug_init() [all …]
|
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/Documentation/devicetree/bindings/thermal/ |
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/arch/arm64/boot/dts/qcom/ |
H A D | msm8956.dtsi | 15 &tsens { 16 compatible = "qcom,msm8956-tsens", "qcom,tsens-v1";
|
H A D | msm8976.dtsi | 631 tsens: thermal-sensor@4a9000 { label 632 compatible = "qcom,msm8976-tsens", "qcom,tsens-v1"; 1705 thermal-sensors = <&tsens 0>; 1719 thermal-sensors = <&tsens 1>; 1732 thermal-sensors = <&tsens 2>; 1745 thermal-sensors = <&tsens 3>; 1758 thermal-sensors = <&tsens 4>; 1782 thermal-sensors = <&tsens 5>; 1806 thermal-sensors = <&tsens 6>; 1830 thermal-sensors = <&tsens 7>; [all …]
|
H A D | msm8917.dtsi | 619 tsens: thermal-sensor@4a9000 { label 620 compatible = "qcom,msm8937-tsens", "qcom,tsens-v1"; 1694 thermal-sensors = <&tsens 0>; 1708 thermal-sensors = <&tsens 3>; 1722 thermal-sensors = <&tsens 4>; 1758 thermal-sensors = <&tsens 5>; 1794 thermal-sensors = <&tsens 6>; 1830 thermal-sensors = <&tsens 7>; 1866 thermal-sensors = <&tsens 8>; 1902 thermal-sensors = <&tsens 9>; [all …]
|
H A D | sdm630.dtsi | 701 tsens: thermal-sensor@10ae000 { label 702 compatible = "qcom,sdm630-tsens", "qcom,tsens-v2"; 2465 thermal-sensors = <&tsens 0>; 2479 thermal-sensors = <&tsens 1>; 2493 thermal-sensors = <&tsens 2>; 2507 thermal-sensors = <&tsens 3>; 2527 thermal-sensors = <&tsens 4>; 2547 thermal-sensors = <&tsens 5>; 2567 thermal-sensors = <&tsens 6>; 2593 thermal-sensors = <&tsens 7>; [all …]
|
H A D | sdm660.dtsi | 254 &tsens {
|
H A D | sm6115.dtsi | 1073 compatible = "qcom,sm6115-tsens", "qcom,tsens-v2";
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8084.dtsi | 110 thermal-sensors = <&tsens 5>; 130 thermal-sensors = <&tsens 6>; 150 thermal-sensors = <&tsens 7>; 170 thermal-sensors = <&tsens 8>; 510 tsens: thermal-sensor@fc4a9000 { label 511 compatible = "qcom,msm8974-tsens", "qcom,tsens-v0_1";
|
H A D | qcom-msm8974.dtsi | 1168 tsens: thermal-sensor@fc4a9000 { label 1169 compatible = "qcom,msm8974-tsens", "qcom,tsens-v0_1"; 2243 thermal-sensors = <&tsens 5>; 2263 thermal-sensors = <&tsens 6>; 2283 thermal-sensors = <&tsens 7>; 2303 thermal-sensors = <&tsens 8>; 2323 thermal-sensors = <&tsens 1>; 2338 thermal-sensors = <&tsens 2>; 2353 thermal-sensors = <&tsens 3>; 2368 thermal-sensors = <&tsens 4>; [all …]
|
H A D | qcom-msm8226.dtsi | 779 tsens: thermal-sensor@fc4a9000 { label 780 compatible = "qcom,msm8226-tsens", "qcom,tsens-v0_1"; 1418 thermal-sensors = <&tsens 5>; 1449 thermal-sensors = <&tsens 2>;
|
/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | nvmem-consumer.yaml | 41 tsens {
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | tqma8xx.dtsi | 137 thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;
|
H A D | tqma8xxs.dtsi | 420 thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;
|
/linux/drivers/thermal/broadcom/ |
H A D | bcm2835_thermal.c | 51 * which based on a clock counter (TSENS clock assumed)
|
/linux/ |
H A D | MAINTAINERS | 21279 QUALCOMM TSENS THERMAL DRIVER 21285 F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
|