Home
last modified time | relevance | path

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

/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
88 compatible = "qcom,msm8960-tsens";
H A Dqcom,gcc-ipq8064.yaml47 - $ref: /schemas/thermal/qcom-tsens.yaml#
71 tsens: thermal-sensor {
72 compatible = "qcom,ipq8064-tsens";
/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.h49 * 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 Dtsens.c23 #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 Dtsens-8960.c11 #include "tsens.h"
H A Dtsens-v1.c10 #include "tsens.h"
H A Dtsens-v0_1.c9 #include "tsens.h"
/linux/Documentation/devicetree/bindings/thermal/
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";
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8956.dtsi15 &tsens {
16 compatible = "qcom,msm8956-tsens", "qcom,tsens-v1";
H A Dmonaco.dtsi6122 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
6133 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
6144 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
6155 compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
H A Dhamoa.dtsi2806 compatible = "qcom,x1e80100-tsens", "qcom,tsens-v2";
2821 compatible = "qcom,x1e80100-tsens", "qcom,tsens-v2";
2836 compatible = "qcom,x1e80100-tsens", "qcom,tsens-v2";
2851 compatible = "qcom,x1e80100-tsens", "qcom,tsens-v2";
H A Dagatti.dtsi982 compatible = "qcom,qcm2290-tsens", "qcom,tsens-v2";
/linux/drivers/accel/qaic/
H A Dqaic_ras.c53 TSENS, enumerator
56 static const char * const err_src_str[TSENS + 1] = {
63 [TSENS] = "Temperature Sensors",
274 case TSENS: in ras_msg_to_cpu()
465 case TSENS: in decode_ras_msg()
/linux/Documentation/devicetree/bindings/nvmem/
H A Dnvmem-consumer.yaml41 tsens {
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qxp.dtsi268 tsens: thermal-sensor { label
307 thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;
H A Dtqma8xx.dtsi137 thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;
/linux/drivers/clk/bcm/
H A Dclk-bcm2835.c1971 .name = "tsens",
/linux/
H A DMAINTAINERS22106 QUALCOMM TSENS THERMAL DRIVER
22112 F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml