Searched full:tsens (Results 1 – 19 of 19) sorted by relevance
| /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 | monaco.dtsi | 6122 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 D | hamoa.dtsi | 2806 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 D | agatti.dtsi | 982 compatible = "qcom,qcm2290-tsens", "qcom,tsens-v2";
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_ras.c | 53 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 D | nvmem-consumer.yaml | 41 tsens {
|
| /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 | 22106 QUALCOMM TSENS THERMAL DRIVER 22112 F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
|