Home
last modified time | relevance | path

Searched full:tsens (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dqcom-tsens.yaml5 $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 Dthermal-sensor.yaml48 // Example 1: SDM845 TSENS
56 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
67 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
H A Dthermal-zones.yaml232 // Example 1: SDM845 TSENS
240 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
251 compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,gcc-apq8064.yaml38 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
87 compatible = "qcom,msm8960-tsens";
H A Dqcom,gcc-ipq8064.yaml47 - $ref: /schemas/thermal/qcom-tsens.yaml#
70 tsens: thermal-sensor {
71 compatible = "qcom,ipq8064-tsens";
/openbmc/linux/drivers/thermal/qcom/
H A DMakefile4 qcom_tsens-y += tsens.o tsens-v2.o tsens-v1.o tsens-v0_1.o \
5 tsens-8960.o
H A Dtsens.h47 * struct tsens_sensor - data for each sensor connected to the tsens device
48 * @priv: tsens device instance that this sensor is connected to
67 * struct tsens_ops - operations as supported by the tsens device
68 * @init: Function to initialize the tsens device
69 * @calibrate: Function to calibrate the tsens device
71 * @enable: Function to enable (clocks/power) tsens device
72 * @disable: Function to disable the tsens device
73 * @suspend: Function to suspend the tsens device
74 * @resume: Function to resume the tsens device
525 * struct tsens_plat_data - tsens compile-time platform data
[all …]
H A Dtsens.c22 #include "tsens.h"
434 * @priv: Pointer to tsens controller private data
457 * @priv: Pointer to tsens controller private data
519 /* No mask register on older TSENS */ in tsens_read_irq_state()
555 * @data: tsens controller private data
625 * @data: tsens controller private data
670 * @data: tsens controller private data
861 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
863 priv->debug_root = debugfs_create_dir("tsens", NULL); in tsens_debug_init()
865 /* A directory for each instance of the TSENS IP */ in tsens_debug_init()
[all …]
H A DKconfig3 tristate "Qualcomm TSENS Temperature Alarm"
7 This enables the thermal sysfs driver for the TSENS device. It shows
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8956.dtsi15 &tsens {
16 compatible = "qcom,msm8956-tsens", "qcom,tsens-v1";
H A Dipq9574.dtsi248 tsens: thermal-sensor@4a9000 { label
249 compatible = "qcom,ipq9574-tsens", "qcom,ipq8074-tsens";
731 thermal-sensors = <&tsens 3>;
745 thermal-sensors = <&tsens 4>;
759 thermal-sensors = <&tsens 5>;
773 thermal-sensors = <&tsens 6>;
787 thermal-sensors = <&tsens 7>;
801 thermal-sensors = <&tsens 8>;
815 thermal-sensors = <&tsens 9>;
829 thermal-sensors = <&tsens 10>;
[all …]
H A Dipq8074.dtsi296 tsens: thermal-sensor@4a9000 { label
297 compatible = "qcom,ipq8074-tsens";
937 thermal-sensors = <&tsens 4>;
952 thermal-sensors = <&tsens 5>;
967 thermal-sensors = <&tsens 6>;
982 thermal-sensors = <&tsens 7>;
997 thermal-sensors = <&tsens 8>;
1012 thermal-sensors = <&tsens 9>;
1027 thermal-sensors = <&tsens 10>;
1042 thermal-sensors = <&tsens 11>;
[all …]
H A Dmsm8976.dtsi621 tsens: thermal-sensor@4a9000 { label
622 compatible = "qcom,msm8976-tsens", "qcom,tsens-v1";
1124 thermal-sensors = <&tsens 0>;
1139 thermal-sensors = <&tsens 1>;
1153 thermal-sensors = <&tsens 2>;
1167 thermal-sensors = <&tsens 3>;
1180 thermal-sensors = <&tsens 4>;
1204 thermal-sensors = <&tsens 5>;
1228 thermal-sensors = <&tsens 6>;
1252 thermal-sensors = <&tsens 7>;
[all …]
H A Dqcs404.dtsi566 tsens: thermal-sensor@4a9000 { label
567 compatible = "qcom,qcs404-tsens", "qcom,tsens-v1";
1588 thermal-sensors = <&tsens 0>;
1603 thermal-sensors = <&tsens 1>;
1618 thermal-sensors = <&tsens 2>;
1633 thermal-sensors = <&tsens 3>;
1648 thermal-sensors = <&tsens 4>;
1682 thermal-sensors = <&tsens 5>;
1716 thermal-sensors = <&tsens 6>;
1750 thermal-sensors = <&tsens 7>;
[all …]
H A Dsdm630.dtsi714 tsens: thermal-sensor@10ae000 { label
715 compatible = "qcom,sdm630-tsens", "qcom,tsens-v2";
2366 thermal-sensors = <&tsens 0>;
2381 thermal-sensors = <&tsens 1>;
2396 thermal-sensors = <&tsens 2>;
2411 thermal-sensors = <&tsens 3>;
2432 thermal-sensors = <&tsens 4>;
2453 thermal-sensors = <&tsens 5>;
2474 thermal-sensors = <&tsens 6>;
2501 thermal-sensors = <&tsens 7>;
[all …]
H A Dmsm8939.dtsi590 tsens: thermal-sensor@4a9000 { label
591 compatible = "qcom,msm8939-tsens", "qcom,tsens-v0_1";
2212 thermal-sensors = <&tsens 5>;
2243 thermal-sensors = <&tsens 6>;
2274 thermal-sensors = <&tsens 7>;
2305 thermal-sensors = <&tsens 8>;
2336 thermal-sensors = <&tsens 9>;
2367 thermal-sensors = <&tsens 3>;
2388 thermal-sensors = <&tsens 0>;
2403 thermal-sensors = <&tsens 2>;
[all …]
H A Dmsm8916.dtsi475 // no tsens with hw_id 3
527 tsens: thermal-sensor@4a9000 { label
528 compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
2568 thermal-sensors = <&tsens 5>;
2598 thermal-sensors = <&tsens 4>;
2628 thermal-sensors = <&tsens 2>;
2648 thermal-sensors = <&tsens 1>;
2663 thermal-sensors = <&tsens 0>;
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm.dtsi295 tsens: thermal-sensor { label
305 thermal-sensors = <&tsens IMX_SC_R_A53>;
336 thermal-sensors = <&tsens IMX_SC_R_A72>;
365 thermal-sensors = <&tsens IMX_SC_R_GPU_0_PID0>;
385 thermal-sensors = <&tsens IMX_SC_R_GPU_1_PID0>;
405 thermal-sensors = <&tsens IMX_SC_R_DRC_0>;
H A Dimx8dxl.dtsi175 tsens: thermal-sensor { label
193 thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;
H A Dimx8qxp.dtsi248 tsens: thermal-sensor { label
280 thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064.dtsi56 thermal-sensors = <&tsens 0>;
76 thermal-sensors = <&tsens 1>;
96 thermal-sensors = <&tsens 2>;
116 thermal-sensors = <&tsens 3>;
136 thermal-sensors = <&tsens 4>;
156 thermal-sensors = <&tsens 5>;
176 thermal-sensors = <&tsens 6>;
196 thermal-sensors = <&tsens 7>;
216 thermal-sensors = <&tsens 8>;
236 thermal-sensors = <&tsens 9>;
[all …]
H A Dqcom-apq8084.dtsi110 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 Dqcom-msm8974.dtsi1126 tsens: thermal-sensor@fc4a9000 { label
1127 compatible = "qcom,msm8974-tsens", "qcom,tsens-v0_1";
2204 thermal-sensors = <&tsens 5>;
2224 thermal-sensors = <&tsens 6>;
2244 thermal-sensors = <&tsens 7>;
2264 thermal-sensors = <&tsens 8>;
2284 thermal-sensors = <&tsens 1>;
2299 thermal-sensors = <&tsens 2>;
2314 thermal-sensors = <&tsens 3>;
2329 thermal-sensors = <&tsens 4>;
[all …]
H A Dqcom-msm8226.dtsi531 tsens: thermal-sensor@fc4a9000 { label
532 compatible = "qcom,msm8226-tsens", "qcom,tsens-v0_1";
951 thermal-sensors = <&tsens 5>;
972 thermal-sensors = <&tsens 2>;
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Dnvmem-consumer.yaml41 tsens {

123